smb2: fix the display of the persistent handles global capability
authorMichael Adam <obnox@samba.org>
Wed, 29 Feb 2012 02:45:42 +0000 (03:45 +0100)
committerMichael Adam <obnox@samba.org>
Wed, 29 Feb 2012 06:52:45 +0000 (07:52 +0100)
epan/dissectors/packet-smb2.c

index 686046041c49f8a906b778fef6866af8f97a2fe3..0f0e38acee3372b6dea7bd74445ad04a174e5966 100644 (file)
@@ -7237,7 +7237,7 @@ proto_register_smb2(void)
                "If the host supports MULTI CHANNEL", HFILL }},
 
        { &hf_smb2_cap_persistent_handles,
-               { "LARGE MTU", "smb2.capabilities.persistent_handles", FT_BOOLEAN, 32,
+               { "PERSISTENT HANDLES", "smb2.capabilities.persistent_handles", FT_BOOLEAN, 32,
                TFS(&tfs_cap_persistent_handles), NEGPROT_CAP_PERSISTENT_HANDLES,
                "If the host supports PERSISTENT HANDLES", HFILL }},