mirror of
https://git.freestone.net/cramer/pcapmirror.git
synced 2025-12-31 03:50:27 +01:00
small docu fix
This commit is contained in:
16
README.md
16
README.md
@@ -8,16 +8,16 @@ pcapmirror is a command-line tool for capturing network traffic and mirroring it
|
||||
pcapmirror [options]
|
||||
```
|
||||
|
||||
###Options:
|
||||
### Options:
|
||||
|
||||
-i <interface>: Specify the capture interface (e.g., eth0).
|
||||
-f <filter>: Specify the capture filter in BPF syntax (e.g., tcp port 80).
|
||||
-r <ip_address>: Specify the destination IP address (required).
|
||||
-p <port>: Specify the destination port (default: 37008).
|
||||
-v: Enable verbose mode (prints packet information).
|
||||
-h: Show this help message.
|
||||
* -i <interface>: Specify the capture interface (e.g., eth0).
|
||||
* -f <filter>: Specify the capture filter in BPF syntax (e.g., tcp port 80).
|
||||
* -r <ip_address>: Specify the destination IP address (required).
|
||||
* -p <port>: Specify the destination port (default: 37008).
|
||||
* -v: Enable verbose mode (prints packet information).
|
||||
* -h: Show this help message.
|
||||
|
||||
###Example:
|
||||
### Example:
|
||||
|
||||
To capture traffic on the eth0 interface, filter for TCP port 80, and send it to the destination, use the following command:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user