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