aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/gryphon/moduleinfo.h
AgeCommit message (Collapse)AuthorFilesLines
2013-07-06Add our license header to plugin moduleinfo.h files. Cleans up a batch ofEvan Huus1-0/+23
licensecheck warnings. svn path=/trunk/; revision=50407
2001-07-08Fixed the {tethereal,ethereal}_static targets so that theEd Warnicke1-1/+1
static binaries have the dissectors provided in the plugins available. svn path=/trunk/; revision=3665
2001-04-25Tvbuffify the Gryphon dissector.Guy Harris1-1/+1
Make all the routines for dissecting particular requests and responses static. svn path=/trunk/; revision=3380
2001-01-12Increment module version.Gilbert Ramirez1-1/+1
svn path=/trunk/; revision=2884
2000-01-08I finally got autoconf, automake, and the plugins to behave together.Gilbert Ramirez1-0/+17
The distro is buildable finally. I had to change "plugins/gryphon" from a separately configured (i.e., "./configure") package to a member of the main ethereal autoconf package so that PLUGIN_DIR could be passed to plugins/gryphon/Makefile.am. In doing so, I had to get rid of plugins/gryphon/config.h which had PACKAGE and VERSION #defined, the latter of which was actually used in packet-gryphon.c. So I moved those two #defines into a new file, plugins/gryphon/moduleinfo.h. svn path=/trunk/; revision=1438