aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-wccp.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-06Move ip6_to_str_buf() to to_str.c and make it take the buffer length.João Valverde1-1/+1
2016-06-05Fix expert_info errors found by new and improved checkhfs.pl.Michael Mann1-1/+3
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-2/+2
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-10-14Change proto_tree_add_ipv6() to take a struct e_in6_addr pointerJoão Valverde1-2/+2
2015-07-22WCCP: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
2015-07-17WCCP - remove global variable used to store address information for computati...Michael Mann1-668/+867
2015-07-17WCCP - Only populate address table once and presume first address table type ...Michael Mann1-4/+8
2015-07-09VXLAN: Add Group Based Policy dissectorAmine Kherbouche1-1/+1
2015-06-21Remove deprecated tvb_length from a bunch of dissectorsEvan Huus1-1/+1
2015-06-08Eliminate proto_tree_add_text from some dissectors.Michael Mann1-86/+99
2015-06-04WCCP: Fix up storing and decoding of IP addresses.Jeff Morriss1-69/+60
2015-03-18Eliminate decode_bitfield_value from dissectors.Michael Mann1-49/+38
2015-02-18Add a CF_FUNC macro for casting BASE_CUSTOM functions.Gerald Combs1-21/+20
2015-01-07tvb_bytes_to_ep_str -> tvb_bytes_to_strMichael Mann1-2/+1
2014-12-26Replace ip_to_str with [ep_]address_to_str and tvb_ip_to_str.Michael Mann1-1/+1
2014-12-26WCCP: initialize address table to 0Pascal Quantin1-2/+2
2014-12-25Deleting unnecessary #includes from dissectors.Martin Mathieson1-2/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-11-26WCCP: Remove uneeded check (pinfo & info_tree)Alexis La Goutte1-18/+10
2014-11-26wccp: use pinfo-scope memory for addressesEvan Huus1-4/+4
2014-11-10WCCP: fix parsing of extended assignment data elementVictor Voronkov1-4/+8
2014-08-20Various dissection improvements.Guy Harris1-115/+119
2014-07-06convert to proto_tree_add_subtree[_format]Michael Mann1-59/+33
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-4/+4
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-4/+4
2014-03-07(Benign) Don't use "address-of" operator on arg of VALS() (not that it makes ...Bill Meier1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-14Don't cast away constness.Guy Harris1-7/+7
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-1/+1
2013-12-14Fix some trivial warnings.Jakub Zawadzki1-0/+3
2013-11-09Don't include <epan/strutil.h> when not needed.Jakub Zawadzki1-1/+0
2013-11-09Include <epan/to_str.h> only when needed.Jakub Zawadzki1-0/+1
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-2/+0
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-1/+1
2013-10-09From Peter Van Eynde via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Pascal Quantin1-6/+6
2013-09-30Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+0
2013-09-28From Peter Van Eynde viaEvan Huus1-6/+7
2013-09-12emem -> wmemJörg Mayer1-9/+9
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-16/+16
2013-07-01Make expert items filterable and a little cleanup.Michael Mann1-184/+142
2013-06-28From Dirk via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8850 :Jeff Morriss1-4/+4
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-3/+1
2013-06-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-5/+4
2013-06-06Fix typo (double include epan/ipproto.h)Alexis La Goutte1-1/+0
2013-06-05From Peter Van Eynde via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Chris Maynard1-619/+617
2013-06-05wccp_version_val is not an extended value string; don't use BASE_EXT_STRING. ...Jeff Morriss1-1/+1
2013-06-01Fix buildbot:Jörg Mayer1-12/+12
2013-05-31Peter Van Eynde <pevaneyn@cisco.com>Jörg Mayer1-1320/+3090
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-1/+1