Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 07 Jun 23:01
· 18 commits to main since this release

Changelog

  • e710b91 Add --hwts flag to control hardware timestamping (#10) (#15)
  • 45eb2e5 Add --max-targets flag to cap CIDR/DNS expansion (#11) (#16)
  • b163072 Add bit-flip detection to mping and mping6 via deterministic salts (#12)
  • 8394a50 Add debug logging to mping6 receive path (#12)
  • d81af93 Add install.sh script for automated binary installation
  • 4616a30 Add mping/mping6 documentation
  • 87c0231 Add mping/mping6 to Makefile package target and goreleaser config (#13)
  • 11dae3a Add mping: multi-target ICMP ping with hardware timestamp support (#14)
  • 023c7c7 Add ping6 package and cmd/mping6 IPv6 ping (#12) (#17)
  • 320a272 Bind ICMPv6 socket to :: instead of specific local address (#12)
  • 1a66427 Fix 100% packet loss in mping6 receive path (#12) (#18)
  • 0f2a49f Fix docs: tool count 4, all tools report latency, mping has bitflip detection
  • aace2c4 Fix double-v prefix in install.sh version URL
  • b5a1605 Fix install.sh download: remove error suppression to show real curl errors
  • c817f0d Fix install.sh recursion bug, add install docs to README and website
  • db80bea Fix local address/interface auto-detection for Linux (#12)
  • 9c6daeb Fix version parsing in install.sh for robust tag_name extraction
  • 7f66255 Remove debug logging from mping6 receive path (#12)
  • 9066f2a Switch back to SOCK_RAW with bind to :: for ICMPv6 (#12)
  • 4c2adbd Try ICMPv6 dissection before IPv6 in receive path (#12)
  • bc54002 Unify salt generation to util package and fix ping6 lint errors
  • e3671b5 Use SOCK_DGRAM for ICMPv6 to fix 100% packet loss (#12) (#19)