aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rnsap.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-rnsap.c
parent9e0fbd53bb2fe7c3126b8eb1b3929f334a64bcd7 (diff)
#include <stdio.h> not needed.
svn path=/trunk/; revision=32405
Diffstat (limited to 'epan/dissectors/packet-rnsap.c')
-rw-r--r--epan/dissectors/packet-rnsap.c15
1 files changed, 7 insertions, 8 deletions
diff --git a/epan/dissectors/packet-rnsap.c b/epan/dissectors/packet-rnsap.c
index bcb6924714..62f9c368d3 100644
--- a/epan/dissectors/packet-rnsap.c
+++ b/epan/dissectors/packet-rnsap.c
@@ -43,7 +43,6 @@
#include <glib.h>
#include <epan/packet.h>
-#include <stdio.h>
#include <string.h>
#include <epan/asn1.h>
@@ -952,7 +951,7 @@ typedef enum _ProtocolIE_ID_enum {
} ProtocolIE_ID_enum;
/*--- End of included file: packet-rnsap-val.h ---*/
-#line 57 "packet-rnsap-template.c"
+#line 56 "packet-rnsap-template.c"
static dissector_handle_t rrc_dl_dcch_handle = NULL;
@@ -3659,7 +3658,7 @@ static int hf_rnsap_value_04 = -1; /* UnsuccessfulOutcome_value *
static int hf_rnsap_value_05 = -1; /* Outcome_value */
/*--- End of included file: packet-rnsap-hf.c ---*/
-#line 64 "packet-rnsap-template.c"
+#line 63 "packet-rnsap-template.c"
/* Initialize the subtree pointers */
static int ett_rnsap = -1;
@@ -4935,7 +4934,7 @@ static gint ett_rnsap_UnsuccessfulOutcome = -1;
static gint ett_rnsap_Outcome = -1;
/*--- End of included file: packet-rnsap-ett.c ---*/
-#line 69 "packet-rnsap-template.c"
+#line 68 "packet-rnsap-template.c"
/* Global variables */
static guint32 ProcedureCode;
@@ -42256,7 +42255,7 @@ static int dissect_NULL_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tre
/*--- End of included file: packet-rnsap-fn.c ---*/
-#line 90 "packet-rnsap-template.c"
+#line 89 "packet-rnsap-template.c"
static int dissect_ProtocolIEFieldValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
{
@@ -53093,7 +53092,7 @@ void proto_register_rnsap(void) {
"rnsap.Outcome_value", HFILL }},
/*--- End of included file: packet-rnsap-hfarr.c ---*/
-#line 142 "packet-rnsap-template.c"
+#line 141 "packet-rnsap-template.c"
};
/* List of subtrees */
@@ -54370,7 +54369,7 @@ void proto_register_rnsap(void) {
&ett_rnsap_Outcome,
/*--- End of included file: packet-rnsap-ettarr.c ---*/
-#line 148 "packet-rnsap-template.c"
+#line 147 "packet-rnsap-template.c"
};
@@ -55199,7 +55198,7 @@ proto_reg_handoff_rnsap(void)
/*--- End of included file: packet-rnsap-dis-tab.c ---*/
-#line 187 "packet-rnsap-template.c"
+#line 186 "packet-rnsap-template.c"
}