aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rsl.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2011-11-11 13:25:48 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2011-11-11 13:25:48 +0000
commita0cbfab6bf634c86d3135bb5936b3fb8522c3338 (patch)
tree31aaecf64a7cf6ad7c7c5fd51bf8e26075299e85 /epan/dissectors/packet-rsl.c
parente243b5f566d718e9ee59a03149046d6b629ac36b (diff)
Fixed abbrev for "Channel rate and type".
Bug reported by damker. svn path=/trunk/; revision=39794
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 17cd0d07f8..572e75a763 100644
--- a/epan/dissectors/packet-rsl.c
+++ b/epan/dissectors/packet-rsl.c
@@ -3780,7 +3780,7 @@ void proto_register_rsl(void)
NULL, HFILL }
},
{ &hf_rsl_ch_rate_and_type,
- { "Channel rate and type", "rsl.speech_or_data",
+ { "Channel rate and type", "rsl.ch_rate_and_type",
FT_UINT8, BASE_DEC, VALS(rsl_ch_rate_and_type_vals), 0x0,
NULL, HFILL }
},