aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/docsis/packet-dsaack.c
diff options
context:
space:
mode:
authorlroland <lroland@f5534014-38df-0310-8fa8-9805f1628bb7>2005-03-05 06:28:10 +0000
committerlroland <lroland@f5534014-38df-0310-8fa8-9805f1628bb7>2005-03-05 06:28:10 +0000
commitca98965cb485a9a167d5915327e82dc7f0eb71f5 (patch)
treeac2c8b87fdd4dc989c3ef1d3b646f7700ba7626c /plugins/docsis/packet-dsaack.c
parentf58c4ab7c2a03a15d1506dfbb8db58fcdb9b559a (diff)
Preparations for dropping the old plugin api.
Introduce a new init routine for plugins, which does not take the plugin api table as an argument and allows etheral to distinguish between plugins using the old and the new api. Update README.plugins accordingly Change all g_warnings() in epan/plugins.c to report_failue(). On windows we do not have a log console open while loading the plugins, because a log console cannot be opened before the prefs have been read. Thus g_warnings() does not work for reporting problems with plugins. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13596 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'plugins/docsis/packet-dsaack.c')
-rw-r--r--plugins/docsis/packet-dsaack.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/docsis/packet-dsaack.c b/plugins/docsis/packet-dsaack.c
index 16f5581ea9..e20c9afc09 100644
--- a/plugins/docsis/packet-dsaack.c
+++ b/plugins/docsis/packet-dsaack.c
@@ -27,8 +27,6 @@
# include "config.h"
#endif
-#include "plugins/plugin_api.h"
-#include "plugins/plugin_api_defs.h"
#include "moduleinfo.h"
#include <stdio.h>