| Commit message (Expand) | Author | Age | Files | Lines |
* | Get rid of "proto_tree_add_notext()" - if you create a subtree using it, | Guy Harris | 2001-08-28 | 1 | -12/+5 |
* | Catch TLVs with bogus lengths (i.e., less than the fixed-length header | Guy Harris | 2001-06-20 | 1 | -1/+13 |
* | From Joerg Mayer: explicitly fill in all members of a | Guy Harris | 2001-06-18 | 1 | -6/+6 |
* | Add a new Wiretap encapsulation type for Cisco HDLC. Map the NetBSD | Guy Harris | 2001-03-15 | 1 | -2/+2 |
* | Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto =" | Guy Harris | 2001-01-25 | 1 | -5/+1 |
* | Support for the Native VLAN and Duplex items, and a fix of the VTP | Guy Harris | 2001-01-15 | 1 | -3/+39 |
* | Support for the VTP Management Domain item in CDP packets, from Kent | Guy Harris | 2001-01-13 | 1 | -9/+26 |
* | Make the stuff to handle SNAP frames (OUI, PID, payload) a routine of | Guy Harris | 2001-01-10 | 1 | -1/+2 |
* | Add an additional "protocol index" argument to "{old_}dissector_add()", | Guy Harris | 2001-01-09 | 1 | -2/+2 |
* | IP Prefix field support in CDP, from Paul Ionescu. | Guy Harris | 2001-01-05 | 1 | -1/+26 |
* | Have "proto_register_protocol()" build a list of data structures for | Guy Harris | 2001-01-03 | 1 | -2/+3 |
* | Tvbuffify the CDP, CGMP, ISL, and VTP dissectors. | Guy Harris | 2000-12-28 | 1 | -248/+244 |
* | For each column, have both a buffer into which strings for that column | Guy Harris | 2000-11-19 | 1 | -3/+3 |
* | Move "bytes_to_str()" to "strutil.c" from "packet.c" - it's just a | Guy Harris | 2000-11-13 | 1 | -1/+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 | -2/+2 |
* | Add routines for adding items to a protocol tree that take arguments of | Guy Harris | 2000-05-31 | 1 | -17/+17 |
* | Add tvbuff class. | Gilbert Ramirez | 2000-05-11 | 1 | -48/+48 |
* | Break proto_tree_add_item_format() into multiple functions: | Gilbert Ramirez | 2000-03-12 | 1 | -3/+3 |
* | Add "proto_item_set_text()", which sets the "representation" field of an | Guy Harris | 2000-01-22 | 1 | -91/+42 |
* | Call the CDP entry listing addresses "Addresses", not "Address" - it can | Guy Harris | 2000-01-13 | 1 | -2/+2 |
* | Export the list of OSI NLPIDs in "nlpid.h", for use by the CDP | Guy Harris | 2000-01-13 | 1 | -77/+311 |
* | Replace the ETT_ "enum" members, declared in "packet.h", with | Guy Harris | 1999-11-16 | 1 | -9/+17 |
* | More display filter fields added. | Laurent Deniel | 1999-10-16 | 1 | -6/+23 |
* | New proto_tree header_field_info stuff. Header_field_infos now contain | Gilbert Ramirez | 1999-10-12 | 1 | -3/+5 |
* | Add a "BYTES_ARE_IN_FRAME()" macro, to test whether there are a | Guy Harris | 1999-09-17 | 1 | -2/+2 |
* | Instead of adding the TLV type and length values as hidden values, enter | Guy Harris | 1999-08-25 | 1 | -48/+67 |
* | Dump the values of the "flags" and "ttl" fields of the CDP header. | Guy Harris | 1999-08-25 | 1 | -62/+119 |
* | Fixed the array problem in packet-netbios. | Gilbert Ramirez | 1999-08-24 | 1 | -7/+20 |
* | Made the protocol (but not the fields) use the new proto_tree routine, | Gilbert Ramirez | 1999-07-29 | 1 | -3/+16 |
* | Created a new protocol tree implementation and a new display filter | Gilbert Ramirez | 1999-07-07 | 1 | -15/+14 |
* | Removed all references to gtk objects from packet*.[ch] files. They now | Gilbert Ramirez | 1999-03-23 | 1 | -32/+26 |
* | Small fixes for alignment, and #include for gtk+-1.1.x/glib-1.1.x | Gilbert Ramirez | 1999-03-01 | 1 | -1/+2 |
* | Removed Development notice within the CDP tree... | hannes | 1999-01-24 | 1 | -2/+1 |
* | The TLV structures in a CDP packet aren't necessarily aligned on 2-byte | Guy Harris | 1999-01-06 | 1 | -39/+84 |
* | Finished the first version of CDP support. | hannes | 1999-01-05 | 1 | -7/+38 |
* | Okay. Please test the CVS code.... | hannes | 1999-01-04 | 1 | -33/+46 |
* | I've dicovered, that the existing CDP code does not work with Cisco | hannes | 1999-01-04 | 1 | -2/+48 |
* | Added "Cisco Discovery Protocol" Hooks | hannes | 1998-12-19 | 1 | -0/+61 |