aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-iso8583.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-20Remove init of proto variablesStig Bjørlykke1-7/+7
2023-11-18dissectors: Remove init of hf and ett variable arraysStig Bjørlykke1-15/+2
2023-07-14Improve consistency of includesDr. Lars Völker1-1/+1
2023-06-14Use `register_dissector()` for more protocolsDavid Perry1-4/+5
2023-04-23Fix more calls to val_to_str() and related functionsMartin Mathieson1-3/+3
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-2/+2
2021-12-03epan: Remove STR_ASCII and STR_UNICODEJoão Valverde1-4/+4
2021-07-29Change some `wmem_packet_scope()` to `pinfo->pool`David Perry1-21/+21
2021-07-26Move epan/wmem/wmem_scopes.h to epan/João Valverde1-1/+1
2021-02-07iso8583: Fix Dead Store found by Clang AnalyzerAlexis La Goutte1-1/+1
2021-02-07iso8553: Fix Dead Store Found by Clang AnalyzerAlexis La Goutte1-1/+1
2020-08-29Fix more spelling errors in dissector strings.Martin Mathieson1-1/+1
2020-07-21ISO 8583: fix dissector for field 15Bob Kuo1-2/+2
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2016-10-15Eliminate a global variable.Guy Harris1-11/+14
2016-10-15Fix bin2hex().Guy Harris1-3/+3
2016-10-13iso8583: use unsigned and fix bug in conversion routine.Dario Lombardo1-9/+9
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-26/+4
2016-10-08iso8583: use ws_strtoi function.Dario Lombardo1-7/+4
2016-03-31Squelch a "not allowed in C++" warning.Guy Harris1-1/+1
2016-03-31Clean up some stuff.Guy Harris1-22/+23
2016-03-13ISO 8583-1 dissector initial importPaulo Roberto Brandão1-0/+1405