summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-08-25 22:57:26 +0000
committerGuy Harris <guy@alum.mit.edu>2002-08-25 22:57:26 +0000
commit9aaf4916afb93f8e55efce7cf1bf8c7b83de837d (patch)
tree5db2b86b45555e26af8899664a7c78f1784e12fa
parent0aeae83ddca8630055b4c59c4ca25afda166c1a8 (diff)
downloadwireshark-9aaf4916afb93f8e55efce7cf1bf8c7b83de837d.tar.gz
Expand on a note in a comment.
svn path=/trunk/; revision=6085
-rw-r--r--packet-smb.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/packet-smb.c b/packet-smb.c
index 8145a86573..e4efc4e474 100644
--- a/packet-smb.c
+++ b/packet-smb.c
@@ -3,7 +3,7 @@
* Copyright 1999, Richard Sharpe <rsharpe@ns.aus.com>
* 2001 Rewrite by Ronnie Sahlberg and Guy Harris
*
- * $Id: packet-smb.c,v 1.282 2002/08/22 20:04:55 tpot Exp $
+ * $Id: packet-smb.c,v 1.283 2002/08/25 22:57:26 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -2293,7 +2293,9 @@ dissect_negprot_response(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, in
/* This string is NOT padded to be 16bit aligned.
(seen in actual capture)
XXX - I've seen a capture where it appears to be
- so aligned.... */
+ so aligned, but I've also seen captures where
+ it is. The captures where it appeared to be
+ aligned may have been from buggy servers. */
si->unicode = (caps&SERVER_CAP_UNICODE);
dn = get_unicode_or_ascii_string(tvb,
&offset, si->unicode, &dn_len, TRUE, FALSE,