CRLDP support, and assorted byg fixes, from Michael Rozhavsky.
[obnox/wireshark/wip.git] / packet-ethertype.c
2002-04-24 guyFrom Joerg Mayer: get rid of extra arguments to capture...
2002-03-23 guyCGMP-over-Ethernet II support, from Heikki Vatiainen.
2002-02-17 guyAdd support for SNA-over-Ethernet (Ethernet type 80d5).
2002-01-21 guyInclude files from the "epan" directory and subdirector...
2001-12-10 guyMove the pointer to the "column_info" structure in...
2001-12-08 guyAttach a descriptive name field type and base to dissec...
2001-11-26 hagbardMoved from using dissect_data() to using call_dissector()
2001-11-20 guyMake the capture routines take an additional argument...
2001-11-13 gramHopefully the last time I have to change my e-mail...
2001-11-06 guyIEEE 802.1x, a/k/a EAPOL, and PPP/EAPOL EAP support...
2001-06-16 guyAdd the PPP Compression Control Protocol to the list...
2001-06-15 guyExplain why we have to be ready to handle Ethernet...
2001-06-14 guyAs long as we're supporting PPP protocol types over...
2001-06-14 guyLCP-over Ethernet and IPCP-over-Ethernet support, from...
2001-04-03 guyAn Ethernet type of 0x6558 is "Transparent Ethernet...
2001-03-29 guyAdd WCP to the list of Ethernet types in "etype_vals...
2001-02-01 guy"Decode As" dialog, from David Hampton.
2001-01-18 guyIn "ethertype()", catch exceptions from the dissector...
2001-01-18 guyPull the handling of trailers in Ethernet (as opposed...
2000-11-18 guyTvbuffify the IP, ICMP, TCP, UDP, OSI CLNP, OSI COTP...
2000-11-16 guyTvbuffify the STP dissector, have it register itself...
2000-08-09 denielAdd some ethertypes (which were captured on my network...
2000-08-07 guyAllow either old-style (pre-tvbuff) or new-style (tvbuf...
2000-05-31 guyAdd routines for adding items to a protocol tree that...
2000-05-19 gramAdd protection against 0-length FT_BYTES being added...
2000-05-11 gramAdd tvbuff class.
2000-04-13 gramRe-insert 4 #include lines to get capture_*() function...
2000-04-13 gramChange the sub-dissector handoff registration routines...