From 0cc1545d05be6f655c950904b1da776190f3af16 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Mon, 2 Dec 2013 08:30:29 +0000 Subject: Move most of the plugin code from epan to wsutil and remove all knowledge of particular types of plugins. Instead, let particular types of plugins register with the common plugin code, giving a name and a routine to recognize that type of plugin. In particular applications, only process the relevant plugin types. Add a Makefile.common to the codecs directory. svn path=/trunk/; revision=53710 --- dftest.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'dftest.c') diff --git a/dftest.c b/dftest.c index 3192d3e9f8..d4f4cdf251 100644 --- a/dftest.c +++ b/dftest.c @@ -31,15 +31,17 @@ #include #include -#include +#include #include -#include +#include +#include + +#include #include #include -#include + #include "ui/util.h" -#include "epan/dfilter/dfilter.h" #include "register.h" static void failure_message(const char *msg_format, va_list ap); -- cgit v1.2.1