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@xxxxxxxxxxxx (Guy Harris)
Date: Fri, 2 Jan 2004 21:49:23 -0600 (CST)
guy         2004/01/02 21:49:23 CST

  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:
  Have "dissect_xdlc_control()" take a pointer to a structure containing
  pointers to hf_ values, so the subfields of the control field are put
  into the protocol tree as filterable items.  Change the protocols that
  use it appropriately.
  
  Export "dissect_xdlc_control()" to plugins.
  
  Revision  Changes    Path
  1.46      +79 -2     ethereal/packet-fr.c
  1.41      +59 -2     ethereal/packet-lapb.c
  1.36      +89 -2     ethereal/packet-lapd.c
  1.117     +88 -1     ethereal/packet-llc.c
  1.3       +59 -2     ethereal/packet-sdlc.c
  1.32      +77 -2     ethereal/packet-v120.c
  1.22      +126 -176  ethereal/xdlc.c
  1.19      +60 -11    ethereal/xdlc.h