Wireshark-bugs: [Wireshark-bugs] [Bug 6230] Large JPEG files are not dissected

Date: Wed, 26 Sep 2012 10:35:34 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6230

Jakub Zawadzki <darkjames-ws@xxxxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |darkjames-ws@xxxxxxxxxxxx

--- Comment #4 from Jakub Zawadzki <darkjames-ws@xxxxxxxxxxxx> 2012-09-26 10:35:34 PDT ---
(In reply to comment #3)
> Created attachment 9234 [details]
> Allow dissection of large jpegs that may have been truncated.
> 
> While this patch will allow the dissection of large jpeg's, even if they are
> truncated, it will likely reopen bug 2930.  The patch committed with that bug
> is what introduced this problem.  I'm not sure how to really fix this without
> breaking that one again though, so this patch is just for illustration of the
> problem.

Maybe: don't check for MARKER_EOI when dissecting JPEG files,
check for MARKER_EOI when doing HTTP/other heuristics?

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