Comment # 8
on bug 10122
from Guy Harris
(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.