Ethereal-users: Re: [Ethereal-dev] Re: [Ethereal-users] HTTP Request with several GET requests i

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <gharris@xxxxxxxxx>
Date: Thu, 20 Jan 2005 02:36:05 -0800
Guy Harris wrote:

At least some of that *should* already work; we have code to reassemble the header section of a request or reply, but even with that option enabled it's not reassembling the headers in the last request in frame 8 of that capture.

"req_resp_hdrs_do_reassembly()" didn't take an argument giving the
offset into the tvbuff of the headers to process.  I checked in a change
to give it one, and that fixes the problem with that capture.