This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

tshark Segmentation fault

0

system info:Linux Linux 2.6.32.59-0.7-default #1 SMP 2012-07-13 15:50:56 +0200 x86_64 x86_64 x86_64 GNU/Linux

tshark version:1.10.6,Compiled (64-bit) with GLib 2.14.0, with libpcap, with libz 1.2.8

i want to discard the sctp protocol packets in a pcap file, this pcap file size is 2.0G. command like this: tshark -r iub_20140326190105.pcap -R "not sctp" -F pcap -w result.pcap

i got a Segmentation fault. =.=!!!

(process:7624): WARNING : Dissector bug, protocol MAC, in packet 80997: tvbuff.c:556: failed assertion "datalen>0" (process:7624): WARNING : Dissector bug, protocol MAC, in packet 81274: tvbuff.c:556: failed assertion "datalen>0" (process:7624): WARNING : Dissector bug, protocol MAC, in packet 81795: tvbuff.c:556: failed assertion "datalen>0" Segmentation fault

asked 08 May '14, 20:56

zty's gravatar image

zty
1111
accept rate: 0%


One Answer:

0

answered 08 May '14, 21:15

Guy%20Harris's gravatar image

Guy Harris ♦♦
17.4k335196
accept rate: 19%