Skip to content

IPR Daemon v0.5.1 Release

Choose a tag to compare

@github-actions github-actions released this 13 Aug 20:12
· 41 commits to main since this release

Changelog

iprd (package)

  • Offline capture API!
  • Add small offline capture handler API for PCAP/PCAP-NG diagonitics/debugging
  • Minor API changes
  • Remove Record.Contains() for encapsulated Record.Get()
  • Rename PacketProcessor.CaptureToIPRPacket() -> ToIPRPacket()
  • Add PacketProcessor.IsDuplicate() func
  • Log graceful client disconnects in IPRBroadcast.Listen()

ipr-daemon

  • -w now updates stored configuration with suppiled flags if config file already exists
  • Improve flag help with better usage descriptions

iprd-offline

  • Move to new offline capture handler API (iprd.ProcessCapture())
  • Properly emulate duplicate packets verus packet timestamp
  • Add summary diagnositics for all processed packets

What's Changed

Full Changelog: v0.5.0...v0.5.1