aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dsp.c
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2009-07-30 23:47:36 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2009-07-30 23:47:36 +0000
commitf1b3bce015c2555b0322b6374e9df79cb38688bb (patch)
tree858ea262eaf83823af893f9b1045930797181c8d /epan/dissectors/packet-dsp.c
parent31874434aea388e3d9cd1b2a7dc182b0988d6806 (diff)
Remove more unused variables.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29249 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-dsp.c')
-rw-r--r--epan/dissectors/packet-dsp.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/epan/dissectors/packet-dsp.c b/epan/dissectors/packet-dsp.c
index c24a6ef294..70f25fede6 100644
--- a/epan/dissectors/packet-dsp.c
+++ b/epan/dissectors/packet-dsp.c
@@ -1926,7 +1926,6 @@ dissect_dsp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree)
offset=(*dsp_dissector)(FALSE, tvb, offset, &asn1_ctx, tree, -1);
if(offset == old_offset){
proto_tree_add_text(tree, tvb, offset, -1,"Internal error, zero-byte DSP PDU");
- offset = tvb_length(tvb);
break;
}
}
@@ -2461,7 +2460,7 @@ void proto_register_dsp(void) {
"dsp.EXTERNAL", HFILL }},
/*--- End of included file: packet-dsp-hfarr.c ---*/
-#line 281 "packet-dsp-template.c"
+#line 280 "packet-dsp-template.c"
};
/* List of subtrees */
@@ -2542,7 +2541,7 @@ void proto_register_dsp(void) {
&ett_dsp_T_basicLevels,
/*--- End of included file: packet-dsp-ettarr.c ---*/
-#line 287 "packet-dsp-template.c"
+#line 286 "packet-dsp-template.c"
};
module_t *dsp_module;
@@ -2585,7 +2584,7 @@ void proto_reg_handoff_dsp(void) {
/*--- End of included file: packet-dsp-dis-tab.c ---*/
-#line 320 "packet-dsp-template.c"
+#line 319 "packet-dsp-template.c"
/* APPLICATION CONTEXT */