Commit Graph

6 Commits

Author SHA1 Message Date
Guy Harris 2a6b337ad8 #if 0 out the stuff to set the reported length, as it'd throw an
exception if it would increase the reported length.

svn path=/trunk/; revision=8825
2003-10-30 03:15:26 +00:00
Guy Harris c37d30442f From Dinesh Dutt:
- Dissector for FICON
	- Dissector for FC-SP (Security Protocol for Fibre Channel)
	- Patches to correct the reassembly of FC fragments.
	- Support for new MDS Port Analyzer Adapters that carry the
	  frame length for truncated frames.

svn path=/trunk/; revision=8823
2003-10-30 02:06:13 +00:00
Guy Harris 7dd93bc1f6 Don't assume that, if you've already seen the packet, you can use the
global variables to determine if packets were dropped, because you can't
- packets can be visited in any order.  Instead, attach to packets
preceded by dropped packets protocol data, as a flag that packets were
dropped.

Re-initialize the global variables when a capture is opened.

svn path=/trunk/; revision=8062
2003-07-21 21:52:32 +00:00
Guy Harris 1dcf7837e2 Get rid of two unused (and empty) value_string tables.
Make it correctly handle short frames (frames not long enough to have a
4-byte EOF record).

Don't give the "dropped packet" protocol tree item a length, as it
doesn't directly correspond to any data in the packet.

svn path=/trunk/; revision=8061
2003-07-21 21:30:10 +00:00
Guy Harris 3cbb32e541 From Dinesh Dutt: updates to the Boardwalk and MDS header dissectors.
svn path=/trunk/; revision=6983
2003-01-23 07:01:52 +00:00
Guy Harris 6de6ff2fb8 From Dinesh Dutt:
- Decoders for the few remaining FC protocols not included in my first
  patch. Included in this list are decoders for FC-CT (common transport),
  Name Server (dNS), Fabric Configuration Server (FCS) and Zone Server
  (FZS).

- Decoder for MDS Debug Port Adapter. MDS Debug Port Adapter (internal
  name was   Boardwalk and this is the file name) is a piece of hardware
  that can be purchased with Cisco's MDS Fibre Channel switches that
  converts FC frames into Ethernet frames.  One end is connected to a
  port on a FC switch and the other end is connected to a FE/GE Ethernet
  port.  The decoder included here decodes the encapsulation header that
  carries information such as SOF/EOF of FC frames.

svn path=/trunk/; revision=6919
2003-01-14 01:17:44 +00:00