Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 3785] Some HTTP responses don't decode with TCP reassembly

Date: Thu, 24 Mar 2011 11:50:19 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3785

Dirk <doj@xxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |doj@xxxxxxxxx

--- Comment #10 from Dirk <doj@xxxxxxxxx> 2011-03-24 11:50:16 PDT ---
I vote to commit this change into Wireshark. Both functions,
tvb_length_remaining() and tvb_reported_length_remaining() can return -1 and
this case is not handled with a < comparison. The patch corrects that by using
a <= comparison.

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