On Jul 20, 2010, at 11:30 PM, [email protected] wrote: > packet-tsrp-template.c(134) : error C2275: 'proto_item' : illegal use of this > type as an expression > ../..\epan\proto.h(269) : see declaration of 'proto_item'
Please read the "Portability" section of the "doc/README.developer" document in the Wireshark source, and then go through your code to make sure you're not doing *anything* that it says not to do. Not all compilers are GCC, and not all things that GCC accepts are accepted by all C compilers, including the Microsoft C compiler that's used for Wireshark on Windows. ___________________________________________________________________________ Sent via: Wireshark-dev mailing list <[email protected]> Archives: http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:[email protected]?subject=unsubscribe
