wireshark/epan
Guy Harris e8c75b74bf 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=2623
2000-11-12 21:20:50 +00:00
..
.cvsignore Added some autoconf- and automake-generated files to .cvsignore. 2000-10-27 02:11:09 +00:00
AUTHORS Give libethereal its own configuration file, and have that configuration 2000-10-16 23:18:05 +00:00
ChangeLog Give libethereal its own configuration file, and have that configuration 2000-10-16 23:18:05 +00:00
Makefile.am There's no "exception.h" header file in "epan", but there is 2000-10-19 07:18:19 +00:00
Makefile.nmake Make the top-level "config.h.win32" more closely resemble the top-level 2000-10-17 09:25:37 +00:00
NEWS Give libethereal its own configuration file, and have that configuration 2000-10-16 23:18:05 +00:00
README Give libethereal its own configuration file, and have that configuration 2000-10-16 23:18:05 +00:00
acconfig.h Give libethereal its own configuration file, and have that configuration 2000-10-16 23:18:05 +00:00
config.h.win32 Get rid of extra declaration of HAVE_DIRECT_H; one is enough. 2000-10-18 09:34:10 +00:00
configure.in Do checks for platform-specific compiler flags in the libethereal and 2000-10-17 07:30:35 +00:00
conversation.c Wildcard matching is tricky - you have to try wildcarding both the 2000-10-21 09:54:12 +00:00
conversation.h Wildcard matching is tricky - you have to try wildcarding both the 2000-10-21 09:54:12 +00:00
dfilter-grammar.y First step in moving core Ethereal routines to libepan. 2000-09-27 04:55:05 +00:00
dfilter-int.h First step in moving core Ethereal routines to libepan. 2000-09-27 04:55:05 +00:00
dfilter-scanner.l First step in moving core Ethereal routines to libepan. 2000-09-27 04:55:05 +00:00
dfilter.c More EPAN-related code movements. Get rid of usage of #include "globals.h" 2000-09-28 03:16:29 +00:00
dfilter.h First step in moving core Ethereal routines to libepan. 2000-09-27 04:55:05 +00:00
epan.c Give libethereal its own configuration file, and have that configuration 2000-10-16 23:18:05 +00:00
epan.h Give libethereal its own configuration file, and have that configuration 2000-10-16 23:18:05 +00:00
except.c First step in moving core Ethereal routines to libepan. 2000-09-27 04:55:05 +00:00
except.h First step in moving core Ethereal routines to libepan. 2000-09-27 04:55:05 +00:00
exceptions.h First step in moving core Ethereal routines to libepan. 2000-09-27 04:55:05 +00:00
filesystem.c Fix it to build on Windows. 2000-10-11 07:35:02 +00:00
filesystem.h More EPAN-related code movements. Get rid of usage of #include "globals.h" 2000-09-28 03:16:29 +00:00
inet_aton.c Move inet_*.[ch] files to epan. 2000-10-14 04:31:26 +00:00
inet_aton.h Move inet_*.[ch] files to epan. 2000-10-14 04:31:26 +00:00
inet_ntop.c Move inet_*.[ch] files to epan. 2000-10-14 04:31:26 +00:00
inet_pton.c Move inet_*.[ch] files to epan. 2000-10-14 04:31:26 +00:00
inet_v6defs.h Move inet_*.[ch] files to epan. 2000-10-14 04:31:26 +00:00
ipv4.c Simple code movement. 2000-09-28 03:52:12 +00:00
ipv4.h Simple code movement. 2000-09-28 03:52:12 +00:00
packet.c Add a fourth choice of time format in the packet list display, which 2000-11-01 08:31:36 +00:00
packet.h Add a fourth choice of time format in the packet list display, which 2000-11-01 08:31:36 +00:00
pint.h Get rid of the definitions of LITTLE_ENDIAN and BIG_ENDIAN in 2000-11-11 10:23:43 +00:00
plugins.c Add a Makefile.nmake for the MGCP plugin, and update 2000-11-12 21:20:50 +00:00
plugins.h Give libethereal its own configuration file, and have that configuration 2000-10-16 23:18:05 +00:00
proto.c Corrected BASE_OCT support for display formats. Note - it probably isn't 2000-11-03 17:26:47 +00:00
proto.h First step in moving core Ethereal routines to libepan. 2000-09-27 04:55:05 +00:00
resolv.c Move the declaration of "g_resolving_actif" from the top-level 2000-10-19 22:59:24 +00:00
resolv.h Move the declaration of "g_resolving_actif" from the top-level 2000-10-19 22:59:24 +00:00
strutil.c Tvbuffify the SAP and SDP dissectors. 2000-11-10 06:50:37 +00:00
strutil.h Tvbuffify the SAP and SDP dissectors. 2000-11-10 06:50:37 +00:00
tvbtest.c First step in moving core Ethereal routines to libepan. 2000-09-27 04:55:05 +00:00
tvbuff.c Make "tvb_find_line_end()" and "tvb_find_line_end_unquoted()" treat CR 2000-11-12 00:59:09 +00:00
tvbuff.h Make the string-to-compare-with arguments to "tvb_strneql()" and 2000-11-11 19:55:48 +00:00

README

$Id: README,v 1.1 2000/10/16 23:17:39 guy Exp $

XXX - put something here