packet-smb.c: real fix for https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5778
authorStefan Metzmacher <metze@samba.org>
Fri, 3 Jan 2014 10:50:00 +0000 (11:50 +0100)
committerStefan Metzmacher <metze@samba.org>
Wed, 29 Jan 2014 08:15:39 +0000 (09:15 +0100)
Change-Id: I33308c44791b487844f23db07d152897380d7cf1
Signed-off-by: Stefan Metzmacher <metze@samba.org>
epan/dissectors/packet-smb.c

index 22b1760c28051d3e18a5aa905bda0de423af28ba..7ebda5694faf3d653ce921ea8d74bb4d07d8d118 100644 (file)
@@ -15553,7 +15553,7 @@ dissect_qfsi_FS_VOLUME_INFO(tvbuff_t * tvb, packet_info * pinfo _U_, proto_tree
 
        /* label */
        fn_len = vll;
-       fn = get_unicode_or_ascii_string(tvb, &offset, unicode, &fn_len, FALSE, TRUE, bcp);
+       fn = get_unicode_or_ascii_string(tvb, &offset, unicode, &fn_len, TRUE, TRUE, bcp);
        CHECK_STRING_TRANS_SUBR(fn);
        proto_tree_add_string(tree, hf_smb_volume_label, tvb, offset, fn_len,
                fn);