aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-srvloc.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-20Remove init of proto variablesStig Bjørlykke1-124/+124
2023-09-19Use `register_dissector()` for more protocolsDavid Perry1-4/+5
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-28/+28
2021-12-05SRVLOC: Remove final sscanfJaap Keuter1-2/+0
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-2/+2
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-03-06srvloc: check buffer index to prevent heap overflow.Dario Lombardo1-0/+4
2018-07-02Use proto_tree_add_item() for a number of time values.Guy Harris1-9/+3
2018-04-16Forbid leading, duplicated and trailing dots in field namesPeter Wu1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-05-17Use proto_tree_add_item instead of proto_tree_add_xxx.Michael Mann1-7/+4
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-1/+1
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-1/+1
2016-07-17Fix sscanf VS Code Analysis warnings.Michael Mann1-19/+10
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-2/+2
2015-11-08More needed <stdlib.h>. Note why it and <stdio.h> are needed.Guy Harris1-1/+2
2015-11-07Remove some unnecessary includes.Guy Harris1-1/+0
2015-06-22Remove a bunch of deprecated tvb_length callsEvan Huus1-2/+2
2015-03-15SRVLOC: always intialize prot before calling sscanfPascal Quantin1-0/+10
2015-02-13Replace tabs by spaces when editor modelines has "expandtab"Bill Meier1-1/+1
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-1/+1
2015-01-21srvloc: fix a very minor bugBill Meier1-1/+1
2014-12-27SRVLOC: fix some fields registration (regression introduced in ga1c6341)Pascal Quantin1-2/+2
2014-12-27Eliminate proto_tree_add_text from packet-srvloc.cMichael Mann1-91/+100
2014-12-25Deleting unnecessary #includes from dissectors.Martin Mathieson1-3/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+0
2014-12-01Use proto_tree_add_bitmask for groups of proto_tree_add_boolean.Michael Mann1-27/+21
2014-10-03Add editor modelines; Adjust whitespace as needed.Bill Meier1-538/+551
2014-09-15Handle SRVLOC-over-TCP like other XXX-over-TCP protocols.Guy Harris1-19/+1
2014-07-09convert to proto_tree_add_subtree[_format]Michael Mann1-5/+2
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-3/+3
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-3/+3
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-3/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-22Don't use 'L' as a constant modifier.Bill Meier1-1/+1
2013-12-14Use proto_tree_add_item() rather than fetching a string an adding it, ifGuy Harris1-9/+5
2013-12-10- Forward declaration of register functions.Anders Broman1-0/+3
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-6/+8
2013-09-22emem -> wmem conversion:Pascal Quantin1-8/+8
2013-09-13Dario Lombardo <lomato@gmail.com> viaJörg Mayer1-3/+3
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-10/+10
2013-07-03expert_add_info_format_text + proto_tree_add_text = proto_tree_add_expert_for...Michael Mann1-4/+4
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-7/+4
2013-06-12Batch of filterable expert infos with some minor cleanup I noticed while doin...Michael Mann1-13/+25
2013-03-19From beroset:Anders Broman1-2/+2
2012-12-26Fix a bunch of warnings.Guy Harris1-14/+13
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-2/+2
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-11/+11