aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb.c
diff options
context:
space:
mode:
authoroabad <oabad@f5534014-38df-0310-8fa8-9805f1628bb7>1999-12-10 12:51:01 +0000
committeroabad <oabad@f5534014-38df-0310-8fa8-9805f1628bb7>1999-12-10 12:51:01 +0000
commitf0385760005fd95dc960804b2d6a49651bcc0965 (patch)
tree041d2d3d38ce720d45f323ddf3a1175303e526e0 /packet-smb.c
parent42c9e7e82afe5322323e98abce338aa57c868419 (diff)
Fixed a typo (tee instead of tree) in dissect_transact_next
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1284 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-smb.c')
-rw-r--r--packet-smb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-smb.c b/packet-smb.c
index a67034c298..4562b174bd 100644
--- a/packet-smb.c
+++ b/packet-smb.c
@@ -2,7 +2,7 @@
* Routines for smb packet dissection
* Copyright 1999, Richard Sharpe <rsharpe@ns.aus.com>
*
- * $Id: packet-smb.c,v 1.52 1999/12/10 11:53:18 sharpe Exp $
+ * $Id: packet-smb.c,v 1.53 1999/12/10 12:51:01 oabad Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@unicom.net>
@@ -8970,7 +8970,7 @@ int dissect_transact_next(u_char *pd, char *Name, int dirn, proto_tree *tree)
WParam = GSHORT(pd, pd_p_current);
- proto_tree_add_text(tee, pd_p_current, 2, "%s: %u (%04X)", (Name) ? Name : "Returned Word", WParam, WParam);
+ proto_tree_add_text(tree, pd_p_current, 2, "%s: %u (%04X)", (Name) ? Name : "Returned Word", WParam, WParam);
pd_p_current += 2;