Move Auth padding to the right tree
authorGregor Beck <gbeck@sernet.de>
Fri, 30 Aug 2013 12:00:56 +0000 (14:00 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 29 Jan 2014 08:18:25 +0000 (09:18 +0100)
epan/dissectors/packet-dcerpc.c

index 6effeadb7e09d2f8344bcf54f08a087c9d699569..e26e5d7c82fd91b27848024d267b1a6426f3205f 100644 (file)
@@ -3023,7 +3023,7 @@ dcerpc_try_handoff(packet_info *pinfo, proto_tree *tree,
             /* If there is auth padding at the end of the stub, display it */
             if (auth_pad_len != 0) {
                 tvb_ensure_bytes_exist(tvb, auth_pad_offset, auth_pad_len);
-                proto_tree_add_text(sub_tree, decrypted_tvb, auth_pad_offset,
+                proto_tree_add_text(dcerpc_tree, decrypted_tvb, auth_pad_offset,
                                     auth_pad_len,
                                     "Auth Padding (%u byte%s)",
                                     auth_pad_len,