aboutsummaryrefslogtreecommitdiffstats
path: root/packet-fr.c
Commit message (Expand)AuthorAgeFilesLines
* Fix up some comments.Guy Harris2003-10-171-33/+41
* Add Raw Ethernet "encapsulation type" to framerelay.Ronnie Sahlberg2003-09-061-1/+13
* From Josef Korelus <jkor [AT] quick.cz>: GPRS NetworkGuy Harris2003-09-031-5/+42
* Don't include <epan/conversation.h> if you don't need it.Guy Harris2003-09-031-2/+1
* Q.933 dissector. (Not complete.)Guy Harris2003-09-031-1/+10
* The first of those Trillium URLs referred to a collection ofGuy Harris2003-09-021-2/+1
* Fix up references to stuff on the Trillium Web site.Guy Harris2003-09-021-5/+6
* As noted earlier, Q.922 doesn't really specify the NLPID-basedGuy Harris2003-09-021-4/+1
* Use "dissect_xdlc_control()" to dissect the control field of Frame RelayGuy Harris2003-09-021-16/+25
* Don't show the DTE/DCE direction indicators if they're not supplied.Guy Harris2003-09-021-16/+32
* Q.933 doesn't define the use of an NLPID in the payload of a Frame RelayGuy Harris2003-09-021-58/+194
* Don't export "osinl_subdissector_table" or "ppp_subdissector_table" -Guy Harris2003-04-291-2/+5
* Add WTAP_ENCAP_FRELAY_WITH_PHDR for use with Frame Relay capture filesGuy Harris2003-01-311-1/+2
* Add in a notion of "circuits", which are for virtual circuit-orientedGuy Harris2002-10-221-1/+3
* The Frame Relay DLCI is a virtual circuit identifer, not a source orGuy Harris2002-10-191-6/+4
* 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