Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/plugins plugin_api_list.c

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: Sun, 18 Jan 2004 06:57:26 -0600 (CST)
guy         2004/01/18 06:57:26 CST

  Modified files:
    plugins              plugin_api_list.c 
  Log:
  Add arguments to "dissect_xdlc_control()" to specify value_string
  tables, for use in the top-level item for the control field, for
  unnumbered frame function codes for commands and responses.  If the
  argument is null, default to the standard tables.
  
  Use "dissect_xdlc_control()" and the #defines from "xdlc.h" for IrDA.
  
  Use the reported length rather than the data length in the IrDA
  dissector when iterating over the data in an IrDA packet.
  
  Make "dissect_xid()" update the column information as well as the
  protocol tree.  Put the slot number into the protocol tree only for
  command frames - "the slot number field is undefined in discovery XID
  response frames", to quote the IrLAP spec.
  
  Revision  Changes    Path
  1.21      +4 -2      ethereal/plugins/plugin_api_list.c