Bug#702536: tshark: Lua support broken

2013-03-07 Thread Bálint Réczey
Hi Josh, Lua support is disabled by default in 1.2.11-6... /etc/wireshark/init.lua: ... -- Lua is disabled by default, comment out the following line to enable Lua support. disable_lua = true; do return end; ... After commenting out the second line hello.lua gets executed: user@host:~$ tshark -X

Bug#702536: tshark: Lua support broken

2013-03-07 Thread josh.end...@gmail.com
Package: tshark Version: 1.2.11-6+squeeze9 Severity: normal I believe the stable release of tshark to have dysfunctional Lua support. The expected behavior is to see the output of the Lua script. Instead, nothing is printed. It should be noted that the 1.8.2-2 on 7.0 handles this appropriately. F