mdavidsaver / cashark

Wireshark dissector plugin for EPICS protocols
Other
24 stars 11 forks source link

ca.lua "too complex" #10

Open mdavidsaver opened 3 years ago

mdavidsaver commented 3 years ago

Apparently some versions/builds for Lua have a limited stack size which is exceeded by the many local variables in ca.lua. This manifests with a ... function or expression too complex ... error. This is now my personal favorite "error" message!