diff options
| author | bt <bt@rctt.net> | 2026-03-10 22:50:53 +0100 |
|---|---|---|
| committer | bt <bt@rctt.net> | 2026-03-10 22:53:32 +0100 |
| commit | 7cdd5c04d5e966b3c90a3d86720e0823b4f7ee2c (patch) | |
| tree | 2da446610bed492542c1c3fe31145fcc1ca82081 /build_spec.sh | |
| parent | 69192d956aa2b6b3dbf87bac0e265e718b49dd70 (diff) | |
| download | solec-7cdd5c04d5e966b3c90a3d86720e0823b4f7ee2c.tar.gz solec-7cdd5c04d5e966b3c90a3d86720e0823b4f7ee2c.zip | |
Update spec
Diffstat (limited to 'build_spec.sh')
| -rwxr-xr-x | build_spec.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_spec.sh b/build_spec.sh index ae78b81..dfebbd2 100755 --- a/build_spec.sh +++ b/build_spec.sh @@ -13,7 +13,7 @@ rm solec.dot ~/bin/kaitai-struct-compiler-ws/bin/kaitai-struct-compiler -t wireshark --read-pos solec.ksy ${SED} -i -e '5s/.*/package.path = "kaitai_struct_lua_runtime\/?.lua" .. package.path/' solec.lua -${SED} -i -e 's/, self.payload_type//' solec.lua +${SED} -i -e 's/, self.type_payload//' solec.lua cat <<EOT >> solec.lua local tcp_port = DissectorTable.get("tcp.port") |
