summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-dap.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-dap.c')
-rw-r--r--epan/dissectors/packet-dap.c20
1 files changed, 9 insertions, 11 deletions
diff --git a/epan/dissectors/packet-dap.c b/epan/dissectors/packet-dap.c
index 3d01e9c2a3..f00cd81e31 100644
--- a/epan/dissectors/packet-dap.c
+++ b/epan/dissectors/packet-dap.c
@@ -41,8 +41,6 @@
#include <epan/oids.h>
#include <epan/asn1.h>
-#include <string.h>
-
#include "packet-ber.h"
#include "packet-acse.h"
#include "packet-ros.h"
@@ -482,7 +480,7 @@ static int hf_dap_SearchControlOptions_separateFamilyMembers = -1;
static int hf_dap_SearchControlOptions_searchFamily = -1;
/*--- End of included file: packet-dap-hf.c ---*/
-#line 68 "packet-dap-template.c"
+#line 66 "packet-dap-template.c"
/* Initialize the subtree pointers */
static gint ett_dap = -1;
@@ -661,7 +659,7 @@ static gint ett_dap_UpdateError = -1;
static gint ett_dap_T_signedUpdateError = -1;
/*--- End of included file: packet-dap-ett.c ---*/
-#line 72 "packet-dap-template.c"
+#line 70 "packet-dap-template.c"
/*--- Included file: packet-dap-val.h ---*/
@@ -686,7 +684,7 @@ static gint ett_dap_T_signedUpdateError = -1;
#define id_errcode_dsaReferral 9
/*--- End of included file: packet-dap-val.h ---*/
-#line 74 "packet-dap-template.c"
+#line 72 "packet-dap-template.c"
/*--- Included file: packet-dap-table.c ---*/
@@ -724,7 +722,7 @@ static const value_string dap_err_code_string_vals[] = {
/*--- End of included file: packet-dap-table.c ---*/
-#line 76 "packet-dap-template.c"
+#line 74 "packet-dap-template.c"
/*--- Included file: packet-dap-fn.c ---*/
@@ -4779,7 +4777,7 @@ static int dissect_UpdateError_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, pr
/*--- End of included file: packet-dap-fn.c ---*/
-#line 78 "packet-dap-template.c"
+#line 76 "packet-dap-template.c"
/*--- Included file: packet-dap-table11.c ---*/
@@ -4811,7 +4809,7 @@ static const ros_opr_t dap_opr_tab[] = {
/*--- End of included file: packet-dap-table11.c ---*/
-#line 80 "packet-dap-template.c"
+#line 78 "packet-dap-template.c"
/*--- Included file: packet-dap-table21.c ---*/
#line 1 "packet-dap-table21.c"
@@ -4840,7 +4838,7 @@ static const ros_err_t dap_err_tab[] = {
/*--- End of included file: packet-dap-table21.c ---*/
-#line 81 "packet-dap-template.c"
+#line 79 "packet-dap-template.c"
static const ros_info_t dap_ros_info = {
"DAP",
@@ -6480,7 +6478,7 @@ void proto_register_dap(void) {
NULL, HFILL }},
/*--- End of included file: packet-dap-hfarr.c ---*/
-#line 100 "packet-dap-template.c"
+#line 98 "packet-dap-template.c"
};
/* List of subtrees */
@@ -6661,7 +6659,7 @@ void proto_register_dap(void) {
&ett_dap_T_signedUpdateError,
/*--- End of included file: packet-dap-ettarr.c ---*/
-#line 106 "packet-dap-template.c"
+#line 104 "packet-dap-template.c"
};
module_t *dap_module;