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>
This commit is contained in:
Nicolas Bertin 2017-08-10 14:47:37 +02:00 committed by Pascal Quantin
parent 21cb715dbe
commit 61eb3f0b75
1 changed files with 3 additions and 2 deletions

View File

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