Releases: akerouanton/iptables-tracer
Releases · akerouanton/iptables-tracer
v0.2
v0.1
- Support both IPv4 & IPv6 ;
- Only supports iptables for now (neither iptables-nft nor nftables are supported) ;
- Has a
-filter
flag that supports cBPF filter syntax ; - Can filter based on input/output interface (see
-iface
flag) ; - Prints packets' L2, L3 and L4 headers, including ICMP and ICMPv6 ;
- Automatically inserts the kernel module
nfnetlink_log
; - Static binary with the right libpcap version embedded ;
- Only built for amd64 for now ;