wireshark/plugins/gryphon/moduleinfo.h
Ed Warnicke de98ec2efa Fixed the {tethereal,ethereal}_static targets so that the
static binaries have the dissectors provided in the plugins available.

svn path=/trunk/; revision=3665
2001-07-08 21:51:34 +00:00

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"