aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cms.h
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2005-02-23 08:57:47 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2005-02-23 08:57:47 +0000
commit5745f8c6f623a70212156b6383bb8a2a3b9beb97 (patch)
tree162890c001891bcd0eae6f3daf8f0434bc33af6d /epan/dissectors/packet-cms.h
parentcad9c954e7f5fcdadb35775faf5e12efbc1b250b (diff)
update asn2eth and all generated dissectors to new dissect_ber_boolean that takes a implicit_tag parameter
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13479 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-cms.h')
-rw-r--r--epan/dissectors/packet-cms.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-cms.h b/epan/dissectors/packet-cms.h
index ab38bf3a35..1cac89ea08 100644
--- a/epan/dissectors/packet-cms.h
+++ b/epan/dissectors/packet-cms.h
@@ -36,7 +36,7 @@
/*--- Included file: packet-cms-exp.h ---*/
-extern const value_string SignerIdentifier_vals[];
+extern const value_string cms_SignerIdentifier_vals[];
int dissect_cms_ContentInfo(gboolean implicit_tag, tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);
int dissect_cms_ContentType(gboolean implicit_tag, tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);
int dissect_cms_SignedData(gboolean implicit_tag, tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);