aboutsummaryrefslogtreecommitdiffstats
path: root/packet-fr.c
AgeCommit message (Expand)AuthorFilesLines
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-17/+17
2001-12-08Attach a descriptive name field type and base to dissector tables; thatGuy Harris1-2/+3
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-3/+6
2001-12-02An NLPID of 1 means T.70 when used as an X.263/ISO 9577 initial protocolGuy Harris1-3/+5
2001-11-30Make "fr_subdissector_table" static - it's not used outside the FrameGuy Harris1-4/+2
2001-11-27Get rid of some code to set "pinfo->current_proto"; let the EtherealGuy Harris1-2/+1
2001-11-27Change "conversation_set_dissector()" to take a dissector handle, ratherGuy Harris1-8/+6
2001-11-26Switched from using CHECK_DISPLAY_AS_DATA to using CHECK_DISPLAY_AS_XEd Warnicke1-2/+2
2001-11-26Moved from using dissect_data to using call_dissector()Ed Warnicke1-4/+7
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-13/+13
2001-04-17Move the declaration of "etype_vals[]" from "epan/packet.h" toGuy Harris1-1/+2
2001-03-31In various Frame Relay and PPP routines that set the length of theGuy Harris1-11/+12
2001-03-30Call the encapsulation described in Annex E of Q.933 "Q.933Guy Harris1-4/+10
2001-03-30NLPID's of 0x08 and 0x09 should be labeled as Q.933 and LMI,Guy Harris1-46/+158
2001-03-29Add WCP to the list of Ethernet types in "etype_vals[]", and addGuy Harris1-2/+2
2001-03-23Add a macro to extract the DLCI from the address field.Guy Harris1-21/+12
2001-03-23Pull the NLPID for Wellfleet compression into "nlpid.h".Guy Harris1-3/+1
2001-03-23Updated the frame relay dissector - dissect-fr.cJeff Foster1-27/+109
2001-03-15Add a new Wiretap encapsulation type for Cisco HDLC. Map the NetBSDGuy Harris1-14/+15
2001-01-25Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris1-4/+1
2001-01-13Make GRE use a dissector table for its protocol types, and registerGuy Harris1-5/+4
2001-01-10Make the stuff to handle SNAP frames (OUI, PID, payload) a routine ofGuy Harris1-44/+126
2001-01-09Register the IPX dissector, make it static, and call it through aGuy Harris1-3/+12
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris1-3/+3
2001-01-08Code to handle Frame Relay Sniffer captures, from Jeff Foster.Guy Harris1-1/+6
2001-01-07Fix the Frame Relay dissector to call subdissectors regardless ofGuy Harris1-17/+16
2001-01-07Frame Relay and Frame-Relay-over-GRE support, from Paul Ionescu.Guy Harris1-0/+146