On Nov 18, 2003, at 4:34 PM, Biot Olivier wrote:
Attached patch implements quoted-string parsing by appending the closing
quote to the string value. If the quoted-string value does not start with a
quote, dissection resumes but a warning is displayed. Textual headers are
assumed to be 0x00 terminated (otherwise we have a malformed packet or a
short frame). The Trailer header is also dissected now, and the charset
parameter dissection has been rewritten. The Content-ID header dissector was
registered at the place of the Trailer dissector; this has also been fixed.
Checked in.
There are now two unused functions:
packet-wsp.c:4970: warning: `get_value_type_len' defined but not used packet-wsp.c:5227: warning: `get_integer' defined but not used
Are they no longer needed, or will they be needed by code you plan to add?