Add the actual dissector for HyperSCSI.
[metze/wireshark/wip.git] / packet-fr.c
2002-10-22 Guy HarrisAdd in a notion of "circuits", which are for virtual...
2002-10-19 Guy HarrisThe Frame Relay DLCI is a virtual circuit identifer...
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-07-31 Guy HarrisFrom Motonori Shindo: support for reading CoSine L2...
2002-01-21 Guy HarrisInclude files from the "epan" directory and subdirector...
2001-12-10 Guy HarrisMove the pointer to the "column_info" structure in...
2001-12-08 Guy HarrisAttach a descriptive name field type and base to dissec...
2001-12-03 Guy HarrisMake "dissector_add()", "dissector_delete()", and ...
2001-12-02 Guy HarrisAn NLPID of 1 means T.70 when used as an X.263/ISO...
2001-11-30 Guy HarrisMake "fr_subdissector_table" static - it's not used...
2001-11-27 Guy HarrisGet rid of some code to set "pinfo->current_proto"...
2001-11-27 Guy HarrisChange "conversation_set_dissector()" to take a dissect...
2001-11-26 Ed WarnickeSwitched from using CHECK_DISPLAY_AS_DATA to using...
2001-11-26 Ed WarnickeMoved from using dissect_data to using call_dissector()
2001-06-18 Guy HarrisFrom Joerg Mayer: explicitly fill in all members of a
2001-04-17 Guy HarrisMove the declaration of "etype_vals[]" from "epan/packe...
2001-03-31 Guy HarrisIn various Frame Relay and PPP routines that set the...
2001-03-30 Guy HarrisCall the encapsulation described in Annex E of Q.933...
2001-03-30 Guy HarrisNLPID's of 0x08 and 0x09 should be labeled as Q.933...
2001-03-29 Guy HarrisAdd WCP to the list of Ethernet types in "etype_vals...
2001-03-23 Guy HarrisAdd a macro to extract the DLCI from the address field.
2001-03-23 Guy HarrisPull the NLPID for Wellfleet compression into "nlpid.h".
2001-03-23 Jeff FosterUpdated the frame relay dissector - dissect-fr.c
2001-03-15 Guy HarrisAdd a new Wiretap encapsulation type for Cisco HDLC...
2001-01-25 Guy HarrisRemove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo...
2001-01-13 Guy HarrisMake GRE use a dissector table for its protocol types...
2001-01-10 Guy HarrisMake the stuff to handle SNAP frames (OUI, PID, payload...
2001-01-09 Guy HarrisRegister the IPX dissector, make it static, and call...
2001-01-09 Guy HarrisAdd an additional "protocol index" argument to "{old_...
2001-01-08 Guy HarrisCode to handle Frame Relay Sniffer captures, from Jeff...
2001-01-07 Guy HarrisFix the Frame Relay dissector to call subdissectors...
2001-01-07 Guy HarrisFrame Relay and Frame-Relay-over-GRE support, from...