aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-01-02 23:44:20 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-01-02 23:44:20 +0000
commite436b16d6d864296e5a47e1ccab431e23abd3ba6 (patch)
treee7a1ac3dcf6e44a5f459c220683dbbe33610f2d4 /packet-smb.c
parenta5c611aaf9fa4c491eab083c1e97995e91e19d62 (diff)
Fix a comment.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9528 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 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,