NetBox Labs/pktvisor: Release v3.3.0
Name: pktvisor
Owner: NetBox Labs
Release: 3.3.0
Released: 2021-11-15
License: MPL-2.0
Release Assets:
New Features
- Implement RFCs #75 and #76 for Taps and Collection Policies. These interfaces should be considered Beta and may change.
- Introduce YAML based configuration files (
--config
), used for commandline configuration, taps, and policies. - New DHCP handler module https://github.com/ns1labs/pktvisor/pull/131
- PcapPlusPlus interface concurrency in https://github.com/ns1labs/pktvisor/pull/123
- Add new mock traffic generator to pcap input source (set
pcap_source
config tomock
) #134 - Implement DNS filters, giving policies the ability to limit DNS metrics to qname or rcode #78
Other Changes
--prometheus
is now no longer need; Prometheus support is always enabled- Improved test suite and CI
- Refactor golang CLI
Bug Fixes
- Switch random number generators used by sampling by @weyrick in https://github.com/ns1labs/pktvisor/pull/110
- Fix Corrade detection and build failures with GCC 11 by @fcelda in https://github.com/ns1labs/pktvisor/pull/130
- Fix DNS rates in CLI #126
New Contributors
- @rlahnemann made their first contribution in https://github.com/ns1labs/pktvisor/pull/111
- @iatdaitan made their first contribution in https://github.com/ns1labs/pktvisor/pull/113
- @fcelda made their first contribution in https://github.com/ns1labs/pktvisor/pull/130
Full Changelog: https://github.com/ns1labs/pktvisor/compare/v3.2.0...v3.3.0