aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-11-12 09:00:27 +0000
committerGuy Harris <guy@alum.mit.edu>2003-11-12 09:00:27 +0000
commit6dc9df36f6f706cf555e008511c7fc6851191d74 (patch)
tree71d6ad097425f231415f32c49b6e9dc660742be8 /packet-dcerpc.c
parentacb0b8885ff854e7cccd585300f9d23ddccb658a (diff)
Put stub data back where it was in the tree before.
svn path=/trunk/; revision=8947
Diffstat (limited to 'packet-dcerpc.c')
-rw-r--r--packet-dcerpc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/packet-dcerpc.c b/packet-dcerpc.c
index ff1e4e94f3..c75c5fc026 100644
--- a/packet-dcerpc.c
+++ b/packet-dcerpc.c
@@ -3,7 +3,7 @@
* Copyright 2001, Todd Sabin <tas@webspan.net>
* Copyright 2003, Tim Potter <tpot@samba.org>
*
- * $Id: packet-dcerpc.c,v 1.152 2003/11/06 09:13:26 guy Exp $
+ * $Id: packet-dcerpc.c,v 1.153 2003/11/12 09:00:27 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -1937,9 +1937,9 @@ dcerpc_try_handoff (packet_info *pinfo, proto_tree *tree,
} else {
/* No subdissector - show it as stub data. */
if(decrypted_tvb){
- show_stub_data (decrypted_tvb, 0, tree, auth_info, FALSE);
+ show_stub_data (decrypted_tvb, 0, sub_tree, auth_info, FALSE);
} else {
- show_stub_data (tvb, 0, tree, auth_info, TRUE);
+ show_stub_data (tvb, 0, sub_tree, auth_info, TRUE);
}
}
} else