aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-charging_ase.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-02-15 21:37:05 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-02-15 21:37:05 +0000
commit8f2e6281c19dbda07c8ee2d7a7f4c3954480f632 (patch)
treecfb292a3d35898d9a52d8e48b3bf74e107aa0538 /epan/dissectors/packet-charging_ase.c
parent42ab972cba211a60fbf6b1fa2d36a36633a3f278 (diff)
Removed an unused variable.
svn path=/trunk/; revision=27455
Diffstat (limited to 'epan/dissectors/packet-charging_ase.c')
-rw-r--r--epan/dissectors/packet-charging_ase.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/epan/dissectors/packet-charging_ase.c b/epan/dissectors/packet-charging_ase.c
index e146d45053..57b81979de 100644
--- a/epan/dissectors/packet-charging_ase.c
+++ b/epan/dissectors/packet-charging_ase.c
@@ -1,7 +1,7 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* packet-charging_ase.c */
-/* ../../tools/asn2wrs.py -b -e -k -p charging_ase -c charging_ase.cnf -s packet-charging_ase-template Tariffing-Data-Types.asn */
+/* ../../tools/asn2wrs.py -b -e -p charging_ase -c ./charging_ase.cnf -s ./packet-charging_ase-template -D . Tariffing-Data-Types.asn */
/* Input file: packet-charging_ase-template.c */
@@ -853,7 +853,6 @@ dissect_charging_ase(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
{
proto_item *it;
proto_tree *tr;
- guint32 offset=0;
it=proto_tree_add_protocol_format(tree, proto_charging_ase, tvb, 0, tvb_length(tvb), "Charging ASE");
tr=proto_item_add_subtree(it, ett_charging_ase);
@@ -1122,7 +1121,7 @@ proto_register_charging_ase(void)
"", HFILL }},
/*--- End of included file: packet-charging_ase-hfarr.c ---*/
-#line 85 "packet-charging_ase-template.c"
+#line 84 "packet-charging_ase-template.c"
};
/* List of subtrees */
@@ -1163,7 +1162,7 @@ proto_register_charging_ase(void)
&ett_charging_ase_ChargingReferenceIdentification,
/*--- End of included file: packet-charging_ase-ettarr.c ---*/
-#line 91 "packet-charging_ase-template.c"
+#line 90 "packet-charging_ase-template.c"
};