Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-sip.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: Fri, 26 Sep 2003 16:32:39 -0500 (CDT)
guy         2003/09/26 16:32:39 CDT

  Modified files:
    .                    packet-sip.c 
  Log:
  For (non-heuristic) SIP-over-TCP, dissect stuff that's neither a request
  nor a response as continuation data.  For SIP-over-everything-else,
  reject it.
  
  Parse the headers regardless of whether we're building a protocol tree
  or not; if we're not, we just do it to look for a blank line separating
  the headers from the body.  Do that instead of scanning for the message
  body separately.
  
  When scanning for a colon, don't scan past the end of the line.
  
  Revision  Changes    Path
  1.44      +118 -131  ethereal/packet-sip.c