From: Tobias Brunner Date: Thu, 8 Oct 2020 14:42:37 +0000 (+0200) Subject: android: Fix port scanning IMC X-Git-Tag: 5.9.1rc1~4^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=217d8ab81e8590bc88b66d92c3bd9e437e335131;p=thirdparty%2Fstrongswan.git android: Fix port scanning IMC Since 9e88bb987d65 ("Subscribed Scanner IMC/IMV to IETF_FIREWALL PA subtype") the port filter attribute is requested with a different message type. --- diff --git a/src/frontends/android/app/src/main/jni/libandroidbridge/byod/imc_android.c b/src/frontends/android/app/src/main/jni/libandroidbridge/byod/imc_android.c index 2620265370..d639460f9d 100644 --- a/src/frontends/android/app/src/main/jni/libandroidbridge/byod/imc_android.c +++ b/src/frontends/android/app/src/main/jni/libandroidbridge/byod/imc_android.c @@ -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 }, };