From Chris Waters: export "find_dissector_table()" and add
[metze/wireshark/wip.git] / packet-wccp.c
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 Jörg MayerReplace the types from sys/types.h and netinet/in.h...
2002-04-15 Guy HarrisFrom Simharajan Srishylam:
2002-04-02 Guy HarrisFix a typo.
2002-04-02 Guy HarrisFix a bunch of bits of code that used "tvb_get_ntohl...
2002-01-30 Guy HarrisInclude <string.h> to declare various string functions.
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-27 Guy HarrisWCCP capability info dissection bug fix, from Raghu...
2001-08-04 Guy HarrisFix the version value for WCCPv2.
2001-08-04 Guy HarrisUpdate the URLs for WCCP 1.0 and 2.0 drafts, and note...
2001-06-18 Guy HarrisFrom Joerg Mayer: explicitly fill in all members of a
2001-03-20 Guy HarrisAlas, the WCCP drafts have expired....
2001-02-09 Guy HarrisChange to include Service ID field in dissection of...
2001-01-22 Guy HarrisRemove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo...
2001-01-09 Guy HarrisAdd an additional "protocol index" argument to "{old_...
2001-01-03 Guy HarrisHave "proto_register_protocol()" build a list of data...
2000-11-29 Guy HarrisTvbuffify the GRE and WCCP dissectors.
2000-11-29 Guy HarrisWCCP 2.0 support.
2000-11-19 Guy HarrisFor each column, have both a buffer into which strings...
2000-11-17 Gilbert RamirezAdd #include <string.h>, to get prototypes for mem...
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-04-08 Guy HarrisMove calls to "dissector_add()" out of the register...
2000-03-12 Gilbert RamirezBreak proto_tree_add_item_format() into multiple functions:
1999-12-14 Guy HarrisMinor tweak.
1999-12-14 Guy HarrisMerge Jerry's version with a version I'd done.
1999-12-12 Guy HarrisAdd a URL for the WCCP 1.0 draft.
1999-12-12 Guy HarrisWCCP 1.0 dissection, from Jerry Talkington.