summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-rsl.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2012-08-23 17:22:13 +0000
committerBill Meier <wmeier@newsguy.com>2012-08-23 17:22:13 +0000
commit2c616e40afba5af51f2e2e8e795fdc56b3112621 (patch)
tree62bd8388fc343e06aef04fa388c367e92e71f6ed /epan/dissectors/packet-rsl.c
parent4922d9ed1724edeb0bfd7fe8b0a1f0815f1cdb55 (diff)
downloadwireshark-2c616e40afba5af51f2e2e8e795fdc56b3112621.tar.gz
Fix incorrect value (typo) in value-string array.
svn path=/trunk/; revision=44639
Diffstat (limited to 'epan/dissectors/packet-rsl.c')
-rw-r--r--epan/dissectors/packet-rsl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-rsl.c b/epan/dissectors/packet-rsl.c
index 0c5864bbda..3f94529539 100644
--- a/epan/dissectors/packet-rsl.c
+++ b/epan/dissectors/packet-rsl.c
@@ -521,7 +521,7 @@ static const value_string rsl_ie_type_vals[] = {
/* 0x03 */ { RSL_IE_ACT_TYPE, "Activation Type" }, /* 9.3.3 */
/* 0x04 */ { RSL_IE_BS_POW, "BS Power" }, /* 9.3.4 */
/* 0x05 */ { RSL_IE_CH_ID, "Channel Identification" }, /* 9.3.5 */
-/* 0x06 */ { RSL_IE_ENC_INF, "Channel Mode" }, /* 9.3.6 */
+/* 0x06 */ { RSL_IE_CH_MODE, "Channel Mode" }, /* 9.3.6 */
/* 0x07 */ { RSL_IE_ENC_INF, "Encryption Information" }, /* 9.3.7 */
/* 0x08 */ { RSL_IE_FRAME_NO, "Frame Number" }, /* 9.3.8 */
/* 0x09 */ { RSL_IE_HO_REF, "Handover Reference" }, /* 9.3.9 */