aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cose.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-01Change some `wmem_packet_scope()` to `pinfo->pool`David Perry1-87/+87
2022-10-07COSE: Cleanup custom dissector keys with new APIBrian Sipos1-3/+17
2022-10-03BPv7: Enhance block data and payload data handlingPatricia Lindner1-3/+9
2022-09-10Dissector names are not protocol names.Guy Harris1-0/+1
2022-04-04Replace g_log() calls with ws_log()João Valverde1-4/+3
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-2/+2
2021-12-06COSE: Add parameter names to labelsBrian Sipos1-31/+53
2021-12-05Dissectors should not include stdio.h, unless neededJaap Keuter1-1/+0
2021-12-03epan: Remove STR_ASCII and STR_UNICODEJoão Valverde1-7/+7
2021-10-23COSE: Fix fallback to CBOR dissection when map key is registered but disabled.Brian Sipos1-3/+4
2021-10-11BPSEC, BPv7, COSE: Bugfix MacOS buildDr. Lars Völker1-1/+1
2021-10-05COSE: Handle indefinite tstr/bstr encodingsBrian Sipos1-18/+18
2021-10-05cose: Fix memory leaksStig Bjørlykke1-10/+8
2021-10-03core: Fix -WdocumentationAlexis La Goutte1-1/+0
2021-10-03core: Fix Wmissing-prototypesAlexis La Goutte1-0/+3
2021-10-03core: Fix Clang Analyzer WarningAlexis La Goutte1-1/+1
2021-09-30COSE: make some functions staticMartin Mathieson1-3/+3
2021-09-29COSE: fix might be clobbered by ‘longjmp’ or ‘vfork’ [-Werror=clobbered]Joakim Karlsson1-2/+5
2021-09-29COSE dissector from dtn-wireshark projectBrian Sipos1-0/+1275