aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ethertype.c
AgeCommit message (Expand)AuthorFilesLines
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-04-07From Jouni Malinen: add support for the 802.11i/RSN pre-authenticationGuy Harris1-1/+2
2004-02-21Save the current_proto value before calling subdissectors, and restoreGuy Harris1-3/+7
2004-02-21Handle exceptions the same way we handle them in the DCE RPC dissector -Guy Harris1-33/+29
2004-01-28If we don't have any of the packet padding in the tvbuff, don't even tryGuy Harris1-9/+12
2004-01-28Catch any exceptions that add_ethernet_trailer() throws in add_dix_trailer().Gerald Combs1-2/+2
2003-11-27From Erwin Rol: RTCFG support.Guy Harris1-1/+2
2003-11-17added ETHERTYPE_PROFINETUlf Lamping1-1/+2
2003-10-080x81fd and 0x81ff appear to be for the Cabletron Interswitch MessageGuy Harris1-1/+4
2003-10-01Have a pseudo-header for Ethernet packets, giving the size of the FCS -Guy Harris1-10/+12
2003-08-21Sometimes Ethernet captures include an FCS at the end of the packet.Guy Harris1-19/+24
2003-06-11From Erwin Rol: RTNET/TDMA support.Guy Harris1-1/+2
2003-04-22Add the Ethernet type for the Vines Echo protocol.Guy Harris1-3/+5
2003-03-02Even though we don't yet dissect Intel ANS (NIC teaming) or MicrosoftGerald Combs1-1/+3
2002-10-22Minimalistic support for counting IPv6 packets during captureJörg Mayer1-1/+5
2002-10-14From Ulf Lamping: count ARP packets in capture progress dialog box.Guy Harris1-1/+4
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-7/+7
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-6/+2
2002-06-13From Steve Housley: support for the IEEE 802.3ad Link AggregationGuy Harris1-1/+2
2002-04-24From Joerg Mayer: get rid of extra arguments to capture routines.Guy Harris1-3/+3
2002-03-23CGMP-over-Ethernet II support, from Heikki Vatiainen.Guy Harris1-1/+2
2002-02-17Add support for SNA-over-Ethernet (Ethernet type 80d5).Guy Harris1-1/+2
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-2/+2
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-7/+7
2001-12-08Attach a descriptive name field type and base to dissector tables; thatGuy Harris1-2/+3
2001-11-26Moved from using dissect_data() to using call_dissector()Ed Warnicke1-2/+9
2001-11-20Make the capture routines take an additional argument giving the amountGuy Harris1-9/+8
2001-11-13Hopefully the last time I have to change my e-mail address.Gilbert Ramirez1-2/+2
2001-11-06IEEE 802.1x, a/k/a EAPOL, and PPP/EAPOL EAP support, from PekkaGuy Harris1-1/+2
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