nicolaka / netshoot

a Docker + Kubernetes network trouble-shooting swiss-army container
Apache License 2.0
8.74k stars 980 forks source link

tshark: add lua support? #168

Open ssproessig-thales opened 2 months ago

ssproessig-thales commented 2 months ago

I wonder if it was possible to add tshark support for lua scripting in the image?

c0e553b7e5b7  ~  tshark -i eth0 -Y 'tcp.port==19983' -X lua_script:/netshoot/my_prot.lua
tshark: This version of TShark was not built with support for Lua scripting.
nicolaka commented 1 month ago

do you know what version of tshark supports lua scripting @ssproessig-thales ?