Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-fr.c 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@xxxxxxxxxxxxxxxxxxx>
Date: Sat, 31 Mar 2001 04:35:56 -0600 (CST)
guy         2001/03/31 04:35:55 CST

  Modified files:
    .                    packet-fr.c packet-ppp.c 
  Log:
  In various Frame Relay and PPP routines that set the length of the
  top-level protocol tree items, use "offset" to set the length, rather
  than fetching the length of the item - "offset" is the offset from the
  beginning of the Frame Relay or PPP header just past the last field
  processed in that header, so it indicates how much of the header we've
  processed.
  
  Revision  Changes    Path
  1.16      +12 -11    ethereal/packet-fr.c
  1.61      +4 -3      ethereal/packet-ppp.c