aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cattp.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-08cattp: use the version bits in the heristic checkMartin Kaiser1-1/+7
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2016-12-13Adjust proto_tree_add_uint_format_value calls to use unit stringMichael Mann1-3/+4
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-11/+6
2016-07-27Follow up for proto_tree_add_checksum.Michael Mann1-3/+14
2016-07-21Add proto_tree_add_checksum.Michael Mann1-17/+12
2016-03-28Fix more -Wused-but-marked-unused warnings/errors.Joerg Mayer1-1/+1
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-6/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-16create_dissector_handle -> new_create_dissector_handleMichael Mann1-4/+5
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-11/+2
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-1/+1
2015-01-27CATTP: fix no previous prototype for 'proto_register_cattp' [-Wmissing-protot...Alexis La Goutte1-0/+1
2015-01-20cattp: Minor tweaks and whitespace changesBill Meier1-93/+94
2015-01-17Added Card Application Toolkit Transport Protocol (CATTP) dissectorSebastian Kloeppel1-0/+606