https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4845
Guy Harris <guy@xxxxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #4764|review_for_checkin? |review_for_checkin-
Flag| |
--- Comment #3 from Guy Harris <guy@xxxxxxxxxxxx> 2010-06-06 15:40:54 PDT ---
(From update of attachment 4764)
It shouldn't keep reading - a "short read" indicates that you got an EOF, so
there's nothing more to read.
It should obviously not try to dissect the problematic packet; it appears that
what you want is for it to report statistics for all the packets it read
*before* that, but if it does that for a short read, it should probably do that
for other read failures as well.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.