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>
This commit is contained in:
nbertin 2019-02-01 14:50:18 +01:00 committed by Anders Broman
parent bd924e03c8
commit 7bd486ca06
1 changed files with 2 additions and 2 deletions

View File

@ -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}
};