aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-x2ap.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-02-27 23:02:18 +0000
committerGuy Harris <guy@alum.mit.edu>2013-02-27 23:02:18 +0000
commit53fffe04146ef91edeb3439bb16d3d77e7a81ee3 (patch)
tree526a86dbaa2778a46c908116186741290bafbf53 /epan/dissectors/packet-x2ap.c
parent6b629c4d92a7223c4930d9b22be1d9e32c375303 (diff)
Get rid of unnecessary includes of "packet-frame.h".
svn path=/trunk/; revision=47925
Diffstat (limited to 'epan/dissectors/packet-x2ap.c')
-rw-r--r--epan/dissectors/packet-x2ap.c15
1 files changed, 7 insertions, 8 deletions
diff --git a/epan/dissectors/packet-x2ap.c b/epan/dissectors/packet-x2ap.c
index c2cd0ab943..577d7f161b 100644
--- a/epan/dissectors/packet-x2ap.c
+++ b/epan/dissectors/packet-x2ap.c
@@ -47,7 +47,6 @@
#include "packet-per.h"
#include "packet-e212.h"
-#include "packet-frame.h"
#include "packet-lte-rrc.h"
#ifdef _MSC_VER
@@ -185,7 +184,7 @@ typedef enum _ProtocolIE_ID_enum {
} ProtocolIE_ID_enum;
/*--- End of included file: packet-x2ap-val.h ---*/
-#line 58 "../../asn1/x2ap/packet-x2ap-template.c"
+#line 57 "../../asn1/x2ap/packet-x2ap-template.c"
/* Initialize the protocol and registered fields */
static int proto_x2ap = -1;
@@ -514,7 +513,7 @@ static int hf_x2ap_successfulOutcome_value = -1; /* SuccessfulOutcome_value */
static int hf_x2ap_value = -1; /* UnsuccessfulOutcome_value */
/*--- End of included file: packet-x2ap-hf.c ---*/
-#line 64 "../../asn1/x2ap/packet-x2ap-template.c"
+#line 63 "../../asn1/x2ap/packet-x2ap-template.c"
/* Initialize the subtree pointers */
static int ett_x2ap = -1;
@@ -666,7 +665,7 @@ static gint ett_x2ap_SuccessfulOutcome = -1;
static gint ett_x2ap_UnsuccessfulOutcome = -1;
/*--- End of included file: packet-x2ap-ett.c ---*/
-#line 69 "../../asn1/x2ap/packet-x2ap-template.c"
+#line 68 "../../asn1/x2ap/packet-x2ap-template.c"
/* Global variables */
static guint32 ProcedureCode;
@@ -5425,7 +5424,7 @@ static void dissect_X2AP_PDU_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, prot
/*--- End of included file: packet-x2ap-fn.c ---*/
-#line 90 "../../asn1/x2ap/packet-x2ap-template.c"
+#line 89 "../../asn1/x2ap/packet-x2ap-template.c"
static int dissect_ProtocolIEFieldValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _U_)
{
@@ -6760,7 +6759,7 @@ void proto_register_x2ap(void) {
"UnsuccessfulOutcome_value", HFILL }},
/*--- End of included file: packet-x2ap-hfarr.c ---*/
-#line 148 "../../asn1/x2ap/packet-x2ap-template.c"
+#line 147 "../../asn1/x2ap/packet-x2ap-template.c"
};
/* List of subtrees */
@@ -6914,7 +6913,7 @@ void proto_register_x2ap(void) {
&ett_x2ap_UnsuccessfulOutcome,
/*--- End of included file: packet-x2ap-ettarr.c ---*/
-#line 155 "../../asn1/x2ap/packet-x2ap-template.c"
+#line 154 "../../asn1/x2ap/packet-x2ap-template.c"
};
module_t *x2ap_module;
@@ -7068,7 +7067,7 @@ proto_reg_handoff_x2ap(void)
/*--- End of included file: packet-x2ap-dis-tab.c ---*/
-#line 201 "../../asn1/x2ap/packet-x2ap-template.c"
+#line 200 "../../asn1/x2ap/packet-x2ap-template.c"
} else {
if (SctpPort != 0) {
dissector_delete_uint("sctp.port", SctpPort, x2ap_handle);