aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sua.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-26epan: Fix bogus string truncations found with a searchJoão Valverde1-3/+3
2022-07-20Use WS_ROUNDUP_4 in more dissectorsJohn Thacker1-2/+2
2021-12-22Corrects repeated words throughout the code.Moshe Kaplan1-1/+1
2021-12-19Fix errors found by fix-encoding-args.plJoão Valverde1-1/+1
2021-10-07to_str: scope tvb_ip6_to_strEvan Huus1-1/+1
2021-10-07to_str: scope tvb_ip_to_strEvan Huus1-1/+1
2021-09-01tvbuff: convert helper methods to pinfo->poolEvan Huus1-2/+2
2021-06-16dissectors: Replace g_log() with ws_log()João Valverde1-2/+2
2021-04-30Cast away the return value of g_strlcpy() and g_strlcat().Guy Harris1-2/+2
2020-09-07Yet more spelling fixes.Martin Mathieson1-4/+4
2020-08-31More spelling fixes, last part of 2nd pass of dissectors.Martin Mathieson1-1/+1
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-3/+3
2020-04-12Fix up some broken links to specs from dissectors.Martin Mathieson1-2/+2
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-1/+1
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-3/+3
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2016-12-31Dissectors don't need a journey of self discovery.Michael Mann1-4/+2
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-1/+1
2016-06-13Convert AT_SS7PC to a "dissector address type"Michael Mann1-4/+8
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-3/+1
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-2/+2
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-12-02[SUA] Change the dissector table sua.prop.tags to use DISSECTOR_TABLE_ALLOW_D...AndersBroman1-1/+1
2015-11-14register_dissector -> new_register_dissectorMichael Mann1-13/+7
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-0/+2
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-4/+4
2015-07-22Use pinfo pool and not packet pool for AT_STRINGZ addressesPascal Quantin1-2/+2
2015-06-22Remove a bunch of deprecated tvb_length callsEvan Huus1-3/+3
2015-01-08Eliminate proto_tree_add_text from some dissectors.Michael Mann1-27/+31
2014-12-25Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-12-21Have a heur_dissector_list_t be an opaque handle.Guy Harris1-1/+1
2014-11-26Remove sccp_info member from packet_info structure.Michael Mann1-15/+12
2014-11-22Cleanup packet-sccp.c in preparation of trying to remove sccp_info member of ...Michael Mann1-6/+12
2014-09-29Add editor modelines and adjust indentation as needed.Bill Meier1-0/+13
2014-07-17Escape some characters like \n when appending textMichael Tüxen1-2/+2
2014-07-09convert to proto_tree_add_subtree[_format]Michael Mann1-49/+30
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-6/+6
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-6/+6
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-1/+1
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-4/+4
2014-05-21Change the signature of dissector_try_heuristic() to return hdtbl_entryAndersBroman1-1/+3
2014-04-06Convert ep_address_to_str -> address_to_str(wmem_packet_scope, ...) for all d...Michael Mann1-2/+2
2014-04-04Change tvb_get_string() -> tvb_get_string_enc and ENC_ASCII -> ENC_UTF_8AndersBroman1-2/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-21fix some warnings.Jakub Zawadzki1-2/+2
2013-12-21Add missing includesJakub Zawadzki1-0/+1
2013-12-12Try to fix "initializer element is not computable at load time"Anders Broman1-25/+55