aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-x509af.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2006-07-01 00:11:49 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2006-07-01 00:11:49 +0000
commitfb2b5ad437352dc8acc1dcf691d8b28635d4d6ed (patch)
tree3881ae0ccbeb9a88d937cf1a3000daaa7ab91971 /epan/dissectors/packet-x509af.c
parent3ad470baed71b210e6494b7e29532b58de3fabcb (diff)
Include <epan/oid_resolv.h> to declare get_oid_str_name().
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18627 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-x509af.c')
-rw-r--r--epan/dissectors/packet-x509af.c15
1 files changed, 8 insertions, 7 deletions
diff --git a/epan/dissectors/packet-x509af.c b/epan/dissectors/packet-x509af.c
index bdce26e3ad..e1d4c65343 100644
--- a/epan/dissectors/packet-x509af.c
+++ b/epan/dissectors/packet-x509af.c
@@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
-/* .\packet-x509af.c */
+/* ./packet-x509af.c */
/* ../../tools/asn2wrs.py -b -e -p x509af -c x509af.cnf -s packet-x509af-template AuthenticationFramework.asn */
/* Input file: packet-x509af-template.c */
@@ -38,6 +38,7 @@
#include <glib.h>
#include <epan/packet.h>
#include <epan/conversation.h>
+#include <epan/oid_resolv.h>
#include <stdio.h>
#include <string.h>
@@ -136,7 +137,7 @@ static int hf_x509af_q = -1; /* INTEGER */
static int hf_x509af_g = -1; /* INTEGER */
/*--- End of included file: packet-x509af-hf.c ---*/
-#line 53 "packet-x509af-template.c"
+#line 54 "packet-x509af-template.c"
/* Initialize the subtree pointers */
static gint ett_pkix_crl = -1;
@@ -177,7 +178,7 @@ static gint ett_x509af_SET_OF_AttributeType = -1;
static gint ett_x509af_DSS_Params = -1;
/*--- End of included file: packet-x509af-ett.c ---*/
-#line 57 "packet-x509af-template.c"
+#line 58 "packet-x509af-template.c"
static const char *algorithm_id;
static const char *extension_id;
@@ -1093,7 +1094,7 @@ static void dissect_DSS_Params_PDU(tvbuff_t *tvb, packet_info *pinfo, proto_tree
/*--- End of included file: packet-x509af-fn.c ---*/
-#line 62 "packet-x509af-template.c"
+#line 63 "packet-x509af-template.c"
const char *x509af_get_last_algorithm_id(void) {
return algorithm_id;
@@ -1438,7 +1439,7 @@ void proto_register_x509af(void) {
"DSS-Params/g", HFILL }},
/*--- End of included file: packet-x509af-hfarr.c ---*/
-#line 106 "packet-x509af-template.c"
+#line 107 "packet-x509af-template.c"
};
/* List of subtrees */
@@ -1481,7 +1482,7 @@ void proto_register_x509af(void) {
&ett_x509af_DSS_Params,
/*--- End of included file: packet-x509af-ettarr.c ---*/
-#line 112 "packet-x509af-template.c"
+#line 113 "packet-x509af-template.c"
};
/* Register protocol */
@@ -1515,7 +1516,7 @@ void proto_reg_handoff_x509af(void) {
/*--- End of included file: packet-x509af-dis-tab.c ---*/
-#line 132 "packet-x509af-template.c"
+#line 133 "packet-x509af-template.c"
/*XXX these should really go to a better place but since that
I have not that ITU standard, ill put it here for the time