How to debug wireshark plugin using gdb

北慕城南 提交于 2019-12-25 02:39:11

问题


I have a wireshark plugin built successfully with wireshark 1.10.3 APIs. I have then installed wireshark 1.10.3 on ubuntu 13.04 using apt-get. I have generated a .so file for my plugin and copied it into the correct directory. While trying to load the wireshark I get an undefined sylmbol error. If I change the API I get a build error. I am quite sure that I am using the right API. How do I debug this problem? Can GDB help me in any way?

Thanks

来源:https://stackoverflow.com/questions/20323798/how-to-debug-wireshark-plugin-using-gdb

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!