aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-9p.c
diff options
context:
space:
mode:
authorJakub Zawadzki <darkjames@darkjames.pl>2014-06-17 00:01:00 +0200
committerEvan Huus <eapache@gmail.com>2014-06-17 00:08:49 +0000
commit923cf412f1362ff9a65d4cd35436257a37f0fd05 (patch)
tree92848abb4b77cb0eb29c111eaa3d776007290eb3 /epan/dissectors/packet-9p.c
parente047e3a00722ae82bf9263f040668dd1e2b897c2 (diff)
Fix copy/paste errors in value_string.
Also make repetition_coding_indications[] standard terminated. Change-Id: Ice20e1f27f5ab4d111f893608a230b83899efc9f Reviewed-on: https://code.wireshark.org/review/2288 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Evan Huus <eapache@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-9p.c')
-rw-r--r--epan/dissectors/packet-9p.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-9p.c b/epan/dissectors/packet-9p.c
index 75d6890922..c95ffe1e24 100644
--- a/epan/dissectors/packet-9p.c
+++ b/epan/dissectors/packet-9p.c
@@ -470,7 +470,7 @@ static const value_string ninep_lock_flag[] =
{
{_9P_LOCK_FLAGS_NONE, "No flag"},
{_9P_LOCK_FLAGS_BLOCK, "Block"},
- {_9P_LOCK_BLOCKED, "Reclaim"},
+ {_9P_LOCK_FLAGS_RECLAIM,"Reclaim"},
{ 0, NULL},
};
static value_string_ext ninep_lock_flag_ext = VALUE_STRING_EXT_INIT(ninep_lock_flag);