aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-cmp.h')
-rw-r--r--epan/dissectors/packet-cmp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-cmp.h b/epan/dissectors/packet-cmp.h
index 27eb32abeb..cc80c98395 100644
--- a/epan/dissectors/packet-cmp.h
+++ b/epan/dissectors/packet-cmp.h
@@ -36,9 +36,9 @@
/*--- Included file: packet-cmp-exp.h ---*/
-extern const value_string PKIBody_vals[];
-extern const value_string PKIStatus_vals[];
-extern const value_string CertOrEncCert_vals[];
+extern const value_string cmp_PKIBody_vals[];
+extern const value_string cmp_PKIStatus_vals[];
+extern const value_string cmp_CertOrEncCert_vals[];
int dissect_cmp_PKIMessage(gboolean implicit_tag, tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);
int dissect_cmp_PKIHeader(gboolean implicit_tag, tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);
int dissect_cmp_PKIFreeText(gboolean implicit_tag, tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);