aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2009-10-28 05:13:31 +0000
committerAnders Broman <anders.broman@ericsson.com>2009-10-28 05:13:31 +0000
commit191f468cafee73d7de3339d2b1a77a096610608a (patch)
treeed313e3487edd9828fac040067498db44d13ea20 /epan
parentcd8924f759fe81d6dbf4d527d24d14dd34924972 (diff)
Missed an #include...
svn path=/trunk/; revision=30745
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-nbap.c4
-rw-r--r--epan/dissectors/packet-x2ap.c15
2 files changed, 10 insertions, 9 deletions
diff --git a/epan/dissectors/packet-nbap.c b/epan/dissectors/packet-nbap.c
index 36b7f00c54..1591fac822 100644
--- a/epan/dissectors/packet-nbap.c
+++ b/epan/dissectors/packet-nbap.c
@@ -38,11 +38,11 @@
#endif
#include <glib.h>
-#include <epan/packet.h>
-
#include <stdio.h>
#include <string.h>
+#include <epan/packet.h>
+#include <epan/sctpppids.h>
#include <epan/asn1.h>
#include "packet-per.h"
diff --git a/epan/dissectors/packet-x2ap.c b/epan/dissectors/packet-x2ap.c
index d63643b4f7..a82ab0904d 100644
--- a/epan/dissectors/packet-x2ap.c
+++ b/epan/dissectors/packet-x2ap.c
@@ -47,6 +47,7 @@
#include <string.h>
#include <epan/asn1.h>
+#include <epan/sctpppids.h>
#include "packet-per.h"
@@ -142,7 +143,7 @@ typedef enum _ProtocolIE_ID_enum {
} ProtocolIE_ID_enum;
/*--- End of included file: packet-x2ap-val.h ---*/
-#line 57 "packet-x2ap-template.c"
+#line 58 "packet-x2ap-template.c"
/* Initialize the protocol and registered fields */
static int proto_x2ap = -1;
@@ -376,7 +377,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 62 "packet-x2ap-template.c"
+#line 63 "packet-x2ap-template.c"
/* Initialize the subtree pointers */
static int ett_x2ap = -1;
@@ -486,7 +487,7 @@ static gint ett_x2ap_SuccessfulOutcome = -1;
static gint ett_x2ap_UnsuccessfulOutcome = -1;
/*--- End of included file: packet-x2ap-ett.c ---*/
-#line 67 "packet-x2ap-template.c"
+#line 68 "packet-x2ap-template.c"
/* Global variables */
static guint32 ProcedureCode;
@@ -3737,7 +3738,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 87 "packet-x2ap-template.c"
+#line 88 "packet-x2ap-template.c"
static int dissect_ProtocolIEFieldValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
{
@@ -4690,7 +4691,7 @@ void proto_register_x2ap(void) {
"x2ap.UnsuccessfulOutcome_value", HFILL }},
/*--- End of included file: packet-x2ap-hfarr.c ---*/
-#line 139 "packet-x2ap-template.c"
+#line 140 "packet-x2ap-template.c"
};
/* List of subtrees */
@@ -4801,7 +4802,7 @@ void proto_register_x2ap(void) {
&ett_x2ap_UnsuccessfulOutcome,
/*--- End of included file: packet-x2ap-ettarr.c ---*/
-#line 145 "packet-x2ap-template.c"
+#line 146 "packet-x2ap-template.c"
};
@@ -4901,7 +4902,7 @@ proto_reg_handoff_x2ap(void)
/*--- End of included file: packet-x2ap-dis-tab.c ---*/
-#line 178 "packet-x2ap-template.c"
+#line 179 "packet-x2ap-template.c"
}