summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-smb.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-10-18 17:17:38 +0000
committerGuy Harris <guy@alum.mit.edu>2004-10-18 17:17:38 +0000
commit915fe77f75a52ca703ef5f490865c8d6da4ea7cd (patch)
treed3f9ac844cb9ba72ad0d170d4efc2a283dc29fdb /epan/dissectors/packet-smb.c
parentd7d9c6be54d7d7c6d5df15639d7e3b1f1a785812 (diff)
downloadwireshark-915fe77f75a52ca703ef5f490865c8d6da4ea7cd.tar.gz
From Laurent Constantin: fix a (presumed) cut-and-pasteo.
svn path=/trunk/; revision=12342
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 = {