aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ethertype.c
AgeCommit message (Expand)AuthorFilesLines
2001-06-16Add the PPP Compression Control Protocol to the list of PPP protocolsGuy Harris1-1/+2
2001-06-15Explain why we have to be ready to handle Ethernet frames withGuy Harris1-4/+14
2001-06-14As long as we're supporting PPP protocol types over Ethernet, we mightGuy Harris1-2/+11
2001-06-14LCP-over Ethernet and IPCP-over-Ethernet support, from Laurent Rabret.Guy Harris1-1/+2
2001-04-03An Ethernet type of 0x6558 is "Transparent Ethernet Bridging" which,Guy Harris1-1/+2
2001-03-29Add WCP to the list of Ethernet types in "etype_vals[]", and addGuy Harris1-1/+2
2001-02-01"Decode As" dialog, from David Hampton.Guy Harris1-1/+3
2001-01-18In "ethertype()", catch exceptions from the dissector we call, and, ifGuy Harris1-12/+62
2001-01-18Pull the handling of trailers in Ethernet (as opposed to 802.3) framesGuy Harris1-9/+45
2000-11-18Tvbuffify the IP, ICMP, TCP, UDP, OSI CLNP, OSI COTP, OSI CLTP, and OSIGuy Harris1-2/+8
2000-11-16Tvbuffify the STP dissector, have it register itself and have the LLCGuy Harris1-2/+2
2000-08-09Add some ethertypes (which were captured on my network, so inuse ;-).Laurent Deniel1-18/+28
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris1-24/+17
2000-05-31Add routines for adding items to a protocol tree that take arguments ofGuy Harris1-2/+2
2000-05-19Add protection against 0-length FT_BYTES being added to proto_tree.Gilbert Ramirez1-13/+18
2000-05-11Add tvbuff class.Gilbert Ramirez1-2/+2
2000-04-13Re-insert 4 #include lines to get capture_*() function prototypes.Gilbert Ramirez1-1/+5
2000-04-13Change the sub-dissector handoff registration routines so that theGilbert Ramirez1-0/+136