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