You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
enable TLS support for HTTP server #94 Introduce TLS support to the pktvisor administration webserver. See --tls, --tls-cert, --tls-key command line options
PCAP input module: expose the number of dropped packets by libpcap #50 Introduce new pcap handler module to collect operational metrics from pcap input module. This is now added automatically to default analysis, and introduces new top level result object pcap with metrics tcp_reassembly_errors, os_drops and if_drops. The drop metrics come from libpcap
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
New Features
--tls
,--tls-cert
,--tls-key
command line optionspcap
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 libpcapOther Improvements
Bug Fixes
This discussion was created from the release 3.2.1.
Beta Was this translation helpful? Give feedback.
All reactions