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