aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-hl7.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-06hl7: Validate encodingJohn Thacker1-25/+8
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-6/+6
2021-12-22Corrects repeated words throughout the code.Moshe Kaplan1-1/+1
2021-12-05Dissectors should not include stdio.h, unless neededJaap Keuter1-1/+0
2021-07-21First pass pinfo->pool conversion, part 2Evan Huus1-2/+2
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-2/+2
2019-04-01HL7: do not call proto_reg_handoff_hl7() when changing a preferencePascal Quantin1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-04-03Use col_append_str() for fixed stringsStig Bjørlykke1-1/+1
2016-10-12HL7: fix missing struct initialization spotted by Clang Static AnalyzerFrancesco Fondelli1-3/+5
2016-10-11HL7 protocol supportFrancesco Fondelli1-0/+1142