WCCP: Make sure our offset increases.
[metze/wireshark/wip.git] / epan / dissectors / packet-wccp.c
2018-02-22 Gerald CombsWCCP: Make sure our offset increases.
2018-02-12 Dario Lombardodissectors: use SPDX identifiers.
2018-02-12 Michael MannWCCP: Prevent very long loop in dissect_wccp2_alternate...
2017-10-29 Guy HarrisClean up processing of encoded addresses.
2017-10-29 Guy HarrisGet rid of MAX_IP_STR_LEN and MAX_IP6_STR_LEN.
2017-10-26 Guy HarrisAdd a ws_in6_addr typedef for struct e_in6_addr.
2016-10-26 Alexis La Gouttewccp: fix spelling typo found by lintian
2016-10-13 Michael MannConvert most UDP dissectors to use "auto" preferences.
2016-08-09 Dario Lombardowccp: fix bitwise operations (CID 1312144 & 1312145).
2016-06-06 João ValverdeMove ip6_to_str_buf() to to_str.c and make it take...
2016-06-05 Michael MannFix expert_info errors found by new and improved checkh...
2016-01-08 moshekaplanFix a lot of typos and misspellings
2015-12-09 Michael Mannnew_create_dissector_handle -> create_dissector_handle...
2015-10-14 João ValverdeChange proto_tree_add_ipv6() to take a struct e_in6_add...
2015-07-22 Alexis La GoutteWCCP: Fix Dead Store (Dead assignement/Dead increment...
2015-07-17 Michael MannWCCP - remove global variable used to store address...
2015-07-17 Michael MannWCCP - Only populate address table once and presume...
2015-07-09 Amine KherboucheVXLAN: Add Group Based Policy dissector
2015-06-21 Evan HuusRemove deprecated tvb_length from a bunch of dissectors
2015-06-08 Michael MannEliminate proto_tree_add_text from some dissectors.
2015-06-04 Jeff MorrissWCCP: Fix up storing and decoding of IP addresses.
2015-03-18 Michael MannEliminate decode_bitfield_value from dissectors.
2015-02-18 Gerald CombsAdd a CF_FUNC macro for casting BASE_CUSTOM functions.
2015-01-07 Michael Manntvb_bytes_to_ep_str -> tvb_bytes_to_str
2014-12-26 Michael MannReplace ip_to_str with [ep_]address_to_str and tvb_ip_t...
2014-12-26 Pascal QuantinWCCP: initialize address table to 0
2014-12-25 Martin MathiesonDeleting unnecessary #includes from dissectors.
2014-12-21 Bill MeierCleanup use of #includes in non-generated epan/dissecto...
2014-11-26 Alexis La GoutteWCCP: Remove uneeded check (pinfo & info_tree)
2014-11-26 Evan Huuswccp: use pinfo-scope memory for addresses
2014-11-10 Victor VoronkovWCCP: fix parsing of extended assignment data element
2014-08-20 Guy HarrisVarious dissection improvements.
2014-07-06 Michael Mannconvert to proto_tree_add_subtree[_format]
2014-06-19 Michael MannRevert "Fixup: tvb_* -> tvb_captured"
2014-06-18 Dario LombardoFixup: tvb_* -> tvb_captured
2014-03-07 Bill Meier(Benign) Don't use "address-of" operator on arg of...
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-01-14 Guy HarrisDon't cast away constness.
2013-12-19 Evan HuusRename a couple of to_str functions to have ep_ in...
2013-12-14 Jakub ZawadzkiFix some trivial warnings.
2013-11-09 Jakub ZawadzkiDon't include <epan/strutil.h> when not needed.
2013-11-09 Jakub ZawadzkiInclude <epan/to_str.h> only when needed.
2013-10-29 Bill MeierFrom didier gautheron: remove redundant or use faster...
2013-10-13 Bill Meierwhitespace fixes; mostly: remove trailing blanks
2013-10-09 Pascal QuantinFrom Peter Van Eynde via https://bugs.wireshark.org...
2013-09-30 Alexis La GoutteFix Dead Store (Dead assignement/Dead increment) warnin...
2013-09-28 Evan HuusFrom Peter Van Eynde via
2013-09-12 Jörg Mayeremem -> wmem
2013-09-09 Michael Mannexpert_add_info_format_text -> expert_add_info_format
2013-07-01 Michael MannMake expert items filterable and a little cleanup.
2013-06-28 Jeff MorrissFrom Dirk via https://bugs.wireshark.org/bugzilla/show_...
2013-06-14 Michael MannRemove check_col() and the occasional tree.
2013-06-06 Alexis La GoutteFix some Dead Store (Dead assignement/Dead increment...
2013-06-06 Alexis La GoutteFix typo (double include epan/ipproto.h)
2013-06-05 Chris MaynardFrom Peter Van Eynde via https://bugs.wireshark.org...
2013-06-05 Jeff Morrisswccp_version_val is not an extended value string; don...
2013-06-01 Jörg MayerFix buildbot:
2013-05-31 Jörg MayerPeter Van Eynde <pevaneyn@cisco.com>
2013-03-29 Evan HuusRename value string (and similar) functions to use...
2013-02-01 Alexis La GoutteFix some Dead Store (Dead assignement/Dead increment...
2012-12-26 Guy HarrisFix a bunch of warnings.
2012-09-20 Guy HarrisI guess the IETF is now keeping expired I-Ds around...
2012-09-20 Jörg MayerAdd URL for WCCP V2 revision 1
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-09-10 Jakub ZawadzkiInitial commit to support yet another method of passing...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-06-13 Jeff MorrissMark a couple of parameters as unused.
2012-06-13 Anders BromanFrom Michael Mann:
2011-10-21 Bill MeierFor proto_tree_add_item(..., proto_xxx, ...)use ENC_NA...
2011-10-10 Bill Meier Convert 'encoding' parameter of certain proto_tree_add...
2011-10-06 Bill MeierConvert 'encoding' parameter of certain proto_tree_add_...
2011-01-13 Jeff MorrissIntroduce, and start using, tvb_ip_to_str() and tvb_ip6...
2010-12-20 Guy HarrisRename the routines that handle dissector tables with...
2010-11-22 Chris MaynardDisplay priority and protocol, even in the case of...
2010-04-06 Bill Meier#include <string.h> not needed.
2010-04-05 Bill Meier"Web Cache Coordination Protocol" ==> "Web Cache Commun...
2010-01-26 Bill MeierFix some gcc -Wshadow warnings
2009-10-25 Anders BromanFrom Jakub Zawadzki:
2009-08-09 Kovarththanan Raja... Don't guard col_clear with col_check
2009-08-09 Kovarththanan Raja... Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with...
2009-07-30 Gerald CombsRemove more unused variables.
2009-04-06 Jaap KeuterFix bug 3342:
2009-03-22 Bill MeierP64 change
2009-03-22 Bill MeierP64 changes: Fix some cases for which size_t is not...
2009-01-06 Jeff MorrissFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2008-10-31 Stig BjørlykkeFix some "format not a string literal and no format...
2006-05-21 Ronnie Sahlbergchange a whole bunch of ethereal into wireshark
2006-01-17 Jörg Mayerpacket-fcswils.c: Fix incorrect use of g_snprintf return
2005-10-15 Ronnie Sahlbergget rid of a strcpy() and some strcat()
2005-10-08 Ronnie Sahlberglow hanging fruit
2005-09-11 Guy HarrisReplace tvb_memcpy() calls that extract IPv4 addresses...
2005-08-20 Ronnie Sahlbergremove sprintf from v120 and wccp
2005-08-17 Ronnie Sahlbergreplace a whole bunch of silly rotating stating buffers...
2005-08-08 Ulf Lampingvarious code cleanup:
2004-07-18 Gilbert RamirezMove dissectors to epan/dissectors directory.