aboutsummaryrefslogtreecommitdiffstats
path: root/packet-cdp.c
Commit message (Expand)AuthorAgeFilesLines
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-2/+2
* IP Prefix field support in CDP, from Paul Ionescu.Guy Harris2001-01-051-1/+26
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-2/+3
* Tvbuffify the CDP, CGMP, ISL, and VTP dissectors.Guy Harris2000-12-281-248/+244
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-3/+3
* Move "bytes_to_str()" to "strutil.c" from "packet.c" - it's just aGuy Harris2000-11-131-1/+2
* Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel2000-08-131-1/+3
* Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris2000-08-071-2/+2
* Add routines for adding items to a protocol tree that take arguments ofGuy Harris2000-05-311-17/+17
* Add tvbuff class.Gilbert Ramirez2000-05-111-48/+48
* Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez2000-03-121-3/+3
* Add "proto_item_set_text()", which sets the "representation" field of anGuy Harris2000-01-221-91/+42
* Call the CDP entry listing addresses "Addresses", not "Address" - it canGuy Harris2000-01-131-2/+2
* Export the list of OSI NLPIDs in "nlpid.h", for use by the CDPGuy Harris2000-01-131-77/+311
* Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1999-11-161-9/+17
* More display filter fields added.Laurent Deniel1999-10-161-6/+23
* New proto_tree header_field_info stuff. Header_field_infos now containGilbert Ramirez1999-10-121-3/+5
* Add a "BYTES_ARE_IN_FRAME()" macro, to test whether there are aGuy Harris1999-09-171-2/+2
* Instead of adding the TLV type and length values as hidden values, enterGuy Harris1999-08-251-48/+67
* Dump the values of the "flags" and "ttl" fields of the CDP header.Guy Harris1999-08-251-62/+119
* Fixed the array problem in packet-netbios.Gilbert Ramirez1999-08-241-7/+20
* Made the protocol (but not the fields) use the new proto_tree routine,Gilbert Ramirez1999-07-291-3/+16
* Created a new protocol tree implementation and a new display filterGilbert Ramirez1999-07-071-15/+14
* Removed all references to gtk objects from packet*.[ch] files. They nowGilbert Ramirez1999-03-231-32/+26
* Small fixes for alignment, and #include for gtk+-1.1.x/glib-1.1.xGilbert Ramirez1999-03-011-1/+2
* Removed Development notice within the CDP tree...hannes1999-01-241-2/+1
* The TLV structures in a CDP packet aren't necessarily aligned on 2-byteGuy Harris1999-01-061-39/+84
* Finished the first version of CDP support.hannes1999-01-051-7/+38
* Okay. Please test the CVS code....hannes1999-01-041-33/+46
* I've dicovered, that the existing CDP code does not work with Ciscohannes1999-01-041-2/+48
* Added "Cisco Discovery Protocol" Hookshannes1998-12-191-0/+61