diff options
| author | bt <bt@rctt.net> | 2026-03-10 14:11:01 +0100 |
|---|---|---|
| committer | bt <bt@rctt.net> | 2026-03-10 14:11:01 +0100 |
| commit | e5644d24c51634c0e263a758bd57b797d5949c9c (patch) | |
| tree | 5f6f33ebb064df45693fc75e0d454f0f11ce4654 /README.md | |
| parent | 6dcbb66fcafce3da6d7c00d9679946b77f6f6186 (diff) | |
| download | solec-e5644d24c51634c0e263a758bd57b797d5949c9c.tar.gz solec-e5644d24c51634c0e263a758bd57b797d5949c9c.zip | |
Use Kaitai to describe protocol spec, autogenerate Wireshark plugin and diagram
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 |
