Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal packet-llc.c xdlc.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, 26 Sep 1999 15:31:55 -0500 (CDT)
guy         1999/09/26 15:31:53 CDT

  Modified files:
    .                    packet-llc.c xdlc.c xdlc.h 
  Log:
  Have "get_xdlc_control()" and "dissect_xdlc_control()" return the
  xDLC control field, so that its caller can not only determine from it
  whether the frame has a payload, but can also determine how long the
  control field is.  Put macros in "xdlc.h" to determine both of those.
  
  Have "capture_llc()" and "dissect_llc()" use that information
  appropriately.
  
  Revision  Changes    Path
  1.22      +14 -12    ethereal/packet-llc.c
  1.9       +13 -54    ethereal/xdlc.c
  1.4       +44 -1     ethereal/xdlc.h