Ethereal-dev: Re: [Ethereal-dev] packet-sip.c fix

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, 29 May 2003 11:32:16 -0700
On Wed, May 28, 2003 at 10:43:51PM -0500, stevenlass@xxxxxxxx wrote:
> Known SIP headers without an optional whitespace after the colon have the
> first character truncated in the decode.

Checked in.  (Is the "else" code assuming that there's exactly one byte
of whitespace?  Section 6.6 of RFC 2543 says

	The field value MAY be preceded by any amount of leading white
	space (LWS), though a single space (SP) is preferred.

so there's no guarantee that it's zero or one bytes.)