dsct 0.2.2

LLM-friendly packet dissector CLI
Documentation
1
2
3
4
5
6
7
//! Output formatting utilities.
//!
//! Currently only JSONL format is supported. The `jsonl` sub-module is
//! retained for the summary writer used by the MCP server, but the CLI
//! writes packets directly via [`crate::serialize::write_packet_json`].

pub mod jsonl;