Dissect TAK / Cursor-on-Target messages within Wireshark.
- Copy
tak.lua
into your Wireshark plugins directory. - Download the TAK Protobuf files to a directory in the Protobuf plugin search path.
- Start or reload Wireshark to enable the plugin.
- Package the plugin within a ZIP archive for ease of installation.
- Use GitHub actions to build a ZIP archive of the TAK protobuf files.
- Build a native dissector and contribute it to Wireshark.
- Clone this repository.
- Create your branch:
git checkout -b feature/branch
- Commit your changes:
git commit -am "I am developer."
- Push your changes:
git push origin feature/branch
- Create a PR of your branch against the
master
branch.