Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal xdlc.c xdlc.h Makefile.am packet-lapb.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, 3 Aug 1999 23:37:52 -0500 (CDT)
guy         1999/08/03 23:37:50 CDT

  Modified files:
    .                    Makefile.am packet-lapb.c packet-llc.c 
                         packet.c packet.h 
  Added files:
    .                    xdlc.c xdlc.h 
  Log:
  Add a "dissect_xdlc_control()" routine, to dissect the control field of
  SDLC-derived protocols such as HDLC and derivatives of it such as LAPB,
  IEEE 802.2 LLC, and so on.  Have the LLC and LAPB dissectors use it.
  
  Make "dissect_numeric_bitfield()" put the low-order bit of the bitfield
  in the low-order bit of an integer when printing it, so that the right
  value is printed.
  
  Revision  Changes    Path
  1.48      +5 -3      ethereal/Makefile.am
  1.2       +28 -378   ethereal/packet-lapb.c
  1.18      +31 -3     ethereal/packet-llc.c
  1.35      +8 -2      ethereal/packet.c
  1.79      +2 -1      ethereal/packet.h