diff --git a/app/src/main/jni/pcapd/README.md b/app/src/main/jni/pcapd/README.md index 9e835281..7e9e247d 100644 --- a/app/src/main/jni/pcapd/README.md +++ b/app/src/main/jni/pcapd/README.md @@ -58,7 +58,7 @@ Here are the steps to make it communicate with your app: 5. The app can now receive the packets on the UNIX socket. 6. When the app closes the UNIX socket, the pcapd daemon is automatically stopped. -Check out the [capture_root.c source](https://github.com/emanuele-f/PCAPdroid/blob/master/app/src/main/jni/core/capture_root.c) to see an example of integration. +Check out the [capture_libpcap.c source](https://github.com/emanuele-f/PCAPdroid/blob/master/app/src/main/jni/core/capture_libpcap.c) to see an example of integration. Packets Data ------------