ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 10122] Buildbot crash output: fuzz-2014-05-20-5906.pcap

Date: Sat, 31 May 2014 17:38:31 +0000

Comment # 8 on bug 10122 from
(In reply to comment #7)
> (In reply to comment #6)
> > I could not reproduce the issue with the current top of tree
> > (v1.99.0-rc1-93-g7999724).
> > Could-it be due to the buildbot being too slow and triggering a timeout?
> 
>     $ ./tshark -nVxr ~/Downloads/fuzz-2014-05-20-5906.pcap | wc -l
>      15289485
> 
> Yeah, 15 million packets could take a while to dissect:

No, only 198115 packets:

    $ ./tshark -nr ~/Downloads/fuzz-2014-05-20-5906.pcap | wc -l
      198115

and about *14* million protocol tree items (subtract out 198115 for the blank
lines after each packet):

    $ ./tshark -nVr ~/Downloads/fuzz-2014-05-20-5906.pcap | wc -l
     14255748


You are receiving this mail because:
  • You are watching all bug changes.