aboutsummaryrefslogtreecommitdiffstats
path: root/packet-cdp.c
AgeCommit message (Expand)AuthorFilesLines
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel1-1/+3
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris1-2/+2
2000-05-31Add routines for adding items to a protocol tree that take arguments ofGuy Harris1-17/+17
2000-05-11Add tvbuff class.Gilbert Ramirez1-48/+48
2000-03-12Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez1-3/+3
2000-01-22Add "proto_item_set_text()", which sets the "representation" field of anGuy Harris1-91/+42
2000-01-13Call the CDP entry listing addresses "Addresses", not "Address" - it canGuy Harris1-2/+2
2000-01-13Export the list of OSI NLPIDs in "nlpid.h", for use by the CDPGuy Harris1-77/+311
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1-9/+17
1999-10-16More display filter fields added.Laurent Deniel1-6/+23
1999-10-12New proto_tree header_field_info stuff. Header_field_infos now containGilbert Ramirez1-3/+5
1999-09-17Add a "BYTES_ARE_IN_FRAME()" macro, to test whether there are aGuy Harris1-2/+2
1999-08-25Instead of adding the TLV type and length values as hidden values, enterGuy Harris1-48/+67
1999-08-25Dump the values of the "flags" and "ttl" fields of the CDP header.Guy Harris1-62/+119
1999-08-24Fixed the array problem in packet-netbios.Gilbert Ramirez1-7/+20
1999-07-29Made the protocol (but not the fields) use the new proto_tree routine,Gilbert Ramirez1-3/+16
1999-07-07Created a new protocol tree implementation and a new display filterGilbert Ramirez1-15/+14
1999-03-23Removed all references to gtk objects from packet*.[ch] files. They nowGilbert Ramirez1-32/+26
1999-03-01Small fixes for alignment, and #include for gtk+-1.1.x/glib-1.1.xGilbert Ramirez1-1/+2
1999-01-24Removed Development notice within the CDP tree...hannes1-2/+1
1999-01-06The TLV structures in a CDP packet aren't necessarily aligned on 2-byteGuy Harris1-39/+84
1999-01-05Finished the first version of CDP support.hannes1-7/+38
1999-01-04Okay. Please test the CVS code....hannes1-33/+46
1999-01-04I've dicovered, that the existing CDP code does not work with Ciscohannes1-2/+48
1998-12-19Added "Cisco Discovery Protocol" Hookshannes1-0/+61