aboutsummaryrefslogtreecommitdiffstats
path: root/packet-fr.c
AgeCommit message (Expand)AuthorFilesLines
2004-01-18Add arguments to "dissect_xdlc_control()" to specify value_stringGuy Harris1-4/+4
2004-01-03Have "dissect_xdlc_control()" take a pointer to a structure containingGuy Harris1-2/+79
2003-10-17Fix up some comments.Guy Harris1-33/+41
2003-09-06Add Raw Ethernet "encapsulation type" to framerelay.Ronnie Sahlberg1-1/+13
2003-09-03From Josef Korelus <jkor [AT] quick.cz>: GPRS NetworkGuy Harris1-5/+42
2003-09-03Don't include <epan/conversation.h> if you don't need it.Guy Harris1-2/+1
2003-09-03Q.933 dissector. (Not complete.)Guy Harris1-1/+10
2003-09-02The first of those Trillium URLs referred to a collection ofGuy Harris1-2/+1
2003-09-02Fix up references to stuff on the Trillium Web site.Guy Harris1-5/+6
2003-09-02As noted earlier, Q.922 doesn't really specify the NLPID-basedGuy Harris1-4/+1
2003-09-02Use "dissect_xdlc_control()" to dissect the control field of Frame RelayGuy Harris1-16/+25
2003-09-02Don't show the DTE/DCE direction indicators if they're not supplied.Guy Harris1-16/+32
2003-09-02Q.933 doesn't define the use of an NLPID in the payload of a Frame RelayGuy Harris1-58/+194
2003-04-29Don't export "osinl_subdissector_table" or "ppp_subdissector_table" -Guy Harris1-2/+5
2003-01-31Add WTAP_ENCAP_FRELAY_WITH_PHDR for use with Frame Relay capture filesGuy Harris1-1/+2
2002-10-22Add in a notion of "circuits", which are for virtual circuit-orientedGuy Harris1-1/+3
2002-10-19The Frame Relay DLCI is a virtual circuit identifer, not a source orGuy Harris1-6/+4
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-29/+29
2002-07-31From Motonori Shindo: support for reading CoSine L2 debug output.Guy Harris1-2/+3
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-3/+3
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