Ethereal-dev: Re: [Ethereal-dev] [PATCH][HTTP]Desegmentation/Reassembly of HTTP headers/bodies

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Mon, 27 Oct 2003 02:26:39 -0800
On Thu, Oct 16, 2003 at 12:17:11PM +0200, Loïc Minier wrote:
>  [ Attached patch includes tested HTTP-headers/body reassembly based on
>  content-length. ]

Checked in, with a change to make it do header desegmentation only if
it's seen something that looks like an HTTP request or reply header (so
it doesn't do header desegmentation on, for example, HTTP payload), and
to replace "les guillemots" with "'s (in case somebody isn't using a
font with an encoding in which those display as guillemots - unlikely,
perhaps, but not impossible, and if we get around to improving the
internal handling of character sets, e.g. to use UCS-2 or UTF-8-encoded
UCS-4, that might be more likely).