mirror of
https://github.com/emanuele-f/PCAPdroid.git
synced 2026-07-03 21:21:12 +08:00
Connections data is now split into three groups: - The connection identifier (e.g. 5 tuple) - The connection statistics - The connection L7 information (e.g. HTTP URL and request data) With this optimization, most updates will only pass the connection statistics throught the JNI interface. The connection identifier will only be passed for new connections and the L7 information will only be passed when needed (e.g. after extracting the URL). Closes #82 |
||
|---|---|---|
| .. | ||
| com/emanuelef/remote_capture | ||