aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ulp.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-ulp.c')
-rw-r--r--epan/dissectors/packet-ulp.c14
1 files changed, 6 insertions, 8 deletions
diff --git a/epan/dissectors/packet-ulp.c b/epan/dissectors/packet-ulp.c
index 0c0677feb4..e633f3b3ad 100644
--- a/epan/dissectors/packet-ulp.c
+++ b/epan/dissectors/packet-ulp.c
@@ -43,8 +43,6 @@
#include <epan/prefs.h>
#include <epan/asn1.h>
-#include <string.h>
-
#include "packet-per.h"
#include "packet-tcp.h"
#include "packet-gsm_map.h"
@@ -660,7 +658,7 @@ static int hf_ulp_GANSSSignals_signal7 = -1;
static int hf_ulp_GANSSSignals_signal8 = -1;
/*--- End of included file: packet-ulp-hf.c ---*/
-#line 65 "packet-ulp-template.c"
+#line 63 "packet-ulp-template.c"
/* Initialize the subtree pointers */
static gint ett_ulp = -1;
@@ -874,7 +872,7 @@ static gint ett_ulp_PolygonArea = -1;
static gint ett_ulp_PolygonDescription = -1;
/*--- End of included file: packet-ulp-ett.c ---*/
-#line 69 "packet-ulp-template.c"
+#line 67 "packet-ulp-template.c"
/* Include constants */
@@ -897,7 +895,7 @@ static gint ett_ulp_PolygonDescription = -1;
#define maxWimaxBSMeas 32
/*--- End of included file: packet-ulp-val.h ---*/
-#line 72 "packet-ulp-template.c"
+#line 70 "packet-ulp-template.c"
@@ -6227,7 +6225,7 @@ static void dissect_ULP_PDU_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto
/*--- End of included file: packet-ulp-fn.c ---*/
-#line 75 "packet-ulp-template.c"
+#line 73 "packet-ulp-template.c"
static guint
@@ -8597,7 +8595,7 @@ void proto_register_ulp(void) {
NULL, HFILL }},
/*--- End of included file: packet-ulp-hfarr.c ---*/
-#line 100 "packet-ulp-template.c"
+#line 98 "packet-ulp-template.c"
};
/* List of subtrees */
@@ -8813,7 +8811,7 @@ void proto_register_ulp(void) {
&ett_ulp_PolygonDescription,
/*--- End of included file: packet-ulp-ettarr.c ---*/
-#line 106 "packet-ulp-template.c"
+#line 104 "packet-ulp-template.c"
};
module_t *ulp_module;