aboutsummaryrefslogtreecommitdiffstats
path: root/packet-vlan.c
AgeCommit message (Expand)AuthorFilesLines
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