aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-charging_ase.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-charging_ase.c
parent9e0fbd53bb2fe7c3126b8eb1b3929f334a64bcd7 (diff)
#include <stdio.h> not needed.
svn path=/trunk/; revision=32405
Diffstat (limited to 'epan/dissectors/packet-charging_ase.c')
-rw-r--r--epan/dissectors/packet-charging_ase.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/epan/dissectors/packet-charging_ase.c b/epan/dissectors/packet-charging_ase.c
index 55376b1892..94051b71af 100644
--- a/epan/dissectors/packet-charging_ase.c
+++ b/epan/dissectors/packet-charging_ase.c
@@ -39,7 +39,6 @@
#include <epan/packet.h>
#include <epan/asn1.h>
-#include <stdio.h>
#include <string.h>
#include "packet-ber.h"
@@ -119,7 +118,7 @@ static int hf_charging_ase_T_tariffControlIndicators_non_cyclicTariff = -1;
static int hf_charging_ase_T_tariffControlIndicators_01_non_cyclicTariff = -1;
/*--- End of included file: packet-charging_ase-hf.c ---*/
-#line 48 "packet-charging_ase-template.c"
+#line 47 "packet-charging_ase-template.c"
static int ett_charging_ase = -1;
@@ -157,7 +156,7 @@ static gint ett_charging_ase_T_tariffControlIndicators_01 = -1;
static gint ett_charging_ase_ChargingReferenceIdentification = -1;
/*--- End of included file: packet-charging_ase-ett.c ---*/
-#line 51 "packet-charging_ase-template.c"
+#line 50 "packet-charging_ase-template.c"
static dissector_handle_t charging_ase_handle;
@@ -843,7 +842,7 @@ int dissect_charging_ase_ChargingMessageType_PDU(tvbuff_t *tvb _U_, packet_info
/*--- End of included file: packet-charging_ase-fn.c ---*/
-#line 55 "packet-charging_ase-template.c"
+#line 54 "packet-charging_ase-template.c"
static void
dissect_charging_ase(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
@@ -1115,7 +1114,7 @@ proto_register_charging_ase(void)
NULL, HFILL }},
/*--- End of included file: packet-charging_ase-hfarr.c ---*/
-#line 78 "packet-charging_ase-template.c"
+#line 77 "packet-charging_ase-template.c"
};
/* List of subtrees */
@@ -1156,7 +1155,7 @@ proto_register_charging_ase(void)
&ett_charging_ase_ChargingReferenceIdentification,
/*--- End of included file: packet-charging_ase-ettarr.c ---*/
-#line 84 "packet-charging_ase-template.c"
+#line 83 "packet-charging_ase-template.c"
};
proto_charging_ase = proto_register_protocol(PNAME, PSNAME, PFNAME);