From b4006567d45460e00ef8277376d274b977ee5f60 Mon Sep 17 00:00:00 2001 From: Matthias Cramer Date: Fri, 21 Mar 2025 01:09:02 +0100 Subject: [PATCH] small docu fix --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 73d84d3..ed07243 100644 --- a/README.md +++ b/README.md @@ -8,16 +8,16 @@ pcapmirror is a command-line tool for capturing network traffic and mirroring it pcapmirror [options] ``` -###Options: +### Options: --i : Specify the capture interface (e.g., eth0). --f : Specify the capture filter in BPF syntax (e.g., tcp port 80). --r : Specify the destination IP address (required). --p : Specify the destination port (default: 37008). --v: Enable verbose mode (prints packet information). --h: Show this help message. +* -i : Specify the capture interface (e.g., eth0). +* -f : Specify the capture filter in BPF syntax (e.g., tcp port 80). +* -r : Specify the destination IP address (required). +* -p : 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: