View Source API Reference exshark v0.1.0
Modules
ExShark is an Elixir wrapper for tshark (Wireshark's command-line interface) that enables packet capture and analysis using Wireshark's powerful dissectors.
Handles asynchronous packet processing with callbacks.
Provides lazy loading of PCAP files for memory-efficient packet processing. Loads and analyzes packets on-demand rather than loading entire capture files into memory at once.
Represents a parsed network packet with convenient field access.
Represents frame-level information for a packet.
Represents a protocol layer with support for raw values.