aboutsummaryrefslogtreecommitdiffstats
path: root/packet-fr.c
Commit message (Expand)AuthorAgeFilesLines
* 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