aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornbertin <nicolas.bertin@al-enterprise.com>2019-02-01 14:50:18 +0100
committerAnders Broman <a.broman58@gmail.com>2019-02-03 11:52:13 +0000
commit7bd486ca06941b77f0d49277275d5ea34db96c39 (patch)
treef2ff79cbf1816e63ac3fcf87dc2d84675fe70d7c
parentbd924e03c804c373604128d3e5ce6942c27751c7 (diff)
ua3g: updated vta strings (added 8008G and 8058S)
Change-Id: I1a0c44053f82488b2a1efe1700919dba16dae52b Reviewed-on: https://code.wireshark.org/review/31849 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>
-rw-r--r--epan/dissectors/packet-ua3g.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-ua3g.c b/epan/dissectors/packet-ua3g.c
index b9b775f209..c18df7816a 100644
--- a/epan/dissectors/packet-ua3g.c
+++ b/epan/dissectors/packet-ua3g.c
@@ -3090,7 +3090,7 @@ static const value_string str_vta_type[] = {
{0x04, "4020"},
{0x05, "4010"},
{0x20, "4018"},
- {0x21, "4028/8028/8028S"},
+ {0x21, "4028/8008/8008G/8028/8028S/8058S"},
{0x22, "4038/8038"},
{0x23, "4068/8068/8082/8068S"},
{0x24, "mipt"},
@@ -3109,7 +3109,7 @@ static const value_string str_additional_vta_type[] = {
{0x33, "4068S"},
{0x34, "8078S"},
{0x35, "8088"},
- {0x36, "8008"},
+ {0x36, "8008/8008G"},
{0, NULL}
};