aboutsummaryrefslogtreecommitdiffstats
path: root/packet-cdp.c
Commit message (Expand)AuthorAgeFilesLines
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* Use "tvb_format_text()" to display strings, so we handle non-printableGuy Harris2004-03-231-39/+27
* Fix a typo.Guy Harris2004-03-221-2/+2
* From Paul Ionescu: handle ODR hub default gateway announcements.Guy Harris2004-03-161-12/+28
* Clean up the message for one capability bit, as per a suggestion by JohnGuy Harris2004-03-131-3/+3
* From John Englehart: CDP updates (hello packets, show capabilities theGuy Harris2004-03-051-16/+252
* Update comments to give a URL that defines some additional CDP typeGuy Harris2003-10-251-4/+10
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-12/+12
* From ENDOH Akira:Gerald Combs2002-08-181-1/+2
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-5/+1
* Add an extra argument to "tvb_find_line_end()", which specifies what itGuy Harris2002-07-171-2/+2
* Don't pass "tvb_reported_length_remaining(tvb, offset)" as the fourthGuy Harris2002-05-301-2/+3
* Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris2002-01-241-3/+2
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-3/+3
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-5/+5
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-3/+6
* Moved from using dissect_data() to using call_dissector()Ed Warnicke2001-11-261-2/+5
* Get rid of "proto_tree_add_notext()" - if you create a subtree using it,Guy Harris2001-08-281-12/+5
* Catch TLVs with bogus lengths (i.e., less than the fixed-length headerGuy Harris2001-06-201-1/+13
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-6/+6
* Add a new Wiretap encapsulation type for Cisco HDLC. Map the NetBSDGuy Harris2001-03-151-2/+2
* Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris2001-01-251-5/+1
* Support for the Native VLAN and Duplex items, and a fix of the VTPGuy Harris2001-01-151-3/+39
* Support for the VTP Management Domain item in CDP packets, from KentGuy Harris2001-01-131-9/+26
* Make the stuff to handle SNAP frames (OUI, PID, payload) a routine ofGuy Harris2001-01-101-1/+2
* 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