wireshark/plugins/opcua/moduleinfo.h
Jaap Keuter 8ecf459611 From Gerhard Gappmeier:
This patch updates the plugin to fit the released OPCUA protocol version.

svn path=/trunk/; revision=27974
2009-04-06 18:30:04 +00:00

18 lines
250 B
C

/* Included *after* config.h, in order to re-define these macros */
#ifdef PACKAGE
#undef PACKAGE
#endif
/* Name of package */
#define PACKAGE "opcua"
#ifdef VERSION
#undef VERSION
#endif
/* Version number of package */
#define VERSION "1.0.0"