Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-fr.c packet-lapb.c packet-lapd.c pack

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxxxxxxx>
Date: Tue, 2 Sep 2003 14:18:53 -0500 (CDT)
guy         2003/09/02 14:18:53 CDT

  Modified files:
    .                    packet-fr.c packet-lapb.c packet-lapd.c 
                         packet-llc.c packet-sdlc.c packet-v120.c 
                         xdlc.c xdlc.h 
  Log:
  Use "dissect_xdlc_control()" to dissect the control field of Frame Relay
  packets that have one.  Add an argument to "dissect_xdlc_control()" to
  indicate whether it should append the information to the Info field or
  just put it in the Info field.
  
  Use the #defines for the DLCI bitfields to extract the DLCI bits when
  constructing the DLCI.
  
  Revision  Changes    Path
  1.37      +25 -16    ethereal/packet-fr.c
  1.39      +2 -2      ethereal/packet-lapb.c
  1.35      +2 -2      ethereal/packet-lapd.c
  1.113     +2 -2      ethereal/packet-llc.c
  1.2       +2 -2      ethereal/packet-sdlc.c
  1.31      +2 -2      ethereal/packet-v120.c
  1.21      +23 -8     ethereal/xdlc.c
  1.18      +2 -2      ethereal/xdlc.h