Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/doc ethereal.pod.template

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:58 -0500 (CDT)
guy         2001/08/22 19:18:58 CDT

  Modified files:
    doc                  ethereal.pod.template 
  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.206     +1 -0      ethereal/doc/ethereal.pod.template