Remove "text2pcap-scanner.obj" and "tools\lemon\lemon.obj" when a "nmake
[obnox/wireshark/wip.git] / packet-vlan.c
2001-06-18 guyFrom Joerg Mayer: explicitly fill in all members of a
2001-02-08 guyPull a lot of common code for handling 802.3 frames...
2001-02-05 guyFix up some MSVC complaints about (narrowing) type...
2001-01-21 guyRemove some more "CHECK_DISPLAY_AS_DATA()" calls and...
2001-01-18 guyPull the handling of trailers in Ethernet (as opposed...
2001-01-09 guyRegister the IPX dissector, make it static, and call...
2001-01-09 guyAdd an additional "protocol index" argument to "{old_...
2001-01-03 guyHave the TR MAC and LLC dissectors register themselves...
2001-01-03 guyHave "proto_register_protocol()" build a list of data...
2000-11-19 guyFor each column, have both a buffer into which strings...
2000-11-18 guyTvbuffify the IP, ICMP, TCP, UDP, OSI CLNP, OSI COTP...
2000-11-13 guyIf either of the "tvb_new_subset()" calls throws an...
2000-11-13 guyIf the packet inside the VLAN packet isn't an Ethernet...
2000-11-12 guyIf the packet isn't an Ethernet packet, add the length...
2000-11-12 guyTvbuffify the 802.1Q VLAN dissector.
2000-08-13 denielAdd the "Edit:Protocols..." feature which currently...
2000-08-07 guyAllow either old-style (pre-tvbuff) or new-style (tvbuf...
2000-06-15 gramConvert IPX-and-friend dissectors in packet-ipx.c to use
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-16 gramConvert Ethernet and Lucent/Ascend dissectors to use...
2000-05-16 gramHave tvbuff's keep track of cap_len and pkt_len ('lengt...
2000-05-11 gramConvert LLC dissector to use tvbuffs.
2000-05-11 gramAdd tvbuff class.
2000-04-16 guyMake various dissectors static if they can be, and...
2000-04-13 gramChange the sub-dissector handoff registration routines...
2000-02-15 gramCreate a header file for every packet-*.c file. Prune...
2000-01-23 guyIn "dissect_eth()", update "pi.len" and "pi.captured_le...
1999-12-05 nneulvlan updates for etype<maxlen and capture counters
1999-12-03 nneulmore handling of etype<max_802_3_len
1999-11-16 guyReplace the ETT_ "enum" members, declared in "packet...
1999-11-10 guyGive all the fields in the VLAN header different names...
1999-11-05 nneulfixed processing of tci and encapsulated proto
1999-10-20 guyNathan Neulinger's 802.1q VLAN patch.