aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ua3g.c
diff options
context:
space:
mode:
authorNicolas Bertin <nicolas.bertin@al-enterprise.com>2017-08-10 14:47:37 +0200
committerPascal Quantin <pascal.quantin@gmail.com>2017-08-10 15:57:16 +0000
commit61eb3f0b7552b426951a99755bed5983593b6243 (patch)
treeff6084da5d8a946f49cfb4576c23d698e7774709 /epan/dissectors/packet-ua3g.c
parent21cb715dbea71c7865107503fddf3ae24010fe85 (diff)
ua3g: fixed VTA type display for 8018, 8028S and 8008
Change-Id: I24158599831e432b62ff2ec0f36eeb1350c18a4b Reviewed-on: https://code.wireshark.org/review/23031 Reviewed-by: Michael Mann <mmann78@netscape.net> Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-ua3g.c')
-rw-r--r--epan/dissectors/packet-ua3g.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/epan/dissectors/packet-ua3g.c b/epan/dissectors/packet-ua3g.c
index f76fa27640..25504271b8 100644
--- a/epan/dissectors/packet-ua3g.c
+++ b/epan/dissectors/packet-ua3g.c
@@ -3041,12 +3041,13 @@ static const value_string str_vta_type[] = {
static const value_string str_additional_vta_type[] = {
{0x00, "Not Applicable"},
- {0x30, "4018"},
- {0x31, "4028S"},
+ {0x30, "8018"},
+ {0x31, "8028S"},
{0x32, "8058S"},
{0x33, "4068S"},
{0x34, "8078S"},
{0x35, "8088"},
+ {0x36, "8008"},
{0, NULL}
};