IPR Daemon v0.5.1 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 encapsulatedRecord.Get()- Rename
PacketProcessor.CaptureToIPRPacket()->ToIPRPacket()- Add
PacketProcessor.IsDuplicate()func- Log graceful client disconnects in
IPRBroadcast.Listen()
ipr-daemon
-wnow 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
- feat/offline-capture by @MatthewWertman in #7
Full Changelog: v0.5.0...v0.5.1