sq dissect_verification_trailer
authorStefan Metzmacher <metze@samba.org>
Tue, 28 Jan 2014 12:23:33 +0000 (13:23 +0100)
committerStefan Metzmacher <metze@samba.org>
Wed, 29 Jan 2014 08:18:27 +0000 (09:18 +0100)
epan/dissectors/packet-dcerpc.c

index 296de12fa2c0444d7867c04a4fcc3c6cd8b96227..536db8cd20c287bf8cde9b959f9b3754078ce3d2 100644 (file)
@@ -3076,7 +3076,7 @@ dissect_verification_trailer_impl(tvbuff_t *tvb, int stub_offset,
 
                proto_item_set_end(ti, tvb, offset);
 
-               if (cmd & SEC_VT_COMMAND_END) {
+               if (cmd_end) {
                        break;
                }
        }