Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Latest commit

 

History

History
34 lines (21 loc) · 884 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 884 Bytes

Saltstack Wireshark Dissector

This is a Lua dissector for Saltstack using ZeroMQ.

Saltstack Wireshark Dissector Screenshot saltstack_wireshark_dissector.png

Installation

This dissector requires Lua 5.2 or newer.

mkdir -p ~/.config/saltstack-wireshark/plugins
git clone git://github.com/hackacad/saltstack-wireshark ~/.config/wireshark/plugins/saltstack-wireshark/

Usage

Salt should be automatically detected by Wireshark, when using non standard ports change it on

Preferences → Protocols → Salt

You can use expression salt to filter packets. TCP segments are automatically reassembled.

License

See LICENSE.

Acknowledgements

This dissector is based on a dissector for ZMTP https://github.com/whitequark/zmtp-wireshark