everyone. I'm reading the Wireshark source code these days. After importing all wireshark sources into Source Insight 3.50.0072, I found that several .c files can't be parsed correctly. The left "Symbol Window" can't display the local symbols, with a error shows "Parse Too complex in Packet.c(epan)". The file size is not the cause, because many bigger files can be parsed correctly. Also I am using the Git tool to download the Wireshark source trunk and have sucessfully compiled it, so the code is ok. I have tried several versions of Source Insight. Unfortunately they share the same problem.
The web page of the epan/packet.c source code is: packet.c
The Tsharp.c file has the same problem with the symbol window. So I doubt if this is a bug of Source Insight? How to solve this? Thx.