| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -5/+5 |
* | Replace the types from sys/types.h and netinet/in.h by their glib.h | Jörg Mayer | 2002-08-02 | 1 | -7/+3 |
* | Add a Wiretap routine to process packets captured via libpcap, possibly | Guy Harris | 2002-06-07 | 1 | -1/+56 |
* | Get rid of the routine to dissect LANE topology change frames, as | Guy Harris | 2002-05-25 | 1 | -9/+2 |
* | Add LANE 2.0 stuff. | Guy Harris | 2002-05-24 | 1 | -56/+288 |
* | Don't bother telling the user twice that the traffic is LLC multiplexed | Guy Harris | 2002-04-30 | 1 | -5/+1 |
* | Move the code to guess the traffic type based on the packet contents | Guy Harris | 2002-04-30 | 1 | -97/+1 |
* | Replace the "ngsniffer_atm" with an "atm" pseudo-header, which isn't | Guy Harris | 2002-04-30 | 1 | -187/+176 |
* | Put the LANE packet type in the Info column for ATM LANE traffic. | Guy Harris | 2002-03-31 | 1 | -16/+34 |
* | 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 | -20/+20 |
* | Make "dissector_add()", "dissector_delete()", and "dissector_change()" | Guy Harris | 2001-12-03 | 1 | -4/+6 |
* | Moved from using dissect_data to using call_dissector() | Ed Warnicke | 2001-11-26 | 1 | -4/+6 |
* | From Joerg Mayer: explicitly fill in all members of a | Guy Harris | 2001-06-18 | 1 | -3/+3 |
* | Call the LANE dissector through a handle. | Guy Harris | 2001-05-27 | 1 | -13/+24 |
* | Call the SSCOP dissector through a handle. That lets us get rid of the | Guy Harris | 2001-05-27 | 1 | -4/+6 |
* | Tvbuffify the ASN.1 code and the Kerberos, LDAP, and SNMP dissectors. | Guy Harris | 2001-04-15 | 1 | -9/+2 |
* | 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 |