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/Linuxtshark version:1.10.6,Compiled (64-bit) with GLib 2.14.0, with libpcap, with libz 1.2.8i 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 |
One Answer:
File a bug on the Wireshark bug database. answered 08 May '14, 21:15 Guy Harris ♦♦ |