aboutsummaryrefslogtreecommitdiffstats
path: root/packet-vlan.c
AgeCommit message (Expand)AuthorFilesLines
2001-02-08Pull a lot of common code for handling 802.3 frames (i.e., frames with aGuy Harris1-62/+7
2001-02-05Fix up some MSVC complaints about (narrowing) type conversions byGuy Harris1-2/+2
2001-01-21Remove some more "CHECK_DISPLAY_AS_DATA()" calls and code to setGuy Harris1-6/+4
2001-01-18Pull the handling of trailers in Ethernet (as opposed to 802.3) framesGuy Harris1-33/+14
2001-01-09Register the IPX dissector, make it static, and call it through aGuy Harris1-3/+5
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris1-2/+2
2001-01-03Have the TR MAC and LLC dissectors register themselves, make themGuy Harris1-2/+9
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-2/+2
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris1-2/+2
2000-11-18Tvbuffify the IP, ICMP, TCP, UDP, OSI CLNP, OSI COTP, OSI CLTP, and OSIGuy Harris1-14/+34
2000-11-13If either of the "tvb_new_subset()" calls throws an exception, it meansGuy Harris1-1/+19
2000-11-13If the packet inside the VLAN packet isn't an Ethernet packet - i.e., ifGuy Harris1-9/+60
2000-11-12If the packet isn't an Ethernet packet, add the length field.Guy Harris1-7/+12
2000-11-12Tvbuffify the 802.1Q VLAN dissector.Guy Harris1-22/+20
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel1-1/+3
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris1-4/+4
2000-06-15Convert IPX-and-friend dissectors in packet-ipx.c to useGilbert Ramirez1-2/+2
2000-05-31Add routines for adding items to a protocol tree that take arguments ofGuy Harris1-5/+5
2000-05-19Add protection against 0-length FT_BYTES being added to proto_tree.Gilbert Ramirez1-2/+2
2000-05-16Convert Ethernet and Lucent/Ascend dissectors to use tvbuff.Gilbert Ramirez1-2/+2
2000-05-16Have tvbuff's keep track of cap_len and pkt_len ('length' and 'reported_length'Gilbert Ramirez1-2/+2
2000-05-11Convert LLC dissector to use tvbuffs.Gilbert Ramirez1-2/+4
2000-05-11Add tvbuff class.Gilbert Ramirez1-5/+5
2000-04-16Make various dissectors static if they can be, and get rid of any headerGuy Harris1-2/+2
2000-04-13Change the sub-dissector handoff registration routines so that theGilbert Ramirez1-1/+7
2000-02-15Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez1-1/+3
2000-01-23In "dissect_eth()", update "pi.len" and "pi.captured_len" regardless ofGuy Harris1-5/+6
1999-12-05vlan updates for etype<maxlen and capture countersNathan Neulinger1-8/+19
1999-12-03more handling of etype<max_802_3_lenNathan Neulinger1-2/+18
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1-2/+8
1999-11-10Give all the fields in the VLAN header different names (fixing aGuy Harris1-4/+4
1999-11-05fixed processing of tci and encapsulated protoNathan Neulinger1-6/+7
1999-10-20Nathan Neulinger's 802.1q VLAN patch.Guy Harris1-0/+98