| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Moved from using dissect_data to using call_dissector() | Ed Warnicke | 2001-11-25 | 1 | -2/+4 |
* | Get rid of the "len" and "captured_len" members of the "packet_info" | Guy Harris | 2001-11-20 | 1 | -12/+1 |
* | Make the capture routines take an additional argument giving the amount | Guy Harris | 2001-11-20 | 1 | -7/+6 |
* | From Joerg Mayer: explicitly fill in all members of a | Guy Harris | 2001-06-18 | 1 | -19/+19 |
* | FT_UINTn and FT_INTn fields must always have a base selected for them; | Guy Harris | 2001-04-19 | 1 | -3/+3 |
* | Start removing "{OLD_}CHECK_DISPLAY_AS_DATA()" calls, and code to set | Guy Harris | 2001-01-21 | 1 | -5/+1 |
* | Always call the Ethernet and Token Ring dissectors through a dissector | Guy Harris | 2001-01-21 | 1 | -3/+16 |
* | Add an additional "protocol index" argument to "{old_}dissector_add()", | Guy Harris | 2001-01-09 | 1 | -2/+2 |
* | Have "proto_register_protocol()" build a list of data structures for | Guy Harris | 2001-01-03 | 1 | -2/+2 |
* | When creating a subset tvbuff with lengths that don't run to the end of | Guy Harris | 2000-12-29 | 1 | -4/+17 |
* | Tvbuffify the CDP, CGMP, ISL, and VTP dissectors. | Guy Harris | 2000-12-28 | 1 | -60/+87 |
* | For each column, have both a buffer into which strings for that column | Guy Harris | 2000-11-19 | 1 | -2/+2 |
* | Tvbuffify the STP dissector, have it register itself and have the LLC | Guy Harris | 2000-11-16 | 1 | -2/+2 |
* | 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 | -3/+3 |
* | Convert IPX-and-friend dissectors in packet-ipx.c to use | Gilbert Ramirez | 2000-06-15 | 1 | -4/+4 |
* | Add routines for adding items to a protocol tree that take arguments of | Guy Harris | 2000-05-31 | 1 | -20/+20 |
* | Convert Ethernet and Lucent/Ascend dissectors to use tvbuff. | Gilbert Ramirez | 2000-05-16 | 1 | -3/+5 |
* | Have tvbuff's keep track of cap_len and pkt_len ('length' and 'reported_length' | Gilbert Ramirez | 2000-05-16 | 1 | -2/+2 |
* | Convert token-ring dissector to use tvbuffs. | Gilbert Ramirez | 2000-05-15 | 1 | -2/+4 |
* | Add tvbuff class. | Gilbert Ramirez | 2000-05-11 | 1 | -24/+24 |
* | Add fields tr.addr, fddi.addr, and isl.addr that act like eth.addr, matching | Gilbert Ramirez | 2000-03-20 | 1 | -1/+7 |
* | Break proto_tree_add_item_format() into multiple functions: | Gilbert Ramirez | 2000-03-12 | 1 | -3/+3 |
* | Create a header file for every packet-*.c file. Prune the packet.h file. | Gilbert Ramirez | 2000-02-15 | 1 | -1/+3 |
* | The CRC is at the end of the frame, not at the end of the captured data | Guy Harris | 2000-01-24 | 1 | -3/+3 |
* | Add the CRC of the encapsulated frame to the ISL dissection. | Guy Harris | 2000-01-24 | 1 | -2/+11 |
* | Add an INFO column with the VLAN ID. | Guy Harris | 2000-01-24 | 1 | -40/+40 |
* | Add support for Cisco ISL. | Guy Harris | 2000-01-24 | 1 | -0/+287 |