Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal Makefile.nmake

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: Wed, 4 Aug 1999 01:15:11 -0500 (CDT)
guy         1999/08/04 01:15:09 CDT

  Modified files:
    .                    Makefile.nmake 
  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.5       +2 -1      ethereal/Makefile.nmake