wireshark/plugins
Guy Harris 5694059e97 Add a Makefile.nmake for the MGCP plugin, and update
"plugins/Makefile.nmake" to build that plugin.

Add to the table of routines callable from plugins
"old_dissector_add()", "old_dissect_data()", and
"proto_is_protocol_enabled()", so that the Gryphon dissector can build
on Windows.

Move the includes of "plugins/plugin_api.h" and "moduleinfo.h" before
all the other includes, except for "config.h", in "plugin-mgcp.c", to
match what the Gryphon dissector does; "plugins_api.h" must be included
before any of the routines whose names it #defines in order for the
plugin to build on Windows.  (It still doesn't build on Windows, as
still more routines need to be added to the table of routines callable
from plugins, but tomorrow is another day.  Making libethereal a DLL may
obviate the need for that table, *if* all the routines called from a
plugin are in libethereal, as I think routines in a DLL, even a
run-time-loaded DLL, can call routines from another DLL as long as those
routines are exported from the other DLL.)

svn path=/trunk/; revision=2622
2000-11-12 11:08:46 +00:00
..
gryphon "plugin_reg_handoff()" is a symbol in the plugin that Ethereal has to 2000-11-06 08:44:05 +00:00
mgcp Add a Makefile.nmake for the MGCP plugin, and update 2000-11-12 11:08:46 +00:00
.cvsignore Updated to ignore Win32 detritus 2000-09-13 22:03:52 +00:00
Makefile.am Add MGCP dissector plugin from Ed Warnicke <hagbard@physics.rutgers.edu>. 2000-11-09 10:04:48 +00:00
Makefile.nmake Add a Makefile.nmake for the MGCP plugin, and update 2000-11-12 11:08:46 +00:00
plugin_api.c Add a Makefile.nmake for the MGCP plugin, and update 2000-11-12 11:08:46 +00:00
plugin_api.h Add a Makefile.nmake for the MGCP plugin, and update 2000-11-12 11:08:46 +00:00
plugin_table.h Add a Makefile.nmake for the MGCP plugin, and update 2000-11-12 11:08:46 +00:00