aboutsummaryrefslogtreecommitdiffstats
path: root/packet-cdp.c
AgeCommit message (Expand)AuthorFilesLines
2004-03-23Use "tvb_format_text()" to display strings, so we handle non-printableguy1-39/+27
2004-03-22Fix a typo.guy1-2/+2
2004-03-16From Paul Ionescu: handle ODR hub default gateway announcements.guy1-12/+28
2004-03-13Clean up the message for one capability bit, as per a suggestion by Johnguy1-3/+3
2004-03-05From John Englehart: CDP updates (hello packets, show capabilities theguy1-16/+252
2003-10-25Update comments to give a URL that defines some additional CDP typeguy1-4/+10
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-12/+12
2002-08-18From ENDOH Akira:gerald1-1/+2
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-5/+1
2002-07-17Add an extra argument to "tvb_find_line_end()", which specifies what itguy1-2/+2
2002-05-30Don't pass "tvb_reported_length_remaining(tvb, offset)" as the fourthguy1-2/+3
2002-01-24Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inguy1-3/+2
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy1-3/+3
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"guy1-5/+5
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"guy1-3/+6
2001-11-26Moved from using dissect_data() to using call_dissector()hagbard1-2/+5
2001-08-28Get rid of "proto_tree_add_notext()" - if you create a subtree using it,guy1-12/+5
2001-06-20Catch TLVs with bogus lengths (i.e., less than the fixed-length headerguy1-1/+13
2001-06-18From Joerg Mayer: explicitly fill in all members of aguy1-6/+6
2001-03-15Add a new Wiretap encapsulation type for Cisco HDLC. Map the NetBSDguy1-2/+2
2001-01-25Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="guy1-5/+1
2001-01-15Support for the Native VLAN and Duplex items, and a fix of the VTPguy1-3/+39
2001-01-13Support for the VTP Management Domain item in CDP packets, from Kentguy1-9/+26
2001-01-10Make the stuff to handle SNAP frames (OUI, PID, payload) a routine ofguy1-1/+2
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",guy1-2/+2
2001-01-05IP Prefix field support in CDP, from Paul Ionescu.guy1-1/+26
2001-01-03Have "proto_register_protocol()" build a list of data structures forguy1-2/+3
2000-12-28Tvbuffify the CDP, CGMP, ISL, and VTP dissectors.guy1-248/+244
2000-11-19For each column, have both a buffer into which strings for that columnguy1-3/+3
2000-11-13Move "bytes_to_str()" to "strutil.c" from "packet.c" - it's just aguy1-1/+2
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsdeniel1-1/+3
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)guy1-2/+2
2000-05-31Add routines for adding items to a protocol tree that take arguments ofguy1-17/+17
2000-05-11Add tvbuff class.gram1-48/+48
2000-03-12Break proto_tree_add_item_format() into multiple functions:gram1-3/+3
2000-01-22Add "proto_item_set_text()", which sets the "representation" field of anguy1-91/+42
2000-01-13Call the CDP entry listing addresses "Addresses", not "Address" - it canguy1-2/+2
2000-01-13Export the list of OSI NLPIDs in "nlpid.h", for use by the CDPguy1-77/+311
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withguy1-9/+17
1999-10-16More display filter fields added.deniel1-6/+23
1999-10-12New proto_tree header_field_info stuff. Header_field_infos now containgram1-3/+5
1999-09-17Add a "BYTES_ARE_IN_FRAME()" macro, to test whether there are aguy1-2/+2
1999-08-25Instead of adding the TLV type and length values as hidden values, enterguy1-48/+67
1999-08-25Dump the values of the "flags" and "ttl" fields of the CDP header.guy1-62/+119
1999-08-24Fixed the array problem in packet-netbios.gram1-7/+20
1999-07-29Made the protocol (but not the fields) use the new proto_tree routine,gram1-3/+16
1999-07-07Created a new protocol tree implementation and a new display filtergram1-15/+14
1999-03-23Removed all references to gtk objects from packet*.[ch] files. They nowgram1-32/+26
1999-03-01Small fixes for alignment, and #include for gtk+-1.1.x/glib-1.1.xgram1-1/+2
1999-01-24Removed Development notice within the CDP tree...hannes1-2/+1