aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lte-rrc.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2010-04-06 17:01:14 +0000
committerBill Meier <wmeier@newsguy.com>2010-04-06 17:01:14 +0000
commitf8b92f8d0b6e717f787f988b838781b775b9ee50 (patch)
tree359e3a3d95eeca6bdb24e0c7470d16982b966d28 /epan/dissectors/packet-lte-rrc.c
parent9e0fbd53bb2fe7c3126b8eb1b3929f334a64bcd7 (diff)
#include <stdio.h> not needed.
svn path=/trunk/; revision=32405
Diffstat (limited to 'epan/dissectors/packet-lte-rrc.c')
-rw-r--r--epan/dissectors/packet-lte-rrc.c15
1 files changed, 7 insertions, 8 deletions
diff --git a/epan/dissectors/packet-lte-rrc.c b/epan/dissectors/packet-lte-rrc.c
index 0b232b39be..c9568be09a 100644
--- a/epan/dissectors/packet-lte-rrc.c
+++ b/epan/dissectors/packet-lte-rrc.c
@@ -42,7 +42,6 @@
#include <epan/packet.h>
#include <epan/asn1.h>
-#include <stdio.h>
#include <string.h>
#include "packet-ber.h"
@@ -93,7 +92,7 @@ static guint32 lte_rrc_rat_type_value = -1;
#define maxReestabInfo 32
/*--- End of included file: packet-lte-rrc-val.h ---*/
-#line 55 "packet-lte-rrc-template.c"
+#line 54 "packet-lte-rrc-template.c"
/* Initialize the protocol and registered fields */
static int proto_lte_rrc = -1;
@@ -1245,7 +1244,7 @@ static int hf_lte_rrc_key_eNodeB_Star = -1; /* Key_eNodeB_Star */
static int hf_lte_rrc_ue_InactiveTime = -1; /* T_ue_InactiveTime */
/*--- End of included file: packet-lte-rrc-hf.c ---*/
-#line 60 "packet-lte-rrc-template.c"
+#line 59 "packet-lte-rrc-template.c"
/* Initialize the subtree pointers */
static int ett_lte_rrc = -1;
@@ -1861,7 +1860,7 @@ static gint ett_lte_rrc_AdditionalReestabInfo = -1;
static gint ett_lte_rrc_RRM_Config = -1;
/*--- End of included file: packet-lte-rrc-ett.c ---*/
-#line 65 "packet-lte-rrc-template.c"
+#line 64 "packet-lte-rrc-template.c"
/* Forward declarations */
static int dissect_DL_DCCH_Message_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_);
@@ -17532,7 +17531,7 @@ static int dissect_UERadioAccessCapabilityInformation_PDU(tvbuff_t *tvb _U_, pac
/*--- End of included file: packet-lte-rrc-fn.c ---*/
-#line 71 "packet-lte-rrc-template.c"
+#line 70 "packet-lte-rrc-template.c"
static void
dissect_lte_rrc_DL_CCCH(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
@@ -22130,7 +22129,7 @@ void proto_register_lte_rrc(void) {
"lte_rrc.T_ue_InactiveTime", HFILL }},
/*--- End of included file: packet-lte-rrc-hfarr.c ---*/
-#line 96 "packet-lte-rrc-template.c"
+#line 95 "packet-lte-rrc-template.c"
};
/* List of subtrees */
@@ -22747,7 +22746,7 @@ void proto_register_lte_rrc(void) {
&ett_lte_rrc_RRM_Config,
/*--- End of included file: packet-lte-rrc-ettarr.c ---*/
-#line 102 "packet-lte-rrc-template.c"
+#line 101 "packet-lte-rrc-template.c"
};
@@ -22775,7 +22774,7 @@ void proto_register_lte_rrc(void) {
/*--- End of included file: packet-lte-rrc-dis-reg.c ---*/
-#line 114 "packet-lte-rrc-template.c"
+#line 113 "packet-lte-rrc-template.c"
}