pktscope-core 0.2.0

Core engine for pktscope: live/offline capture, protocol decoders, flow tracking, filters, and egress monitoring
Documentation
1
2
3
4
5
6
//! UI-agnostic inspector state (a reducer over IPC events + query results).
//! The ratatui rendering lives in the `pktscope` binary's `inspect` frontend.

pub mod state;

pub use state::{DomainAgg, InspectorApp, ProcessAgg};