Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 1311] Plugin system not C++ friendly

Date: Thu, 18 Jan 2007 10:56:31 +0000 (GMT)
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1311





------- Comment #2 from gjc@xxxxxxxxxxxxx  2007-01-18 10:56 GMT -------
> extern "C" {
> #include <epan/packet.h>
> }

This works, of course, but it's common practice to have header files do this by
themselves when being compiled by a C++ compiler.  See for instance any glib or
gtk+ header file.


-- 
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.