Skip to content

IPR Daemon v0.4.7 Release

Choose a tag to compare

@github-actions github-actions released this 21 Jul 18:12
· 106 commits to main since this release

Changelog

iprd (package)

  • Support for capture file rotation
  • Add RotateCapturefiles option in IPRDConfig
  • Rotate up to 4 capture files (capture.pcap -> capture.1.pcap -> ... -> capture.3.pcap)
  • Add opt-in mDNS/DNS-SD discovery via zeroconf
  • Add MDNS option in IPRDConfig
  • Implement MDNSAdvertiser
  • Advertise "_iprd._tcp.local." service with configured port + subscription metadata for supported multicast interfaces
  • Scope owning interface for explicit bind addresses

ipr-daemon

  • Add -rotate-capture flag to rotate thru set number of capture files instead of flushing
  • Add -mdns flag for opt-in mDNS service advertisement ("_iprd._tcp.local.")

Distribution

  • Add FreeBSD arm64 binary/package (.pkg)

What's Changed

Full Changelog: v0.4.6...v0.4.7