mirror of
https://github.com/emanuele-f/PCAPdroid.git
synced 2026-07-03 21:21:12 +08:00
Fix QUIC not blocked with missing host
This commit is contained in:
parent
523e1dda41
commit
6876d596ff
@ -505,7 +505,7 @@ static void process_ndpi_data(pcapdroid_t *pd, const zdtun_5tuple_t *tuple, pd_c
|
||||
data->update_type |= CONN_UPDATE_INFO;
|
||||
}
|
||||
|
||||
if(!pd->root_capture && data->info)
|
||||
if(!pd->root_capture)
|
||||
vpn_process_ndpi(pd, tuple, data);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user