aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-x509if.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-x509if.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-x509if.h')
-rw-r--r--epan/dissectors/packet-x509if.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/epan/dissectors/packet-x509if.h b/epan/dissectors/packet-x509if.h
index a3804ac5bb..01e482fc7e 100644
--- a/epan/dissectors/packet-x509if.h
+++ b/epan/dissectors/packet-x509if.h
@@ -36,13 +36,13 @@
/*--- Included file: packet-x509if-exp.h ---*/
-extern const value_string Name_vals[];
-extern const value_string Refinement_vals[];
-extern const value_string AttributeUsage_vals[];
-extern const value_string ImposedSubset_vals[];
-extern const value_string ContextCombination_vals[];
-extern const value_string AttributeCombination_vals[];
-extern const value_string OutputValues_vals[];
+extern const value_string x509if_Name_vals[];
+extern const value_string x509if_Refinement_vals[];
+extern const value_string x509if_AttributeUsage_vals[];
+extern const value_string x509if_ImposedSubset_vals[];
+extern const value_string x509if_ContextCombination_vals[];
+extern const value_string x509if_AttributeCombination_vals[];
+extern const value_string x509if_OutputValues_vals[];
int dissect_x509if_Attribute(gboolean implicit_tag, tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);
int dissect_x509if_AttributeType(gboolean implicit_tag, tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);
int dissect_x509if_Context(gboolean implicit_tag, tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);