Releases: m-lab/packet-headers
Releases · m-lab/packet-headers
v0.7.6
What's Changed
- Add a configurable limit to the number of current flows by @robertodauria in #58
Full Changelog: v0.7.5...v0.7.6
v0.7.5
What's Changed
- Update m-lab/go to v0.1.66 by @robertodauria in #54
- Update go version to 1.20 by @cristinaleonr in #55
- Write PCAP header after we received a valid UUID by @robertodauria in #57
New Contributors
- @robertodauria made their first contribution in #54
- @cristinaleonr made their first contribution in #55
Full Changelog: v0.7.4...v0.7.5
v0.7.4
What's Changed
- Select only interfaces that are "up" by @stephen-soltesz in #53
Full Changelog: v0.7.3...v0.7.4
v0.7.3
What's Changed
- Filter interfaces that are up by @stephen-soltesz in #52
Full Changelog: v0.7.2...v0.7.3
v0.7.2
v0.7.1
What's Changed
- Bump golang.org/x/text from 0.3.7 to 0.3.8 by @dependabot in #47
- Update m-lab/go by @stephen-soltesz in #49
- Create data dir if it doesn't exist by @nkinkade in #50
New Contributors
- @dependabot made their first contribution in #47
- @nkinkade made their first contribution in #50
Full Changelog: v0.7.0...v0.7.1
v0.7.0
What's Changed
- The read-UUID loop is now guaranteed to execute at least once by @pboothe in #41
- Flag -maxheap by @stephen-soltesz in #46
Full Changelog: v0.6.0...v0.7.0
Streaming capabilities
Adds the ability to stream packet headers to disk instead of buffering them in RAM. Likely the right choice for SSDs, has unknown effect for spinning metal disks.