aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-goose.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2010-04-07 16:54:29 +0000
committerBill Meier <wmeier@newsguy.com>2010-04-07 16:54:29 +0000
commit9ade30a7b1683f247ae2fb40cecd07e745d0cb6c (patch)
treefc7077cfdf576673863c1af98e0381262faeb905 /epan/dissectors/packet-goose.c
parentbd725b667d4dff355af88c4f98994afb3c79cdb2 (diff)
#include <string.h> and/or #include <stdio.h> not needed.
svn path=/trunk/; revision=32417
Diffstat (limited to 'epan/dissectors/packet-goose.c')
-rw-r--r--epan/dissectors/packet-goose.c12
1 files changed, 5 insertions, 7 deletions
diff --git a/epan/dissectors/packet-goose.c b/epan/dissectors/packet-goose.c
index 2d08f089f6..2dc77b4620 100644
--- a/epan/dissectors/packet-goose.c
+++ b/epan/dissectors/packet-goose.c
@@ -42,8 +42,6 @@
#include <epan/expert.h>
#include <epan/nstime.h>
-#include <string.h>
-
#include "packet-ber.h"
#include "packet-acse.h"
@@ -119,7 +117,7 @@ static int hf_goose_bcd = -1; /* INTEGER */
static int hf_goose_booleanArray = -1; /* BIT_STRING */
/*--- End of included file: packet-goose-hf.c ---*/
-#line 54 "packet-goose-template.c"
+#line 52 "packet-goose-template.c"
/* Initialize the subtree pointers */
static int ett_goose = -1;
@@ -146,7 +144,7 @@ static gint ett_goose_SEQUENCE_OF_Data = -1;
static gint ett_goose_Data = -1;
/*--- End of included file: packet-goose-ett.c ---*/
-#line 59 "packet-goose-template.c"
+#line 57 "packet-goose-template.c"
/*--- Included file: packet-goose-fn.c ---*/
@@ -688,7 +686,7 @@ dissect_goose_GOOSEpdu(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset
/*--- End of included file: packet-goose-fn.c ---*/
-#line 61 "packet-goose-template.c"
+#line 59 "packet-goose-template.c"
/*
* Dissect GOOSE PDUs inside a PPDU.
@@ -991,7 +989,7 @@ void proto_register_goose(void) {
"goose.BIT_STRING", HFILL }},
/*--- End of included file: packet-goose-hfarr.c ---*/
-#line 135 "packet-goose-template.c"
+#line 133 "packet-goose-template.c"
};
/* List of subtrees */
@@ -1019,7 +1017,7 @@ void proto_register_goose(void) {
&ett_goose_Data,
/*--- End of included file: packet-goose-ettarr.c ---*/
-#line 141 "packet-goose-template.c"
+#line 139 "packet-goose-template.c"
};
/* Register protocol */