wireshark/plugins/gryphon/moduleinfo.h

18 lines
252 B
C

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