new packet match count option

This commit is contained in:
2025-03-29 10:45:34 +01:00
parent 5ee45654f2
commit 5e595b0ae7
3 changed files with 42 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ pcapmirror [options]
* -6 Force IPv6 host lookup
* -l List available network interfaces.
* -v Enable verbose mode
* -c Count matching packets (overrides verbose mode)
* -h Show this help message
### Example:
@@ -47,6 +48,15 @@ On the original download location you will also find several prebuilt packages.
## Compile and Install
### Supported Operating Systems
Source is tested to build and function on the following operating systems
* Debian Linux 12 + unstable (sid)
* Rocky Linux 8 + 9
* PiOS 12 (bookworm)
* OpenBSD 7.6
* MacOS 15
Compile the program:
```bash
make