From f8b92f8d0b6e717f787f988b838781b775b9ee50 Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Tue, 6 Apr 2010 17:01:14 +0000 Subject: #include not needed. svn path=/trunk/; revision=32405 --- epan/dissectors/packet-inap.c | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'epan/dissectors/packet-inap.c') diff --git a/epan/dissectors/packet-inap.c b/epan/dissectors/packet-inap.c index 40c09095f0..138a3b84de 100644 --- a/epan/dissectors/packet-inap.c +++ b/epan/dissectors/packet-inap.c @@ -44,7 +44,6 @@ #include #include -#include #include #include "packet-ber.h" @@ -462,7 +461,7 @@ static int proto_inap = -1; #define noInvokeId NULL /*--- End of included file: packet-inap-val.h ---*/ -#line 60 "packet-inap-template.c" +#line 59 "packet-inap-template.c" /*--- Included file: packet-inap-hf.c ---*/ @@ -1028,7 +1027,7 @@ static int hf_inap_present = -1; /* INTEGER */ static int hf_inap_InvokeId_present = -1; /* InvokeId_present */ /*--- End of included file: packet-inap-hf.c ---*/ -#line 62 "packet-inap-template.c" +#line 61 "packet-inap-template.c" #define MAX_SSN 254 static range_t *global_ssn_range; @@ -1290,7 +1289,7 @@ static gint ett_inap_T_problem_01 = -1; static gint ett_inap_InvokeId = -1; /*--- End of included file: packet-inap-ett.c ---*/ -#line 83 "packet-inap-template.c" +#line 82 "packet-inap-template.c" /*--- Included file: packet-inap-table.c ---*/ @@ -1416,7 +1415,7 @@ static const value_string inap_err_code_string_vals[] = { /*--- End of included file: packet-inap-table.c ---*/ -#line 85 "packet-inap-template.c" +#line 84 "packet-inap-template.c" const value_string inap_general_problem_strings[] = { {0,"General Problem Unrecognized Component"}, @@ -8967,7 +8966,7 @@ static int dissect_PAR_taskRefused_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_ /*--- End of included file: packet-inap-fn.c ---*/ -#line 99 "packet-inap-template.c" +#line 98 "packet-inap-template.c" /* TC-Invokable OPERATION ::= {activateServiceFiltering | activityTest | analysedInformation | @@ -9323,7 +9322,7 @@ static int dissect_returnErrorData(proto_tree *tree, tvbuff_t *tvb, int offset,a /*--- End of included file: packet-inap-table2.c ---*/ -#line 120 "packet-inap-template.c" +#line 119 "packet-inap-template.c" static guint8 inap_pdu_type = 0; @@ -11640,7 +11639,7 @@ void proto_register_inap(void) { "inap.InvokeId_present", HFILL }}, /*--- End of included file: packet-inap-hfarr.c ---*/ -#line 196 "packet-inap-template.c" +#line 195 "packet-inap-template.c" }; @@ -11894,7 +11893,7 @@ void proto_register_inap(void) { &ett_inap_InvokeId, /*--- End of included file: packet-inap-ettarr.c ---*/ -#line 209 "packet-inap-template.c" +#line 208 "packet-inap-template.c" }; /* Register protocol */ -- cgit v1.2.3