mirror of
https://github.com/emanuele-f/PCAPdroid.git
synced 2026-06-19 21:05:25 +08:00
Protocol detection fix
This commit is contained in:
parent
31d4ea1af4
commit
fd0437a853
@ -265,6 +265,9 @@ static void process_ndpi_packet(conn_data_t *data, vpnproxy_data_t *proxy, const
|
||||
&proto_guessed);
|
||||
}
|
||||
|
||||
if(data->l7proto.master_protocol == 0)
|
||||
data->l7proto.master_protocol = data->l7proto.app_protocol;
|
||||
|
||||
__android_log_print(ANDROID_LOG_DEBUG, VPN_TAG, "l7proto: app=%d, master=%d",
|
||||
data->l7proto.app_protocol, data->l7proto.master_protocol);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user