NetBox Labs/pktvisor: Release v3.2.1
Name: pktvisor
Owner: NetBox Labs
Release: 3.2.1
Released: 2021-06-13
License: MPL-2.0
Release Assets:
New Features
- #94 Introduce TLS support to the pktvisor administration webserver. See
--tls
,--tls-cert
,--tls-key
command line options - #50 Introduce new
pcap
handler module to collect operational metrics frompcap
input module. This is now added automatically to default analysis, and introduces new top level result objectpcap
with metricstcp_reassembly_errors
,os_drops
andif_drops
. The drop metrics come from libpcap
Other Improvements
- #98 Improved support for handling PcapPlusPlus error messages
- #93 Upgrade to PcapPlusPlus v21.05. Fixes some double parsing of DNS messages.
Bug Fixes
- #83 Improvements to demonize
- #84 Improvements to syslog and file logging
- #92 Increase HTTP time out in CLI
- #100 Handle TCP reassembly errors better