Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal packet.h packet-ppp.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Wed, 25 Aug 1999 01:52:09 -0500 (CDT)
guy         1999/08/25 01:52:07 CDT

  Modified files:
    .                    packet.h packet-ppp.c 
  Log:
  Put in support for dissecting LCP and IPCP options.
  
  Have a common routine to parse both LCP and IPCP, as IPCP is based on
  LCP.
  
  Have only one "value_string" array of PPP protocol types, with all the
  types we know about.
  
  Revision  Changes    Path
  1.89      +9 -1      ethereal/packet.h
  1.16      +283 -117  ethereal/packet-ppp.c