-
Notifications
You must be signed in to change notification settings - Fork 0
Home
0-harshit-0 edited this page Jun 14, 2022
·
6 revisions
You can use these commands to operate packet-capture tool on different OS.
- Start capturing:
py main.py rem it will continuously capture until ctrl+c is pressed.
- Filter protocol and capture:
py main.py 6 rem protocol number to filter. In this case, it will only return TCP(6).