In 1.8.5, for custom Wimax-btsbts interface, wireshark crashes upon clicking on any of the field. Help. asked 27 Sep '13, 02:28 sunshine
Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.
|
Can we have crash message ?
Upon debugging through Visual C++,following error msg is dispalyed :
"Unhandled exception at 0x77c478ac in wireshark.exe: 0xC0000005: Access violation reading location 0x00000003."
Call stack location is somewhere in msvcrt.dll
custom Wimax-btsbts interface is it crashing when clicking fields dissected by the custom disector or any field? If the former it's probably a bug in the custom dissector. Probably something with the ett variables.
Crashing occurs only upon clicking on the fields dissected by custom-dissector. I did check the ett variables thing, couldnt find any issue.
Can you show us the code where you create the sub tree?
ti = proto_tree_add_protocol_format(ptree, proto_btsBts, tvb, offset, -1, "btsBts"); btsbts_tree = proto_item_add_subtree(ti, ett_btsbts_eap);