From Niels Koot: support TCAP over SUA.
[metze/wireshark/wip.git] / packet-cdp.c
2003-10-25 Guy HarrisUpdate comments to give a URL that defines some additio...
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-08-18 Gerald CombsFrom ENDOH Akira:
2002-08-02 Jörg MayerReplace the types from sys/types.h and netinet/in.h...
2002-07-17 Guy HarrisAdd an extra argument to "tvb_find_line_end()", which...
2002-05-30 Guy HarrisDon't pass "tvb_reported_length_remaining(tvb, offset...
2002-01-24 Guy HarrisReplace a bunch of "tvb_length()" and "tvb_length_remai...
2002-01-21 Guy HarrisInclude files from the "epan" directory and subdirector...
2001-12-10 Guy HarrisMove the pointer to the "column_info" structure in...
2001-12-03 Guy HarrisMake "dissector_add()", "dissector_delete()", and ...
2001-11-26 Ed WarnickeMoved from using dissect_data() to using call_dissector()
2001-08-28 Guy HarrisGet rid of "proto_tree_add_notext()" - if you create...
2001-06-20 Guy HarrisCatch TLVs with bogus lengths (i.e., less than the...
2001-06-18 Guy HarrisFrom Joerg Mayer: explicitly fill in all members of a
2001-03-15 Guy HarrisAdd a new Wiretap encapsulation type for Cisco HDLC...
2001-01-25 Guy HarrisRemove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo...
2001-01-15 Guy HarrisSupport for the Native VLAN and Duplex items, and a...
2001-01-13 Guy HarrisSupport for the VTP Management Domain item in CDP packe...
2001-01-10 Guy HarrisMake the stuff to handle SNAP frames (OUI, PID, payload...
2001-01-09 Guy HarrisAdd an additional "protocol index" argument to "{old_...
2001-01-05 Guy HarrisIP Prefix field support in CDP, from Paul Ionescu.
2001-01-03 Guy HarrisHave "proto_register_protocol()" build a list of data...
2000-12-28 Guy HarrisTvbuffify the CDP, CGMP, ISL, and VTP dissectors.
2000-11-19 Guy HarrisFor each column, have both a buffer into which strings...
2000-11-13 Guy HarrisMove "bytes_to_str()" to "strutil.c" from "packet.c...
2000-08-13 Laurent DenielAdd the "Edit:Protocols..." feature which currently...
2000-08-07 Guy HarrisAllow either old-style (pre-tvbuff) or new-style (tvbuf...
2000-05-31 Guy HarrisAdd routines for adding items to a protocol tree that...
2000-05-11 Gilbert RamirezAdd tvbuff class.
2000-03-12 Gilbert RamirezBreak proto_tree_add_item_format() into multiple functions:
2000-01-22 Guy HarrisAdd "proto_item_set_text()", which sets the "representa...
2000-01-13 Guy HarrisCall the CDP entry listing addresses "Addresses", not...
2000-01-13 Guy HarrisExport the list of OSI NLPIDs in "nlpid.h", for use...
1999-11-16 Guy HarrisReplace the ETT_ "enum" members, declared in "packet...
1999-10-16 Laurent DenielMore display filter fields added.
1999-10-12 Gilbert RamirezNew proto_tree header_field_info stuff. Header_field_in...
1999-09-17 Guy HarrisAdd a "BYTES_ARE_IN_FRAME()" macro, to test whether...
1999-08-25 Guy HarrisInstead of adding the TLV type and length values as...
1999-08-25 Guy HarrisDump the values of the "flags" and "ttl" fields of...
1999-08-24 Gilbert RamirezFixed the array problem in packet-netbios.
1999-07-29 Gilbert RamirezMade the protocol (but not the fields) use the new...
1999-07-07 Gilbert RamirezCreated a new protocol tree implementation and a new...
1999-03-23 Gilbert RamirezRemoved all references to gtk objects from packet*...
1999-03-01 Gilbert RamirezSmall fixes for alignment, and #include for gtk+-1...
1999-01-24 hannesRemoved Development notice within the CDP tree...
1999-01-06 Guy HarrisThe 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