| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | -3/+3 |
* | 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 | -9/+8 |
* | Get rid of "tvb_compat()"; it's no longer needed (the one remaining call | Guy Harris | 2001-11-20 | 1 | -5/+1 |
* | Get rid of the "len" and "captured_len" members of the "packet_info" | Guy Harris | 2001-11-20 | 1 | -25/+3 |
* | Make the capture routines take an additional argument giving the amount | Guy Harris | 2001-11-20 | 1 | -7/+7 |
* | Update Gerald's e-mail address. | Guy Harris | 2001-06-29 | 1 | -3/+2 |
* | From Joerg Mayer: explicitly fill in all members of a | Guy Harris | 2001-06-18 | 1 | -7/+7 |
* | Move the declaration of "etype_vals[]" from "epan/packet.h" to | Guy Harris | 2001-04-17 | 1 | -3/+1 |
* | An Ethernet type of 0x6558 is "Transparent Ethernet Bridging" which, | Guy Harris | 2001-04-03 | 1 | -1/+7 |
* | Show "IEEE 802.3" as "IEEE 802.3 Ethernet" so as not to confuse | Gilbert Ramirez | 2001-03-22 | 1 | -3/+3 |
* | Make tvb_get_ptr() return 'const guint8*', and clean up all the | Gilbert Ramirez | 2001-03-13 | 1 | -2/+2 |
* | Pull a lot of common code for handling 802.3 frames (i.e., frames with a | Guy Harris | 2001-02-08 | 1 | -80/+23 |
* | Start removing "{OLD_}CHECK_DISPLAY_AS_DATA()" calls, and code to set | Guy Harris | 2001-01-21 | 1 | -4/+1 |
* | Always call the Ethernet and Token Ring dissectors through a dissector | Guy Harris | 2001-01-21 | 1 | -2/+2 |
* | Make sure "fh_tree" is always set in "dissect_eth()" before passing it | Guy Harris | 2001-01-18 | 1 | -2/+2 |
* | Pull the handling of trailers in Ethernet (as opposed to 802.3) frames | Guy Harris | 2001-01-18 | 1 | -92/+69 |
* | 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 | -3/+4 |
* | Have the TR MAC and LLC dissectors register themselves, make them | Guy Harris | 2001-01-03 | 1 | -5/+7 |
* | Have "proto_register_protocol()" build a list of data structures for | Guy Harris | 2001-01-03 | 1 | -2/+2 |
* | Tvbuffify the CDP, CGMP, ISL, and VTP dissectors. | Guy Harris | 2000-12-28 | 1 | -3/+13 |
* | Wrap the dissect_fddi() call (with a 4th argument) with | Gilbert Ramirez | 2000-11-29 | 1 | -1/+7 |
* | For each column, have both a buffer into which strings for that column | Guy Harris | 2000-11-19 | 1 | -3/+3 |
* | Have the Etherenet and PPP dissectors register themselves, and have | Guy Harris | 2000-11-19 | 1 | -1/+3 |
* | Tvbuffify the IP, ICMP, TCP, UDP, OSI CLNP, OSI COTP, OSI CLTP, and OSI | Guy Harris | 2000-11-18 | 1 | -30/+45 |
* | If either of the "tvb_new_subset()" calls throws an exception, it means | Guy Harris | 2000-11-13 | 1 | -1/+19 |
* | "It's pronounced 'volatile pointer to tvbuff_t' but it's spelled | Guy Harris | 2000-11-13 | 1 | -12/+7 |
* | 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 | -7/+7 |
* | Add routines for adding items to a protocol tree that take arguments of | Guy Harris | 2000-05-31 | 1 | -11/+11 |
* | Make "packet-clip.c", "packet-raw.c", "packet-ppp.c", "packet-tr.c", | Guy Harris | 2000-05-19 | 1 | -1/+2 |
* | Add protection against 0-length FT_BYTES being added to proto_tree. | Gilbert Ramirez | 2000-05-19 | 1 | -2/+2 |
* | Add "eth.trailer" and show ethernet trailer if it exists. | Gilbert Ramirez | 2000-05-17 | 1 | -10/+31 |
* | Convert Ethernet and Lucent/Ascend dissectors to use tvbuff. | Gilbert Ramirez | 2000-05-16 | 1 | -46/+55 |
* | Have tvbuff's keep track of cap_len and pkt_len ('length' and 'reported_length' | Gilbert Ramirez | 2000-05-16 | 1 | -5/+5 |
* | Convert token-ring dissector to use tvbuffs. | Gilbert Ramirez | 2000-05-15 | 1 | -37/+50 |
* | If ethernet header has 'length', create tvbuff of only that length | Gilbert Ramirez | 2000-05-12 | 1 | -2/+12 |
* | Convert LLC dissector to use tvbuffs. | Gilbert Ramirez | 2000-05-11 | 1 | -2/+4 |
* | Add tvbuff class. | Gilbert Ramirez | 2000-05-11 | 1 | -12/+12 |
* | Add routines to: | Guy Harris | 2000-05-05 | 1 | -1/+4 |
* | Added Jeff Foster's patch to add an eth.addr field. | Gilbert Ramirez | 2000-03-20 | 1 | -2/+15 |
* | Break proto_tree_add_item_format() into multiple functions: | Gilbert Ramirez | 2000-03-12 | 1 | -5/+5 |
* | Create a header file for every packet-*.c file. Prune the packet.h file. | Gilbert Ramirez | 2000-02-15 | 1 | -1/+4 |
* | Add support for Cisco ISL. | Guy Harris | 2000-01-24 | 1 | -1/+21 |
* | When computing the total frame length of an 802.3 frame, add to the | Guy Harris | 2000-01-24 | 1 | -8/+11 |
* | In "dissect_eth()", update "pi.len" and "pi.captured_len" regardless of | Guy Harris | 2000-01-23 | 1 | -28/+39 |
* | Add IPX to packet stats during capture. | Gilbert Ramirez | 1999-11-30 | 1 | -2/+2 |
* | The code for Ethernet II was using proto_tree_add_item_format() even | Gilbert Ramirez | 1999-11-20 | 1 | -8/+3 |