aboutsummaryrefslogtreecommitdiffstats
path: root/ppptypes.h
AgeCommit message (Collapse)AuthorFilesLines
2001-01-14Add the PPP types for the DEC LANBridge100 Spanning Tree protocol andGuy Harris1-3/+5
for "Bridging PDU"s (which I'm assuming are 802.1d Spanning Tree BPDUs), and have the STP and LANBridge100 STP dissectors register them with the "ppp.protocol" dissector table. Fix the value for the PPP type for MPLS Multicast (it's 0x0283, not 0x0281). svn path=/trunk/; revision=2896
2001-01-10Update a comment.Guy Harris1-5/+12
svn path=/trunk/; revision=2856
2001-01-10Make the stuff to handle SNAP frames (OUI, PID, payload) a routine ofGuy Harris1-8/+32
its own; it's used not only by LLC, but by Frame Relay with RFC 2427 and ATM with RFC 2684. Support for RFC 2427-encapsulation Frame Relay packets, from Paul Ionescu. Get rid of the CISCO_IP PPP protocol type - Cisco HDLC uses, in most cases, Ethernet packet types, so use ETHERTYPE_IP instead (they're both 0x0800). svn path=/trunk/; revision=2854
2000-12-14PPP patches from Burke Lau to:Guy Harris1-1/+11
add FCS checking; support Cisco HDLC format in the PPP dissector; handle MPLS-over-PPP. svn path=/trunk/; revision=2754
2000-04-16Register a "ppp.protocol" dissector table for PPP, and have dissectorsGuy Harris1-0/+53
for protocols that run inside PPP register themselves with it using "dissector_add()". svn path=/trunk/; revision=1869