View Source ExShark (exshark v0.1.0)

ExShark is an Elixir wrapper for tshark (Wireshark's command-line interface) that enables packet capture and analysis using Wireshark's powerful dissectors.

Summary

Functions

Starts a live capture on the specified interface with given options.

Reads packets from a pcap file and returns them as a list.

Functions

capture(opts \\ [])

Starts a live capture on the specified interface with given options.

read_file(file_path, opts \\ [])

Reads packets from a pcap file and returns them as a list.