From 24f30a8850a1f11ae2470fd5124e827f443fa62b Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Thu, 28 Oct 2004 22:06:55 +0000 Subject: Add support for pkauthdata and pkdhkeydata OIDs. svn path=/trunk/; revision=12426 --- epan/dissectors/packet-cms.h | 1 + 1 file changed, 1 insertion(+) (limited to 'epan/dissectors/packet-cms.h') diff --git a/epan/dissectors/packet-cms.h b/epan/dissectors/packet-cms.h index 9bb4746f93..e55dfd5369 100644 --- a/epan/dissectors/packet-cms.h +++ b/epan/dissectors/packet-cms.h @@ -33,6 +33,7 @@ #define PACKET_CMS_H int dissect_cms_ContentInfo(gboolean implicit_tag, tvbuff_t *tvb, int offset, packet_info *pinfo _U_, proto_tree *tree, int hf_index); +int dissect_cms_EncapsulatedContentInfo(gboolean implicit_tag, tvbuff_t *tvb, int offset, packet_info *pinfo _U_, proto_tree *tree, int hf_index); /*--- Included file: packet-cms-exp.h ---*/ -- cgit v1.2.3