Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-fr.c packet-wcp.c

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Tue, 22 Oct 2002 03:22:04 -0500 (CDT)
guy         2002/10/22 03:22:03 CDT

  Modified files:
    .                    packet-fr.c packet-wcp.c 
  Log:
  Add in a notion of "circuits", which are for virtual circuit-oriented
  protocols (where there's a virtual circuit ID of some sort in packets)
  what conversations are for protocols ultimately running atop
  connectionless network layers.  Have circuit type and ID values in the
  "packet_info" structure.
  
  Have the Frame Relay dissector set the circuit type and ID values, and
  have the Wellfleet compression protocol set up circuit information and
  store compression information with the circuit.
  
  Revision  Changes    Path
  1.32      +3 -1      ethereal/packet-fr.c
  1.29      +31 -27    ethereal/packet-wcp.c