Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-wsp.c

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxx>
Date: Tue, 18 Nov 2003 19:45:26 -0600 (CST)
guy         2003/11/18 19:45:26 CST

  Modified files:
    .                    packet-wsp.c 
  Log:
  From Olivier Biot:
  
  	Implement 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.
  
  Revision  Changes    Path
  1.88      +141 -102  ethereal/packet-wsp.c