ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 4845] When a short frame is encountered while loading the

Date: Sun, 6 Jun 2010 15:40:57 -0700 (PDT)
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.