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