aboutsummaryrefslogtreecommitdiffstats
path: root/packet-fr.c
Commit message (Expand)AuthorAgeFilesLines
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-29/+29
* From Motonori Shindo: support for reading CoSine L2 debug output.Guy Harris2002-07-311-2/+3
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-3/+3
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-17/+17
* Attach a descriptive name field type and base to dissector tables; thatGuy Harris2001-12-081-2/+3
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-3/+6
* An NLPID of 1 means T.70 when used as an X.263/ISO 9577 initial protocolGuy Harris2001-12-021-3/+5
* Make "fr_subdissector_table" static - it's not used outside the FrameGuy Harris2001-11-301-4/+2
* Get rid of some code to set "pinfo->current_proto"; let the EtherealGuy Harris2001-11-271-2/+1
* Change "conversation_set_dissector()" to take a dissector handle, ratherGuy Harris2001-11-271-8/+6
* Switched from using CHECK_DISPLAY_AS_DATA to using CHECK_DISPLAY_AS_XEd Warnicke2001-11-261-2/+2
* Moved from using dissect_data to using call_dissector()Ed Warnicke2001-11-261-4/+7
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-13/+13
* Move the declaration of "etype_vals[]" from "epan/packet.h" toGuy Harris2001-04-171-1/+2
* In various Frame Relay and PPP routines that set the length of theGuy Harris2001-03-311-11/+12
* Call the encapsulation described in Annex E of Q.933 "Q.933Guy Harris2001-03-301-4/+10
* NLPID's of 0x08 and 0x09 should be labeled as Q.933 and LMI,Guy Harris2001-03-301-46/+158
* Add WCP to the list of Ethernet types in "etype_vals[]", and addGuy Harris2001-03-291-2/+2
* Add a macro to extract the DLCI from the address field.Guy Harris2001-03-231-21/+12
* Pull the NLPID for Wellfleet compression into "nlpid.h".Guy Harris2001-03-231-3/+1
* Updated the frame relay dissector - dissect-fr.cJeff Foster2001-03-231-27/+109
* Add a new Wiretap encapsulation type for Cisco HDLC. Map the NetBSDGuy Harris2001-03-151-14/+15
* Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris2001-01-251-4/+1
* Make GRE use a dissector table for its protocol types, and registerGuy Harris2001-01-131-5/+4
* Make the stuff to handle SNAP frames (OUI, PID, payload) a routine ofGuy Harris2001-01-101-44/+126
* Register the IPX dissector, make it static, and call it through aGuy Harris2001-01-091-3/+12
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-3/+3
* Code to handle Frame Relay Sniffer captures, from Jeff Foster.Guy Harris2001-01-081-1/+6
* Fix the Frame Relay dissector to call subdissectors regardless ofGuy Harris2001-01-071-17/+16
* Frame Relay and Frame-Relay-over-GRE support, from Paul Ionescu.Guy Harris2001-01-071-0/+146