android: Fix port scanning IMC

Since 9e88bb987d ("Subscribed Scanner IMC/IMV to IETF_FIREWALL PA subtype")
the port filter attribute is requested with a different message type.
This commit is contained in:
Tobias Brunner 2020-10-08 16:42:37 +02:00
parent 1c82e65cbe
commit 217d8ab81e
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ static const char imc_name[] = "Android";
static pen_type_t msg_types[] = {
{ PEN_IETF, PA_SUBTYPE_IETF_OPERATING_SYSTEM },
{ PEN_IETF, PA_SUBTYPE_IETF_VPN },
{ PEN_IETF, PA_SUBTYPE_IETF_FIREWALL },
{ PEN_TCG, PA_SUBTYPE_TCG_PTS },
};