diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -10,6 +10,14 @@ cd solecd go run cmd/daemon/main.go ``` +## Wireshark plugin + +To build wireshark plugin you'll need Kaitai Struct Compiler. +KSC currently doesn't support Wireshark plugin generation but +[there is a discussion]("https://github.com/kaitai-io/kaitai_struct/issues/50#issuecomment-1485044090"). +After building foked KSC use `./build_spec.sh` to build the plugin and then put +it into Wireshark plugins directory. + ## TODO - Protocol |
