aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-x509ce.c
diff options
context:
space:
mode:
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2010-04-06 17:01:14 +0000
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2010-04-06 17:01:14 +0000
commite792d7ccedfb93e924f0d5369b307c0737e4ca3f (patch)
tree359e3a3d95eeca6bdb24e0c7470d16982b966d28 /epan/dissectors/packet-x509ce.c
parent6887130562bc2fa7e7d8f67f5d3f9082a0a4ae7b (diff)
#include <stdio.h> not needed.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32405 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-x509ce.c')
-rw-r--r--epan/dissectors/packet-x509ce.c13
1 files changed, 6 insertions, 7 deletions
diff --git a/epan/dissectors/packet-x509ce.c b/epan/dissectors/packet-x509ce.c
index 7fbf96b054..84eab48ad4 100644
--- a/epan/dissectors/packet-x509ce.c
+++ b/epan/dissectors/packet-x509ce.c
@@ -39,7 +39,6 @@
#include <epan/packet.h>
#include <epan/asn1.h>
-#include <stdio.h>
#include <string.h>
#include "packet-ber.h"
@@ -256,7 +255,7 @@ static int hf_x509ce_EntrustInfoFlags_webCategory = -1;
static int hf_x509ce_EntrustInfoFlags_sETCategory = -1;
/*--- End of included file: packet-x509ce-hf.c ---*/
-#line 55 "packet-x509ce-template.c"
+#line 54 "packet-x509ce-template.c"
/* Initialize the subtree pointers */
@@ -323,7 +322,7 @@ static gint ett_x509ce_EntrustVersionInfo = -1;
static gint ett_x509ce_EntrustInfoFlags = -1;
/*--- End of included file: packet-x509ce-ett.c ---*/
-#line 58 "packet-x509ce-template.c"
+#line 57 "packet-x509ce-template.c"
static const char *object_identifier_id;
@@ -1817,7 +1816,7 @@ static void dissect_EntrustVersionInfo_PDU(tvbuff_t *tvb _U_, packet_info *pinfo
/*--- End of included file: packet-x509ce-fn.c ---*/
-#line 62 "packet-x509ce-template.c"
+#line 61 "packet-x509ce-template.c"
static void
@@ -2626,7 +2625,7 @@ void proto_register_x509ce(void) {
NULL, HFILL }},
/*--- End of included file: packet-x509ce-hfarr.c ---*/
-#line 102 "packet-x509ce-template.c"
+#line 101 "packet-x509ce-template.c"
};
/* List of subtrees */
@@ -2695,7 +2694,7 @@ void proto_register_x509ce(void) {
&ett_x509ce_EntrustInfoFlags,
/*--- End of included file: packet-x509ce-ettarr.c ---*/
-#line 107 "packet-x509ce-template.c"
+#line 106 "packet-x509ce-template.c"
};
/* Register protocol */
@@ -2757,7 +2756,7 @@ void proto_reg_handoff_x509ce(void) {
/*--- End of included file: packet-x509ce-dis-tab.c ---*/
-#line 122 "packet-x509ce-template.c"
+#line 121 "packet-x509ce-template.c"
register_ber_oid_dissector("2.5.29.24", dissect_x509ce_invalidityDate_callback, proto_x509ce, "id-ce-invalidityDate");
register_ber_oid_dissector("2.5.29.51", dissect_x509ce_baseUpdateTime_callback, proto_x509ce, "id-ce-baseUpdateTime");
}