aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cose.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-cose.h')
-rw-r--r--epan/dissectors/packet-cose.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/epan/dissectors/packet-cose.h b/epan/dissectors/packet-cose.h
index 47d6de8e30..8a844aaa63 100644
--- a/epan/dissectors/packet-cose.h
+++ b/epan/dissectors/packet-cose.h
@@ -1,7 +1,7 @@
/* packet-cose.h
* Definitions for CBOR Object Signing and Encryption (COSE) dissection
* References:
- * RFC 8152: https://tools.ietf.org/html/rfc8152
+ * RFC 9052: https://tools.ietf.org/html/rfc9052
*
* Copyright 2019-2021, Brian Sipos <brian.sipos@gmail.com>
*
@@ -59,6 +59,10 @@ guint cose_param_key_hash(gconstpointer ptr);
*/
gboolean cose_param_key_equal(gconstpointer a, gconstpointer b);
+/** Compatible with GDestroyNotify signature.
+ */
+void cose_param_key_free(gpointer ptr);
+
/// User data for header/key-parameter dissectors
typedef struct {
/// Principal value (alg or kty) of the map, if defined.