aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ua3g.c
diff options
context:
space:
mode:
authorNicolas Bertin <nicolas.bertin@al-enterprise.com>2018-05-28 16:33:04 +0200
committerAnders Broman <a.broman58@gmail.com>2018-05-28 14:48:18 +0000
commit315b905ed5be95caebfd5c87abc283d6f67eb02f (patch)
tree42bd3c38943615de83c160ea55aaaef54993d913 /epan/dissectors/packet-ua3g.c
parentb3ccf911db349981553ebeb5c9a714b031dc7256 (diff)
ua3g: updated decoding of set-skin-id message
Change-Id: Id7c06ac8d25b4a2523604178389a2369b4f85d4c Reviewed-on: https://code.wireshark.org/review/27871 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-ua3g.c')
-rw-r--r--epan/dissectors/packet-ua3g.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ua3g.c b/epan/dissectors/packet-ua3g.c
index 88530c657f..ec727788ca 100644
--- a/epan/dissectors/packet-ua3g.c
+++ b/epan/dissectors/packet-ua3g.c
@@ -1012,6 +1012,7 @@ static const value_string set_param_req_skin_id[] = {
{0x02 , "Rainbow"},
{0x03 , "Crystal"},
{0x04 , "Luxury"},
+ {0x05 , "Release"},
{0, NULL}
};