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: Sun, 8 Jun 2003 20:50:08 -0500 (CDT)
guy         2003/06/08 20:50:08 CDT

  Modified files:
    .                    packet-sip.c 
  Log:
  Clean up the checks for valid SIP requests and responses; do the tests -
  and the finding of tokens in the header - only once.
  
  Don't assume there's either zero or one spaces after the colon in a
  Name:Value header, and don't put a tvb_format_text()-formatted version
  of the value into the protocol tree.
  
  Revision  Changes    Path
  1.37      +298 -180  ethereal/packet-sip.c