aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-isi.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-27Set BASE_NONE for FT_BOOLEAN items with zero maskMartin Mathieson1-1/+1
2023-11-20Remove init of proto variablesStig Bjørlykke1-122/+122
2023-02-24Fix more warnings from tools/check_typed_item_calls.pyMartin Mathieson1-3/+3
2023-01-21Checked encoded values for proto_tree_add_item()Martin Mathieson1-11/+11
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-7/+7
2021-02-08Make more functions and vars static.Martin Mathieson1-1/+1
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-1/+1
2020-05-01No explicit glib.h include requiredJaap Keuter1-1/+0
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-01-10Use tvb_new_subset_remaining() rather than tvb_new_subset_length_caplen().Guy Harris1-1/+1
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-1/+1
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-1/+1
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-5/+1
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+1
2016-02-22Fix some hf_ field datatype conflicts.Michael Mann1-1/+1
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-8/+8
2015-11-16create_dissector_handle -> new_create_dissector_handleMichael Mann1-17/+26
2015-11-11ISI: Add Modelines infoAlexis La Goutte1-0/+13
2015-11-11ISI: fix code will never be executed [-Wunreachable-code]Alexis La Goutte1-1/+1
2015-11-064294967296 is not guaranteed to be a valid integer constant.Guy Harris1-2/+2
2015-11-06Sort isi_sim_cause.Guy Harris1-1/+1
2015-11-06"#if 0" out an unused value_string table.Guy Harris1-1/+5
2015-11-06Add Nokia Intelligent Service Interface (ISI) dissectorTyson Key1-0/+2142