Wireshark-bugs: [Wireshark-bugs] [Bug 6230] Large JPEG files are not dissected
Date: Wed, 26 Sep 2012 12:15:52 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6230

--- Comment #8 from Chris Maynard <christopher.maynard@xxxxxxxxx> 2012-09-26 12:15:52 PDT ---
(In reply to comment #6)
> Created attachment 9236 [details]
> Allow dissection of large jpeg files that may have been truncated.

Hmm, so what's the harm in just removing the MARKER_EOI check completely?  If
the image is truncated, currently we get no dissection.  If we remove the
check, we'd get partial dissection.  It's not as if another dissector could do
anything with the data if the jpeg dissector rejects it since the data will
still be jpeg data either way.

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.