| Commit message (Expand) | Author | Age | Files | Lines |
* | Always call the Ethernet and Token Ring dissectors through a dissector | Guy Harris | 2001-01-21 | 1 | -9/+10 |
* | Add an additional "protocol index" argument to "{old_}dissector_add()", | Guy Harris | 2001-01-09 | 1 | -2/+3 |
* | 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 | -4/+5 |
* | Wrap the dissect_fddi() call (with a 4th argument) with | Gilbert Ramirez | 2000-11-29 | 1 | -3/+8 |
* | For each column, have both a buffer into which strings for that column | Guy Harris | 2000-11-19 | 1 | -9/+9 |
* | Tvbuffify the STP dissector, have it register itself and have the LLC | Guy Harris | 2000-11-16 | 1 | -4/+4 |
* | Move "bytes_to_str()" to "strutil.c" from "packet.c" - it's just a | Guy Harris | 2000-11-13 | 1 | -4/+4 |
* | Add the "Edit:Protocols..." feature which currently only implements | Laurent Deniel | 2000-08-13 | 1 | -1/+6 |
* | Allow either old-style (pre-tvbuff) or new-style (tvbuffified) | Guy Harris | 2000-08-07 | 1 | -4/+4 |
* | Add routines for adding items to a protocol tree that take arguments of | Guy Harris | 2000-05-31 | 1 | -3/+3 |
* | Add "tvb_reported_length()" to get the "reported length" of a tvbuff | Guy Harris | 2000-05-29 | 1 | -152/+158 |
* | Add wtap-int.h. Move definitions relevant to the internal workins of wiretap | Gilbert Ramirez | 2000-05-19 | 1 | -4/+4 |
* | Remove the "union pseudo_header" from the "frame_data" structure; | Guy Harris | 2000-05-18 | 1 | -33/+37 |
* | Convert Ethernet and Lucent/Ascend dissectors to use tvbuff. | Gilbert Ramirez | 2000-05-16 | 1 | -6/+7 |
* | Have tvbuff's keep track of cap_len and pkt_len ('length' and 'reported_length' | Gilbert Ramirez | 2000-05-16 | 1 | -3/+3 |
* | Convert token-ring dissector to use tvbuffs. | Gilbert Ramirez | 2000-05-15 | 1 | -3/+7 |
* | Convert LLC dissector to use tvbuffs. | Gilbert Ramirez | 2000-05-11 | 1 | -2/+4 |
* | Add tvbuff class. | Gilbert Ramirez | 2000-05-11 | 1 | -47/+47 |
* | Break proto_tree_add_item_format() into multiple functions: | Gilbert Ramirez | 2000-03-12 | 1 | -7/+4 |
* | Create a header file for every packet-*.c file. Prune the packet.h file. | Gilbert Ramirez | 2000-02-15 | 1 | -1/+5 |
* | Put a list of known OUIs in "oui.h", along with a declaration of | Guy Harris | 1999-12-29 | 1 | -6/+68 |
* | As per Nathan Leulinger's suggestion, have a stub SNMP dissector if | Guy Harris | 1999-12-05 | 1 | -13/+1 |
* | Make the VPI and VCI filterable fields. | Guy Harris | 1999-11-27 | 1 | -3/+15 |
* | Move the "guess what type of ATM traffic this is" stuff into the ATM | Guy Harris | 1999-11-27 | 1 | -6/+119 |
* | Add support for SSCOP protocol; dissect signalling AAL packets using it. | Guy Harris | 1999-11-19 | 1 | -9/+16 |
* | (AppTrafType & ATT_HLTYPE) is the type of high-level traffic, and | Guy Harris | 1999-11-18 | 1 | -2/+2 |
* | Check in my work so far on enabling the ATM iptrace capability. Not | Gilbert Ramirez | 1999-11-18 | 1 | -4/+9 |
* | Don't define the variables passed to "dissect_snmp_pdu()" if we don't | Guy Harris | 1999-11-18 | 1 | -1/+11 |
* | ILMI is just SNMP-over-ATM AAL5; if the SNMP dissector is available, | Guy Harris | 1999-11-18 | 1 | -1/+13 |
* | Replace the ETT_ "enum" members, declared in "packet.h", with | Guy Harris | 1999-11-16 | 1 | -7/+21 |
* | Add support for reading Full Frontal ATM from an ATM Sniffer capture | Guy Harris | 1999-08-20 | 1 | -0/+546 |