[Wireshark-dev] Ubuntu PPAs

2017-03-13 Thread Bálint Réczey
Hi, I have created a separate PPA for backported dependencies of Wireshark: https://launchpad.net/~wireshark-dev/+archive/ubuntu/wireshark-deps This would help people running internal builds of Wireshark. (Hi Anders, sorry for the delay ;-)) I plan removing the dependencies from the wireshark-de

[Wireshark-dev] Wireshark-dev: Re: Lua embedded into C++

2017-03-13 Thread Kunal Thakrar
Apologies, I assumed my previous email will link to the thread in February but it did not. My aim for my module is to create a web browser agnostic developer's tools, similar to Chrome and Firefox. When a user opens my module they will see all the current TCP conversations occurring on their s

Re: [Wireshark-dev] Lua embedded into C++

2017-03-13 Thread Kunal Thakrar
Hello again, Having used the wslua_state() function as a getter for the WSLua state, as you said Peter, it is not functioning as expected as the stack seems to not be reliable at all and is constantly changing and adding values making it almost impossible to pass tables from my scripts to my C