diff --git a/README.md b/README.md index e514dc1f..f2518c23 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,9 @@ Features: - [Decrypt HTTPS/TLS](https://emanuele-f.github.io/PCAPdroid/tls_decryption) traffic via a remote mitmproxy - On rooted devices, it can capture the packets while other VPN apps are running -**Important**: the PCAP generated by PCAPdroid is not 100% accurate. Check out [PCAP Reliability](https://emanuele-f.github.io/PCAPdroid/quick_start#14-pcap-reliability) for more details. +**Important**: If you are using PCAPdroid to perform per-packet analysis, check out the [Traffic Fidelity](https://emanuele-f.github.io/PCAPdroid/quick_start#14-traffic-fidelity) section. -PCAPdroid leverages the Android VpnService to receive all the traffic generated by the Android apps. No external VPN is actually created, the traffic is locally processed by the app. +PCAPdroid leverages the Android VpnService to receive all the traffic generated by the Android apps. No external VPN is actually created, the traffic is processed locally by the app.