Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 397 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 397 Bytes

Wireshark extcap application

Extcap developer documentation.

Build and install

Build using cargo,

cargo build --release

Install into Wireshark's extcap directory,

cp target/release/ieee802154-sniffer-extcap ${HOME}/.local/lib/wireshark/extcap/

Start a sniffer device and run Wireshark.