aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-x509af.c
diff options
context:
space:
mode:
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2010-04-07 16:54:29 +0000
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2010-04-07 16:54:29 +0000
commit6047174dce5c8b399a00e70ea4755278a2b422f9 (patch)
treefc7077cfdf576673863c1af98e0381262faeb905 /epan/dissectors/packet-x509af.c
parentd6666c6d406a9a9d8cabf5185a379336b9e46e1c (diff)
#include <string.h> and/or #include <stdio.h> not needed.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32417 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-x509af.c')
-rw-r--r--epan/dissectors/packet-x509af.c14
1 files changed, 6 insertions, 8 deletions
diff --git a/epan/dissectors/packet-x509af.c b/epan/dissectors/packet-x509af.c
index b64828ec30..415ef3b262 100644
--- a/epan/dissectors/packet-x509af.c
+++ b/epan/dissectors/packet-x509af.c
@@ -40,8 +40,6 @@
#include <epan/oids.h>
#include <epan/asn1.h>
-#include <string.h>
-
#include "packet-ber.h"
#include "packet-x509af.h"
#include "packet-x509ce.h"
@@ -136,7 +134,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 51 "packet-x509af-template.c"
/* Initialize the subtree pointers */
static gint ett_pkix_crl = -1;
@@ -177,7 +175,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 55 "packet-x509af-template.c"
static const char *algorithm_id;
static const char *extension_id;
@@ -891,7 +889,7 @@ static void dissect_DSS_Params_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, pr
/*--- End of included file: packet-x509af-fn.c ---*/
-#line 62 "packet-x509af-template.c"
+#line 60 "packet-x509af-template.c"
const char *x509af_get_last_algorithm_id(void) {
return algorithm_id;
@@ -1233,7 +1231,7 @@ void proto_register_x509af(void) {
"x509af.INTEGER", HFILL }},
/*--- End of included file: packet-x509af-hfarr.c ---*/
-#line 103 "packet-x509af-template.c"
+#line 101 "packet-x509af-template.c"
};
/* List of subtrees */
@@ -1276,7 +1274,7 @@ void proto_register_x509af(void) {
&ett_x509af_DSS_Params,
/*--- End of included file: packet-x509af-ettarr.c ---*/
-#line 109 "packet-x509af-template.c"
+#line 107 "packet-x509af-template.c"
};
/* Register protocol */
@@ -1310,7 +1308,7 @@ void proto_reg_handoff_x509af(void) {
/*--- End of included file: packet-x509af-dis-tab.c ---*/
-#line 129 "packet-x509af-template.c"
+#line 127 "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