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