aboutsummaryrefslogtreecommitdiffstats
path: root/packet-vlan.c
Commit message (Expand)AuthorAgeFilesLines
* Have a pseudo-header for Ethernet packets, giving the size of the FCS -Guy Harris2003-10-011-3/+3
* Get rid of BASE_BIN - it's just the same as BASE_DEC, but people seemedGuy Harris2003-01-311-4/+4
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-13/+13
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-10/+2
* From Joerg Mayer: get rid of extra arguments to capture routines.Guy Harris2002-04-241-2/+2
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-2/+2
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-7/+7
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-2/+5
* Make the capture routines take an additional argument giving the amountGuy Harris2001-11-201-8/+8
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-7/+7
* Pull a lot of common code for handling 802.3 frames (i.e., frames with aGuy Harris2001-02-081-62/+7
* Fix up some MSVC complaints about (narrowing) type conversions byGuy Harris2001-02-051-2/+2
* Remove some more "CHECK_DISPLAY_AS_DATA()" calls and code to setGuy Harris2001-01-211-6/+4
* Pull the handling of trailers in Ethernet (as opposed to 802.3) framesGuy Harris2001-01-181-33/+14
* Register the IPX dissector, make it static, and call it through aGuy Harris2001-01-091-3/+5
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-2/+2
* Have the TR MAC and LLC dissectors register themselves, make themGuy Harris2001-01-031-2/+9
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-2/+2
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-2/+2
* Tvbuffify the IP, ICMP, TCP, UDP, OSI CLNP, OSI COTP, OSI CLTP, and OSIGuy Harris2000-11-181-14/+34
* If either of the "tvb_new_subset()" calls throws an exception, it meansGuy Harris2000-11-131-1/+19
* If the packet inside the VLAN packet isn't an Ethernet packet - i.e., ifGuy Harris2000-11-131-9/+60
* If the packet isn't an Ethernet packet, add the length field.Guy Harris2000-11-121-7/+12
* Tvbuffify the 802.1Q VLAN dissector.Guy Harris2000-11-121-22/+20
* Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel2000-08-131-1/+3
* Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris2000-08-071-4/+4
* Convert IPX-and-friend dissectors in packet-ipx.c to useGilbert Ramirez2000-06-151-2/+2
* Add routines for adding items to a protocol tree that take arguments ofGuy Harris2000-05-311-5/+5
* Add protection against 0-length FT_BYTES being added to proto_tree.Gilbert Ramirez2000-05-191-2/+2
* Convert Ethernet and Lucent/Ascend dissectors to use tvbuff.Gilbert Ramirez2000-05-161-2/+2
* Have tvbuff's keep track of cap_len and pkt_len ('length' and 'reported_length'Gilbert Ramirez2000-05-161-2/+2
* Convert LLC dissector to use tvbuffs.Gilbert Ramirez2000-05-111-2/+4
* Add tvbuff class.Gilbert Ramirez2000-05-111-5/+5
* Make various dissectors static if they can be, and get rid of any headerGuy Harris2000-04-161-2/+2
* Change the sub-dissector handoff registration routines so that theGilbert Ramirez2000-04-131-1/+7
* Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez2000-02-151-1/+3
* In "dissect_eth()", update "pi.len" and "pi.captured_len" regardless ofGuy Harris2000-01-231-5/+6
* vlan updates for etype<maxlen and capture countersNathan Neulinger1999-12-051-8/+19
* more handling of etype<max_802_3_lenNathan Neulinger1999-12-031-2/+18
* Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1999-11-161-2/+8
* Give all the fields in the VLAN header different names (fixing aGuy Harris1999-11-101-4/+4
* fixed processing of tci and encapsulated protoNathan Neulinger1999-11-051-6/+7
* Nathan Neulinger's 802.1q VLAN patch.Guy Harris1999-10-201-0/+98