aboutsummaryrefslogtreecommitdiffstats
path: root/packet-cdp.c
AgeCommit message (Expand)AuthorFilesLines
2003-10-25Update comments to give a URL that defines some additional CDP typeGuy Harris1-4/+10
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-12/+12
2002-08-18From ENDOH Akira:Gerald Combs1-1/+2
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-5/+1
2002-07-17Add an extra argument to "tvb_find_line_end()", which specifies what itGuy Harris1-2/+2
2002-05-30Don't pass "tvb_reported_length_remaining(tvb, offset)" as the fourthGuy Harris1-2/+3
2002-01-24Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris1-3/+2
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-3/+3
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-5/+5
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-3/+6
2001-11-26Moved from using dissect_data() to using call_dissector()Ed Warnicke1-2/+5
2001-08-28Get rid of "proto_tree_add_notext()" - if you create a subtree using it,Guy Harris1-12/+5
2001-06-20Catch TLVs with bogus lengths (i.e., less than the fixed-length headerGuy Harris1-1/+13
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-6/+6
2001-03-15Add a new Wiretap encapsulation type for Cisco HDLC. Map the NetBSDGuy Harris1-2/+2
2001-01-25Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris1-5/+1
2001-01-15Support for the Native VLAN and Duplex items, and a fix of the VTPGuy Harris1-3/+39
2001-01-13Support for the VTP Management Domain item in CDP packets, from KentGuy Harris1-9/+26
2001-01-10Make the stuff to handle SNAP frames (OUI, PID, payload) a routine ofGuy Harris1-1/+2
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris1-2/+2
2001-01-05IP Prefix field support in CDP, from Paul Ionescu.Guy Harris1-1/+26
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-2/+3
2000-12-28Tvbuffify the CDP, CGMP, ISL, and VTP dissectors.Guy Harris1-248/+244
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris1-3/+3
2000-11-13Move "bytes_to_str()" to "strutil.c" from "packet.c" - it's just aGuy Harris1-1/+2
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