Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal 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: Tue, 24 Aug 1999 22:56:11 -0500 (CDT)
guy         1999/08/24 22:56:09 CDT

  Modified files:
    .                    packet-ppp.c 
  Log:
  The bulk of the PPP dissection is common between "dissect_ppp()" and
  "dissect_payload_ppp()"; put it into a common routine, called by both
  (which means we now dissect LCP and IPCP in PPP requests even if they
  aren't inside PPPOE or GRE packets).
  
  Revision  Changes    Path
  1.15      +48 -61    ethereal/packet-ppp.c