aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ethertype.c
Commit message (Expand)AuthorAgeFilesLines
* Minimalistic support for counting IPv6 packets during captureJörg Mayer2002-10-221-1/+5
* From Ulf Lamping: count ARP packets in capture progress dialog box.Guy Harris2002-10-141-1/+4
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-7/+7
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-6/+2
* From Steve Housley: support for the IEEE 802.3ad Link AggregationGuy Harris2002-06-131-1/+2
* From Joerg Mayer: get rid of extra arguments to capture routines.Guy Harris2002-04-241-3/+3
* CGMP-over-Ethernet II support, from Heikki Vatiainen.Guy Harris2002-03-231-1/+2
* Add support for SNA-over-Ethernet (Ethernet type 80d5).Guy Harris2002-02-171-1/+2
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-2/+2
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-7/+7
* Attach a descriptive name field type and base to dissector tables; thatGuy Harris2001-12-081-2/+3
* Moved from using dissect_data() to using call_dissector()Ed Warnicke2001-11-261-2/+9
* Make the capture routines take an additional argument giving the amountGuy Harris2001-11-201-9/+8
* Hopefully the last time I have to change my e-mail address.Gilbert Ramirez2001-11-131-2/+2
* IEEE 802.1x, a/k/a EAPOL, and PPP/EAPOL EAP support, from PekkaGuy Harris2001-11-061-1/+2
* 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