Skip to content

Commit

Permalink
Update README.md reanme capture_root.c to capture_libpcap.c
Browse files Browse the repository at this point in the history
also update the path
  • Loading branch information
elicec authored and emanuele-f committed Jan 6, 2024
1 parent bed393c commit 0deabd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/jni/pcapd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
------------
Expand Down

0 comments on commit 0deabd1

Please sign in to comment.