aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-x509af.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-12-06 22:59:30 +0000
committerGuy Harris <guy@alum.mit.edu>2005-12-06 22:59:30 +0000
commit76bcc9bd3fd4bb72aa50a317adb4bb0069626a0c (patch)
treef3016eb151c5da0b8ed7a8931c0a34c62b8ea239 /epan/dissectors/packet-x509af.h
parent0b1f2585c544c668b346d407286ad2f845b670d7 (diff)
Squelch some compiler const vs. non-const warnings.
svn path=/trunk/; revision=16710
Diffstat (limited to 'epan/dissectors/packet-x509af.h')
-rw-r--r--epan/dissectors/packet-x509af.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/epan/dissectors/packet-x509af.h b/epan/dissectors/packet-x509af.h
index f4d40d14f0..e78f63c7eb 100644
--- a/epan/dissectors/packet-x509af.h
+++ b/epan/dissectors/packet-x509af.h
@@ -5,6 +5,7 @@
/* Input file: packet-x509af-template.h */
+#line 1 "packet-x509af-template.h"
/* packet-x509af.h
* Routines for X.509 Authentication Framework packet dissection
* Ronnie Sahlberg 2004
@@ -35,7 +36,7 @@
/*--- Included file: packet-x509af-exp.h ---*/
-
+#line 1 "packet-x509af-exp.h"
extern const value_string x509af_Version_vals[];
extern const value_string x509af_Time_vals[];
int dissect_x509af_Certificate(gboolean implicit_tag, tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);
@@ -62,7 +63,7 @@ int dissect_x509af_AttCertValidityPeriod(gboolean implicit_tag, tvbuff_t *tvb, i
int dissect_x509af_AttributeCertificateAssertion(gboolean implicit_tag, tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);
/*--- End of included file: packet-x509af-exp.h ---*/
-
+#line 30 "packet-x509af-template.h"
extern const char* x509af_get_last_algorithm_id(void);