Aex Aey - 2017-10-01

There are two problems here:

  • Option "-d" requires either directory name or filename template, not a bare filename. As specified, pcapsipdump will overwrite the same file over and over again with each individual call. This is fixed in [r134]. Fixed in a sense that pcapsipdump will reject such option.

  • Segmenation fault. Likely, something unusual in the packet seen triggered this. Could you please re-compile this as "make pcapsipdump-debug", then run inside gdb:

mkdir /home/test
gdb pcapsipdump-debug
run udp -i any -d /home/test -f -n 3333333

...then, once it segfaults, run "bt" to get backtrace.

 

Related

Commit: [r134]


Last edit: Aex Aey 2017-10-01