aboutsummaryrefslogtreecommitdiffstats
path: root/packet-spnego.c
diff options
context:
space:
mode:
authorRichard Sharpe <sharpe@ns.aus.com>2002-09-04 05:46:02 +0000
committerRichard Sharpe <sharpe@ns.aus.com>2002-09-04 05:46:02 +0000
commit660508512602829a3ab8eb3ad7b06fced5e50360 (patch)
tree44784019c98c14f543e28a0224fec471f487a026 /packet-spnego.c
parenta842eb9d8ef21c814aa13e8aa7c90b27411562ad (diff)
Fix the handling of the NTLMSSP blobs in the case when the server asks
for RAW NTLMSSP, but the client actually sends SPNEGO encapsulated NTLMSSP. svn path=/trunk/; revision=6173
Diffstat (limited to 'packet-spnego.c')
-rw-r--r--packet-spnego.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-spnego.c b/packet-spnego.c
index 3042cc1082..07aba0de4d 100644
--- a/packet-spnego.c
+++ b/packet-spnego.c
@@ -4,7 +4,7 @@
* Copyright 2002, Tim Potter <tpot@samba.org>
* Copyright 2002, Richard Sharpe <rsharpe@ns.aus.com>
*
- * $Id: packet-spnego.c,v 1.23 2002/09/03 16:45:31 sharpe Exp $
+ * $Id: packet-spnego.c,v 1.24 2002/09/04 05:46:02 sharpe Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -276,7 +276,7 @@ dissect_spnego_mechListMIC(tvbuff_t *tvb, int offset, packet_info *pinfo _U_,
proto_tree_add_text(tree, tvb, offset + 4, len1 - 4,
"mechListMIC: %s",
- tvb_format_text(tvb, offset + 4, len1 - 4), len1);
+ tvb_format_text(tvb, offset + 4, len1 - 4));
/* Naughty ... but we have to adjust for what we never took */