http://wiki.wireshark.org/Development/Tips Above link shows how can we use printf to debug in console. But i am not able to see console in linux. Please help. asked 12 Mar '13, 23:42 yogeshg |
One Answer:
Open a console, launch Wireshark from it, see the console output. Try this on your fresh build:
or with gdb:
These env vars only tweak Wireshark into knowing it runs from the build directory and spew a lot of MIB parsing output. No need for them other than to showcase the console output. answered 13 Mar '13, 00:05 Jaap ♦ |
I mean , should proto_tree_add_debug_text display in gdb output ?