https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3467
--- Comment #16 from Rama Chitta <rama@xxxxxxxxx> 2009-05-19 13:03:38 PDT ---
>
> Have a look in desegment_pdus, where you set pinfo->desegment_len. You should
> add 2 for the last \r\n. Or maybe add them in get_payload_length()?
>
> pinfo->desegment_offset = offset; /* start of the packet. */
> pinfo->desegment_len = content_length - length_remaining + 2; /* add 2 for \r\n
> */
Yes...I'll try that. That should fix the problem I think.
>
>
> Frame 10 and 11 is not decoded correctly, did I break something in my cleanup?
>
Yes... does look like something is broken here... frame 11 and 19 Value fields
are not right...
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.