aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-logotypecertextn.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-logotypecertextn.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-logotypecertextn.c')
-rw-r--r--epan/dissectors/packet-logotypecertextn.c13
1 files changed, 6 insertions, 7 deletions
diff --git a/epan/dissectors/packet-logotypecertextn.c b/epan/dissectors/packet-logotypecertextn.c
index 55cef542f8..6784664fcb 100644
--- a/epan/dissectors/packet-logotypecertextn.c
+++ b/epan/dissectors/packet-logotypecertextn.c
@@ -38,7 +38,6 @@
#include <glib.h>
#include <epan/packet.h>
-#include <stdio.h>
#include <string.h>
#include "packet-ber.h"
@@ -97,7 +96,7 @@ static int hf_logotypecertextn_hashAlg = -1; /* AlgorithmIdentifier */
static int hf_logotypecertextn_hashValue = -1; /* OCTET_STRING */
/*--- End of included file: packet-logotypecertextn-hf.c ---*/
-#line 47 "packet-logotypecertextn-template.c"
+#line 46 "packet-logotypecertextn-template.c"
/* Initialize the subtree pointers */
@@ -124,7 +123,7 @@ static gint ett_logotypecertextn_T_refStructURI = -1;
static gint ett_logotypecertextn_HashAlgAndValue = -1;
/*--- End of included file: packet-logotypecertextn-ett.c ---*/
-#line 50 "packet-logotypecertextn-template.c"
+#line 49 "packet-logotypecertextn-template.c"
@@ -521,7 +520,7 @@ static void dissect_LogotypeExtn_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
/*--- End of included file: packet-logotypecertextn-fn.c ---*/
-#line 53 "packet-logotypecertextn-template.c"
+#line 52 "packet-logotypecertextn-template.c"
/*--- proto_register_logotypecertextn ----------------------------------------------*/
@@ -698,7 +697,7 @@ void proto_register_logotypecertextn(void) {
"logotypecertextn.OCTET_STRING", HFILL }},
/*--- End of included file: packet-logotypecertextn-hfarr.c ---*/
-#line 61 "packet-logotypecertextn-template.c"
+#line 60 "packet-logotypecertextn-template.c"
};
/* List of subtrees */
@@ -727,7 +726,7 @@ void proto_register_logotypecertextn(void) {
&ett_logotypecertextn_HashAlgAndValue,
/*--- End of included file: packet-logotypecertextn-ettarr.c ---*/
-#line 66 "packet-logotypecertextn-template.c"
+#line 65 "packet-logotypecertextn-template.c"
};
/* Register protocol */
@@ -751,6 +750,6 @@ void proto_reg_handoff_logotypecertextn(void) {
/*--- End of included file: packet-logotypecertextn-dis-tab.c ---*/
-#line 81 "packet-logotypecertextn-template.c"
+#line 80 "packet-logotypecertextn-template.c"
}