From Ronnie Sahlberg:
[obnox/wireshark/wip.git] / packet-cdp.c
2002-01-24 guyReplace a bunch of "tvb_length()" and "tvb_length_remai...
2002-01-21 guyInclude files from the "epan" directory and subdirector...
2001-12-10 guyMove the pointer to the "column_info" structure in...
2001-12-03 guyMake "dissector_add()", "dissector_delete()", and ...
2001-11-26 hagbardMoved from using dissect_data() to using call_dissector()
2001-08-28 guyGet rid of "proto_tree_add_notext()" - if you create...
2001-06-20 guyCatch TLVs with bogus lengths (i.e., less than the...
2001-06-18 guyFrom Joerg Mayer: explicitly fill in all members of a
2001-03-15 guyAdd a new Wiretap encapsulation type for Cisco HDLC...
2001-01-25 guyRemove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo...
2001-01-15 guySupport for the Native VLAN and Duplex items, and a...
2001-01-13 guySupport for the VTP Management Domain item in CDP packe...
2001-01-10 guyMake the stuff to handle SNAP frames (OUI, PID, payload...
2001-01-09 guyAdd an additional "protocol index" argument to "{old_...
2001-01-05 guyIP Prefix field support in CDP, from Paul Ionescu.
2001-01-03 guyHave "proto_register_protocol()" build a list of data...
2000-12-28 guyTvbuffify the CDP, CGMP, ISL, and VTP dissectors.
2000-11-19 guyFor each column, have both a buffer into which strings...
2000-11-13 guyMove "bytes_to_str()" to "strutil.c" from "packet.c...
2000-08-13 denielAdd the "Edit:Protocols..." feature which currently...
2000-08-07 guyAllow either old-style (pre-tvbuff) or new-style (tvbuf...
2000-05-31 guyAdd routines for adding items to a protocol tree that...
2000-05-11 gramAdd tvbuff class.
2000-03-12 gramBreak proto_tree_add_item_format() into multiple functions:
2000-01-22 guyAdd "proto_item_set_text()", which sets the "representa...
2000-01-13 guyCall the CDP entry listing addresses "Addresses", not...
2000-01-13 guyExport the list of OSI NLPIDs in "nlpid.h", for use...
1999-11-16 guyReplace the ETT_ "enum" members, declared in "packet...
1999-10-16 denielMore display filter fields added.
1999-10-12 gramNew proto_tree header_field_info stuff. Header_field_in...
1999-09-17 guyAdd a "BYTES_ARE_IN_FRAME()" macro, to test whether...
1999-08-25 guyInstead of adding the TLV type and length values as...
1999-08-25 guyDump the values of the "flags" and "ttl" fields of...
1999-08-24 gramFixed the array problem in packet-netbios.
1999-07-29 gramMade the protocol (but not the fields) use the new...
1999-07-07 gramCreated a new protocol tree implementation and a new...
1999-03-23 gramRemoved all references to gtk objects from packet*...
1999-03-01 gramSmall fixes for alignment, and #include for gtk+-1...
1999-01-24 hannesRemoved Development notice within the CDP tree...
1999-01-06 guyThe TLV structures in a CDP packet aren't necessarily...
1999-01-05 hannesFinished the first version of CDP support.
1999-01-04 hannesOkay. Please test the CVS code....
1999-01-04 hannesI've dicovered, that the existing CDP code does not...
1998-12-19 hannesAdded "Cisco Discovery Protocol" Hooks