is there a way to identify problematic code??
Hi,
I have added new messages to existing plugin code. When I go through the collected file, it is getting hung when I reach near to my message.
Is there any way to figure out reason for getting hung when cursor goes near to newly added packet code.
Is there anyway to debug wireshark plugin code by opening existing log file??
Thanks in advance
Can you clarify the following:
Hi,
yes, i am modifying a existing add on plugin C dissector. i have tried both attach/bring up wireshark using gdb, in both cases control was not reaching to the break point. in GUI window, whenever i go near to the requried packet in the captured log as i said GUI hungs but process ( wireshark status shows as Rl+ ).