aboutsummaryrefslogtreecommitdiffstats
path: root/packet-vlan.c
AgeCommit message (Expand)AuthorFilesLines
2003-10-01Have a pseudo-header for Ethernet packets, giving the size of the FCS -guy1-3/+3
2003-01-31Get rid of BASE_BIN - it's just the same as BASE_DEC, but people seemedguy1-4/+4
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-13/+13
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-10/+2
2002-04-24From Joerg Mayer: get rid of extra arguments to capture routines.guy1-2/+2
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy1-2/+2
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"guy1-7/+7
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"guy1-2/+5
2001-11-20Make the capture routines take an additional argument giving the amountguy1-8/+8
2001-06-18From Joerg Mayer: explicitly fill in all members of aguy1-7/+7
2001-02-08Pull a lot of common code for handling 802.3 frames (i.e., frames with aguy1-62/+7
2001-02-05Fix up some MSVC complaints about (narrowing) type conversions byguy1-2/+2
2001-01-21Remove some more "CHECK_DISPLAY_AS_DATA()" calls and code to setguy1-6/+4
2001-01-18Pull the handling of trailers in Ethernet (as opposed to 802.3) framesguy1-33/+14
2001-01-09Register the IPX dissector, make it static, and call it through aguy1-3/+5
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",guy1-2/+2
2001-01-03Have the TR MAC and LLC dissectors register themselves, make themguy1-2/+9
2001-01-03Have "proto_register_protocol()" build a list of data structures forguy1-2/+2
2000-11-19For each column, have both a buffer into which strings for that columnguy1-2/+2
2000-11-18Tvbuffify the IP, ICMP, TCP, UDP, OSI CLNP, OSI COTP, OSI CLTP, and OSIguy1-14/+34
2000-11-13If either of the "tvb_new_subset()" calls throws an exception, it meansguy1-1/+19
2000-11-13If the packet inside the VLAN packet isn't an Ethernet packet - i.e., ifguy1-9/+60
2000-11-12If the packet isn't an Ethernet packet, add the length field.guy1-7/+12
2000-11-12Tvbuffify the 802.1Q VLAN dissector.guy1-22/+20
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsdeniel1-1/+3
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)guy1-4/+4
2000-06-15Convert IPX-and-friend dissectors in packet-ipx.c to usegram1-2/+2
2000-05-31Add routines for adding items to a protocol tree that take arguments ofguy1-5/+5
2000-05-19Add protection against 0-length FT_BYTES being added to proto_tree.gram1-2/+2
2000-05-16Convert Ethernet and Lucent/Ascend dissectors to use tvbuff.gram1-2/+2
2000-05-16Have tvbuff's keep track of cap_len and pkt_len ('length' and 'reported_length'gram1-2/+2
2000-05-11Convert LLC dissector to use tvbuffs.gram1-2/+4
2000-05-11Add tvbuff class.gram1-5/+5
2000-04-16Make various dissectors static if they can be, and get rid of any headerguy1-2/+2
2000-04-13Change the sub-dissector handoff registration routines so that thegram1-1/+7
2000-02-15Create a header file for every packet-*.c file. Prune the packet.h file.gram1-1/+3
2000-01-23In "dissect_eth()", update "pi.len" and "pi.captured_len" regardless ofguy1-5/+6
1999-12-05vlan updates for etype<maxlen and capture countersnneul1-8/+19
1999-12-03more handling of etype<max_802_3_lennneul1-2/+18
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withguy1-2/+8
1999-11-10Give all the fields in the VLAN header different names (fixing aguy1-4/+4
1999-11-05fixed processing of tci and encapsulated protonneul1-6/+7
1999-10-20Nathan Neulinger's 802.1q VLAN patch.guy1-0/+98