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 to mock) #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

New Contributors

Full Changelog: https://github.com/ns1labs/pktvisor/compare/v3.2.0...v3.3.0

To top