aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dop.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-dop.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-dop.c')
-rw-r--r--epan/dissectors/packet-dop.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/epan/dissectors/packet-dop.c b/epan/dissectors/packet-dop.c
index fb22b9732f..c3429b73fe 100644
--- a/epan/dissectors/packet-dop.c
+++ b/epan/dissectors/packet-dop.c
@@ -2194,7 +2194,6 @@ dissect_dop(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree)
offset=(*dop_dissector)(FALSE, tvb, offset, &asn1_ctx, tree, -1);
if(offset == old_offset){
proto_tree_add_text(tree, tvb, offset, -1,"Internal error, zero-byte DOP PDU");
- offset = tvb_length(tvb);
break;
}
}
@@ -2966,7 +2965,7 @@ void proto_register_dop(void) {
NULL, HFILL }},
/*--- End of included file: packet-dop-hfarr.c ---*/
-#line 251 "packet-dop-template.c"
+#line 250 "packet-dop-template.c"
};
/* List of subtrees */
@@ -3045,7 +3044,7 @@ void proto_register_dop(void) {
&ett_dop_GrantsAndDenials,
/*--- End of included file: packet-dop-ettarr.c ---*/
-#line 258 "packet-dop-template.c"
+#line 257 "packet-dop-template.c"
};
module_t *dop_module;
@@ -3101,7 +3100,7 @@ void proto_reg_handoff_dop(void) {
/*--- End of included file: packet-dop-dis-tab.c ---*/
-#line 291 "packet-dop-template.c"
+#line 290 "packet-dop-template.c"
/* APPLICATION CONTEXT */
oid_add_from_string("id-ac-directory-operational-binding-management","2.5.3.3");