Skip to content

Releases: akerouanton/iptables-tracer

v0.2

25 Sep 21:28
Compare
Choose a tag to compare
  • Fix a crash happening when no matching rule could be found
  • Build & release both amd64 and arm64 binaries
  • Build working Docker images (for both amd64 and arm64)
  • Bump dependencies: go to 1.22.7, libpcap to 1.10.5

v0.1

27 Sep 16:49
8dee778
Compare
Choose a tag to compare
  • 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 ;