Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal AUTHORS 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@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 22 Aug 2001 19:18:57 -0500 (CDT)
guy         2001/08/22 19:18:56 CDT

  Modified files:
    .                    AUTHORS packet-sip.c 
  Log:
  "sip_is_request()" is intended to indicate whether a given SIP packet is
  a request or reply; make its return value "gboolean", and have it just
  return TRUE or FALSE.  Also make an array index variable unsigned, to
  squelch a GCC warning.
  
  Support for additional SIP methods, from Jean-Francois Mule.
  
  Revision  Changes    Path
  1.310     +4 -0      ethereal/AUTHORS
  1.16      +20 -8     ethereal/packet-sip.c