update asn2eth and all generated dissectors to new dissect_ber_boolean that takes...
[metze/wireshark/wip.git] / epan / dissectors / packet-x509ce.h
index 584bd6cd84093dccb2e0771bccdeb58da0f06533..df391c57d11158edbf792917077a6bb72447955b 100644 (file)
 
 /*--- Included file: packet-x509ce-exp.h ---*/
 
-extern const value_string GeneralName_vals[];
-extern const value_string CRLReason_vals[];
-extern const value_string StatusReferral_vals[];
-extern const value_string OrderedListSyntax_vals[];
-extern const value_string DistributionPointName_vals[];
-extern const value_string AltNameType_vals[];
+extern const value_string x509ce_GeneralName_vals[];
+extern const value_string x509ce_CRLReason_vals[];
+extern const value_string x509ce_StatusReferral_vals[];
+extern const value_string x509ce_OrderedListSyntax_vals[];
+extern const value_string x509ce_DistributionPointName_vals[];
+extern const value_string x509ce_AltNameType_vals[];
 int dissect_x509ce_AuthorityKeyIdentifier(gboolean implicit_tag, tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);
 int dissect_x509ce_KeyIdentifier(gboolean implicit_tag, tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);
 int dissect_x509ce_SubjectKeyIdentifier(gboolean implicit_tag, tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);