aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cms.h
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2004-10-28 22:06:55 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2004-10-28 22:06:55 +0000
commitfe34244ca00adb9d770ee54457fcc11048265598 (patch)
treebe8e613482626efd38c3c9d08cef55bdfb5d0051 /epan/dissectors/packet-cms.h
parentde669ce9749e571ee49acd8bccb8d2e04d278468 (diff)
Add support for pkauthdata and pkdhkeydata OIDs.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12426 f5534014-38df-0310-8fa8-9805f1628bb7
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 ---*/