Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal packet-lapd.c packet-llc.c xdlc.h

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: Sun, 23 Jan 2000 20:05:44 -0600 (CST)
guy         2000/01/23 20:05:42 CST

  Modified files:
    .                    packet-lapd.c packet-llc.c xdlc.h 
  Log:
  xDLC frames other than I and UI frames may have a payload, e.g. TEST
  frames; rename "XDLC_HAS_PAYLOAD()" to "XDLC_IS_INFORMATION()", and if
  the frame isn't an "information" frame, dissect its payload (if any) as
  data.
  
  Revision  Changes    Path
  1.4       +4 -3      ethereal/packet-lapd.c
  1.43      +13 -42    ethereal/packet-llc.c
  1.12      +5 -4      ethereal/xdlc.h