Re: [Wireshark-dev] Luacov with Wireshark Lua dissector plugin

2018-02-04 Thread Shakthi Kannan
nment works: local name = "@dissector.lua" local prefixed_name = string.match(name, "^@(.*)") I am not sure why debug module or function is used to retrieve the path to the Wireshark Lua plugin. Wil

Re: [Wireshark-dev] Luacov with Wireshark Lua dissector plugin

2018-02-01 Thread Shakthi Kannan
g the 'debug' function instead of the 'debug' module. How can this be resolved? Thanks! SK -- Shakthi Kannan http://www.shakthimaan.com ___ Sent via:Wireshark-dev mailing list <wireshark-dev@wireshark.org> Archives:https

[Wireshark-dev] Luacov with Wireshark Lua dissector plugin

2018-01-29 Thread Shakthi Kannan
://stackoverflow.com/questions/36638393/how-to-perform-code-coverage-test-for-wireshark-lua-dissector Luarocks has been used to install Luacov. Appreciate your inputs in this regard. Thanks! SK -- Shakthi Kannan http://www.shakthimaan.com