aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-01-02 23:44:20 +0000
committerGuy Harris <guy@alum.mit.edu>2004-01-02 23:44:20 +0000
commit58a591bb00715cff24f70e692d19f9ef02e36f40 (patch)
treee7a1ac3dcf6e44a5f459c220683dbbe33610f2d4 /packet-smb.c
parent480cf33874e756eb67184a4c85003a1e30b5e350 (diff)
Fix a comment.
svn path=/trunk/; revision=9528
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 993221ef88..0df5bdb688 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.382 2004/01/02 06:35:45 sharpe Exp $
+ * $Id: packet-smb.c,v 1.383 2004/01/02 23:44:20 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -12805,7 +12805,7 @@ dissect_4_3_4_6(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree,
proto_tree_add_item(tree, hf_smb_reserved, tvb, offset, 1, TRUE);
COUNT_BYTES_SUBR(1);
- /* short file name, it is always in UNICODE, it seems */
+ /* short file name - it's not always in Unicode */
sfn = get_unicode_or_ascii_string(tvb, &offset, si->unicode, &sfn_len, FALSE, TRUE, bcp);
CHECK_STRING_SUBR(sfn);
proto_tree_add_string(tree, hf_smb_short_file_name, tvb, offset, 24,