aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ocsp.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2014-12-23 00:32:58 -0500
committerBill Meier <wmeier@newsguy.com>2014-12-23 05:39:00 +0000
commitdd859eada4bd1dd563c2b40ea5aa43adac5d01a8 (patch)
tree8e439521218764d94ba45d4d153d29bb663ce096 /epan/dissectors/packet-ocsp.c
parent17582d345da954b5b4c8ed2b561dc279cf364562 (diff)
asn1 generated dissectors: cleanup #include usage
Change-Id: I36b2731d67f9345d2fd0c23800bba7d2be94c387 Reviewed-on: https://code.wireshark.org/review/6008 Reviewed-by: Bill Meier <wmeier@newsguy.com>
Diffstat (limited to 'epan/dissectors/packet-ocsp.c')
-rw-r--r--epan/dissectors/packet-ocsp.c13
1 files changed, 6 insertions, 7 deletions
diff --git a/epan/dissectors/packet-ocsp.c b/epan/dissectors/packet-ocsp.c
index b6cbad6df6..322a5794a7 100644
--- a/epan/dissectors/packet-ocsp.c
+++ b/epan/dissectors/packet-ocsp.c
@@ -31,7 +31,6 @@
#include "config.h"
-#include <glib.h>
#include <epan/packet.h>
#include <asn1.h>
@@ -110,7 +109,7 @@ static int hf_ocsp_crlNum = -1; /* INTEGER */
static int hf_ocsp_crlTime = -1; /* GeneralizedTime */
/*--- End of included file: packet-ocsp-hf.c ---*/
-#line 49 "../../asn1/ocsp/packet-ocsp-template.c"
+#line 48 "../../asn1/ocsp/packet-ocsp-template.c"
/* Initialize the subtree pointers */
static gint ett_ocsp = -1;
@@ -138,7 +137,7 @@ static gint ett_ocsp_ServiceLocator = -1;
static gint ett_ocsp_CrlID = -1;
/*--- End of included file: packet-ocsp-ett.c ---*/
-#line 53 "../../asn1/ocsp/packet-ocsp-template.c"
+#line 52 "../../asn1/ocsp/packet-ocsp-template.c"
static const char *responseType_id;
@@ -672,7 +671,7 @@ static int dissect_NULL_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tre
/*--- End of included file: packet-ocsp-fn.c ---*/
-#line 58 "../../asn1/ocsp/packet-ocsp-template.c"
+#line 57 "../../asn1/ocsp/packet-ocsp-template.c"
static int
@@ -940,7 +939,7 @@ void proto_register_ocsp(void) {
"GeneralizedTime", HFILL }},
/*--- End of included file: packet-ocsp-hfarr.c ---*/
-#line 113 "../../asn1/ocsp/packet-ocsp-template.c"
+#line 112 "../../asn1/ocsp/packet-ocsp-template.c"
};
/* List of subtrees */
@@ -970,7 +969,7 @@ void proto_register_ocsp(void) {
&ett_ocsp_CrlID,
/*--- End of included file: packet-ocsp-ettarr.c ---*/
-#line 119 "../../asn1/ocsp/packet-ocsp-template.c"
+#line 118 "../../asn1/ocsp/packet-ocsp-template.c"
};
/* Register protocol */
@@ -1006,6 +1005,6 @@ void proto_reg_handoff_ocsp(void) {
/*--- End of included file: packet-ocsp-dis-tab.c ---*/
-#line 142 "../../asn1/ocsp/packet-ocsp-template.c"
+#line 141 "../../asn1/ocsp/packet-ocsp-template.c"
}