aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-isi.c
AgeCommit message (Expand)AuthorFilesLines
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