small docu fix

This commit is contained in:
2025-03-21 01:09:02 +01:00
parent 575db5fd62
commit b4006567d4

View File

@@ -10,12 +10,12 @@ pcapmirror [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: