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-29 10:22:51 +01:00
parent 1c82e65cbe
commit 217d8ab81e
@@ -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 },
};