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:
12
README.md
12
README.md
@@ -10,12 +10,12 @@ pcapmirror [options]
|
|||||||
|
|
||||||
### Options:
|
### Options:
|
||||||
|
|
||||||
-i <interface>: Specify the capture interface (e.g., eth0).
|
* -i <interface>: Specify the capture interface (e.g., eth0).
|
||||||
-f <filter>: Specify the capture filter in BPF syntax (e.g., tcp port 80).
|
* -f <filter>: Specify the capture filter in BPF syntax (e.g., tcp port 80).
|
||||||
-r <ip_address>: Specify the destination IP address (required).
|
* -r <ip_address>: Specify the destination IP address (required).
|
||||||
-p <port>: Specify the destination port (default: 37008).
|
* -p <port>: Specify the destination port (default: 37008).
|
||||||
-v: Enable verbose mode (prints packet information).
|
* -v: Enable verbose mode (prints packet information).
|
||||||
-h: Show this help message.
|
* -h: Show this help message.
|
||||||
|
|
||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user