aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ua3g.c
diff options
context:
space:
mode:
authornbertin <nicolas.bertin@al-enterprise.com>2019-02-01 14:32:25 +0100
committerAnders Broman <a.broman58@gmail.com>2019-02-03 11:51:25 +0000
commitbd924e03c804c373604128d3e5ce6942c27751c7 (patch)
tree2838925a972b0e0b6f7b0b392b9b4083033c39f7 /epan/dissectors/packet-ua3g.c
parent1bb1ffa9ca38fb8b38aec5e79c5ecba6ffdb4c64 (diff)
ua3g: updated skins name
Change-Id: I63a4c7777c8b08d154fd5577c84e1123b1b890a6 Reviewed-on: https://code.wireshark.org/review/31848 Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl> Petri-Dish: Jaap Keuter <jaap.keuter@xs4all.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-ua3g.c')
-rw-r--r--epan/dissectors/packet-ua3g.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-ua3g.c b/epan/dissectors/packet-ua3g.c
index c358aabffa..b9b775f209 100644
--- a/epan/dissectors/packet-ua3g.c
+++ b/epan/dissectors/packet-ua3g.c
@@ -1010,11 +1010,11 @@ static const value_string set_param_req_stable_mode[] = {
static const value_string set_param_req_skin_id[] = {
{0x00 , "Managed By Terminal"},
- {0x01 , "Classical"},
+ {0x01 , "Classical or Arcturus"},
{0x02 , "Rainbow"},
- {0x03 , "Crystal"},
+ {0x03 , "Crystal or Green"},
{0x04 , "Luxury"},
- {0x05 , "Release"},
+ {0x05 , "Arcturus or Classical or Century"},
{0, NULL}
};