aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-smb.c')
-rw-r--r--epan/dissectors/packet-smb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-smb.c b/epan/dissectors/packet-smb.c
index dae5abfd09..0b354129c7 100644
--- a/epan/dissectors/packet-smb.c
+++ b/epan/dissectors/packet-smb.c
@@ -7440,8 +7440,8 @@ static const value_string connect_support_csc_mask_vals[] = {
{0, NULL}
};
static const true_false_string tfs_connect_support_uniquefilename = {
- "Client allow to cache share namespaces",
- "Client NOT allow to cache share namespaces"
+ "Client allowed to cache share namespaces",
+ "Client NOT allowed to cache share namespaces"
};
static const true_false_string tfs_connect_support_extended_signature = {
"Extended signature",