propper ip6 support, raspberry builds

This commit is contained in:
2025-03-23 13:55:17 +01:00
parent 0fdd4a9783
commit 4300e30f04
4 changed files with 127 additions and 55 deletions

View File

@@ -18,12 +18,18 @@ Specify the capture interface (e.g., eth0).
.B \-f \fIfilter\fR
Specify the capture filter in BPF syntax (e.g., tcp port 80).
.TP
.B \-r \fIip_address\fR
Specify the destination IP address (required).
.B \-r \fIhost/ipv4/ipv6\fR
Specify the destination host (required).
.TP
.B \-p \fIport\fR
Specify the destination port (default: 37008).
.TP
.B \-4
Force IPv4 host lookup.
.TP
.B \-6
Force IPv6 host lookup.
.TP
.B \-v
Enable verbose mode (prints packet information).
.TP