aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-wccp.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-15tools/check_typed_item_calls: check FT_BOOLEAN mask lengthMartin Mathieson1-1/+1
2021-10-07to_str: scope tvb_ip6_to_strEvan Huus1-1/+1
2021-10-07to_str: scope tvb_ip_to_strEvan Huus1-2/+2
2021-08-24[build] fix warnings for unused variablesLin Sun1-1/+1
2021-02-11wccp: fix unused variable ‘length_remaining’ [-Werror=unused-variable]Alexis La Goutte1-1/+0
2021-02-11wccp: fix Dead Store found by Clang AnalyzerAlexis La Goutte1-1/+1
2021-01-29Make more functions and vars static.Martin Mathieson1-6/+6
2020-10-26Fix some more item lengths.Martin Mathieson1-2/+2
2020-09-28Fix some more wrong filter names.Martin Mathieson1-1/+1
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-2/+2
2020-04-13Standardise IETF RFC and Draft URLs in dissectors.Martin Mathieson1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-07-15Update the comment giving I-D URLs.Guy Harris1-4/+3
2018-04-04WCCP: use proto_tree_add_ipv4_format() if ipv4 usedYuri Chislov1-1/+6
2018-03-20WCCP : fix mask assignmentYuri Chislov1-1/+1
2018-02-22WCCP: Make sure our offset increases.Gerald Combs1-18/+23
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-02-12WCCP: Prevent very long loop in dissect_wccp2_alternate_mask_value_set_elementMichael Mann1-0/+2
2017-10-29Clean up processing of encoded addresses.Guy Harris1-77/+70
2017-10-29Get rid of MAX_IP_STR_LEN and MAX_IP6_STR_LEN.Guy Harris1-1/+1
2017-10-26Add a ws_in6_addr typedef for struct e_in6_addr.Guy Harris1-4/+4
2016-10-26wccp: fix spelling typo found by lintianAlexis La Goutte1-1/+1
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-1/+1
2016-08-09wccp: fix bitwise operations (CID 1312144 & 1312145).Dario Lombardo1-4/+4
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