summaryrefslogtreecommitdiffstats
path: root/build_spec.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build_spec.sh')
-rwxr-xr-xbuild_spec.sh2
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")