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: Gerald Combs <gerald@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 28 Mar 2002 19:25:58 -0600 (CST)
gerald      2002/03/28 19:25:58 CST

  Modified files:
    .                    packet-sip.c 
  Log:
  From Jakob Schlyter: add "PRACK" and "SPRACK" methods.
  
  Change the behavior of the dissector to treat anything matching
  "^.* .+:.+ SIP/2.0$" as a SIP request.  Methods that don't match our list
  are labelled "unknown".
  
  Convert some tabs to spaces to match the rest of the code.
  
  Revision  Changes    Path
  1.25      +81 -35    ethereal/packet-sip.c