aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cms.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2004-10-28 22:06:55 +0000
committerGerald Combs <gerald@wireshark.org>2004-10-28 22:06:55 +0000
commit24f30a8850a1f11ae2470fd5124e827f443fa62b (patch)
treebe8e613482626efd38c3c9d08cef55bdfb5d0051 /epan/dissectors/packet-cms.h
parentbef8e01fcdfb99155406d7b53500f4764dffbc1a (diff)
Add support for pkauthdata and pkdhkeydata OIDs.
svn path=/trunk/; revision=12426
Diffstat (limited to 'epan/dissectors/packet-cms.h')
-rw-r--r--epan/dissectors/packet-cms.h1
1 files changed, 1 insertions, 0 deletions
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 ---*/