Skip to content

A Lua-based Wireshark dissector for the TAK / Cursor-on-Target (COT) protocol.

License

Notifications You must be signed in to change notification settings

jmkeyes/wireshark-tak-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Wireshark TAK Plugin

Dissect TAK / Cursor-on-Target messages within Wireshark.

Getting Started

  1. Copy tak.lua into your Wireshark plugins directory.
  2. Download the TAK Protobuf files to a directory in the Protobuf plugin search path.
  3. Start or reload Wireshark to enable the plugin.

Notes

  • 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.

Contributing

  1. Clone this repository.
  2. Create your branch: git checkout -b feature/branch
  3. Commit your changes: git commit -am "I am developer."
  4. Push your changes: git push origin feature/branch
  5. Create a PR of your branch against the master branch.

About

A Lua-based Wireshark dissector for the TAK / Cursor-on-Target (COT) protocol.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages