summaryrefslogtreecommitdiff
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-smb.c b/epan/dissectors/packet-smb.c
index d96a683d11..529fdf6bde 100644
--- a/epan/dissectors/packet-smb.c
+++ b/epan/dissectors/packet-smb.c
@@ -4850,7 +4850,7 @@ static const value_string oa_open_vals[] = {
{ 3, "The file existed and was truncated"},
{ 0x8001, "The file existed and was opened, and an OpLock was granted"},
{ 0x8002, "The file did not exist but was created, and an OpLock was granted"},
- { 0x8002, "The file existed and was truncated, and an OpLock was granted"},
+ { 0x8003, "The file existed and was truncated, and an OpLock was granted"},
{0, NULL}
};
static const true_false_string tfs_oa_lock = {