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

2018-02-04 Thread Shakthi Kannan
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. Will check with the Luacov author. Thanks for your reply. Appreciate it! SK -- S

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

2018-02-01 Thread Shakthi Kannan
king 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 Archives:http

[Wireshark-dev] Luacov with Wireshark Lua dissector plugin

2018-01-29 Thread Shakthi Kannan
https://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.shakthimaa