aboutsummaryrefslogtreecommitdiffstats
path: root/packet-cdp.c
AgeCommit message (Expand)AuthorFilesLines
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
1999-01-06The TLV structures in a CDP packet aren't necessarily aligned on 2-byteguy1-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