Comment # 7
on bug 10122
from Guy Harris
(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:
$ time ./tshark -nVxr ~/Downloads/fuzz-2014-05-20-5906.pcap >/dev/null
real 0m11.620s
user 0m11.213s
sys 0m0.394s
(2.7 GHz i7, 16 GB 1600 MHz DDR3 RAM, according to "About This Mac...").
You are receiving this mail because:
- You are watching all bug changes.