summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorbt <bt@rctt.net>2026-03-10 14:11:01 +0100
committerbt <bt@rctt.net>2026-03-10 14:11:01 +0100
commite5644d24c51634c0e263a758bd57b797d5949c9c (patch)
tree5f6f33ebb064df45693fc75e0d454f0f11ce4654 /README.md
parent6dcbb66fcafce3da6d7c00d9679946b77f6f6186 (diff)
downloadsolec-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.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 39f7571..24cb6c3 100644
--- a/README.md
+++ b/README.md
@@ -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