summaryrefslogtreecommitdiff
path: root/plugins/plugin_api.c
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2001-11-21 23:34:09 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2001-11-21 23:34:09 +0000
commita07ec65cce2d9a2d34aeb8fc43c1e32e19309598 (patch)
treee6729e61a48f93177183c7989f4c39e2cbb9c602 /plugins/plugin_api.c
parent8743a4a8a7613095d833e380744a358b7074b0c8 (diff)
downloadwireshark-a07ec65cce2d9a2d34aeb8fc43c1e32e19309598.tar.gz
Remove the pointer to the global packet_info from the table of
pointers used for plugins on win32. svn path=/trunk/; revision=4247
Diffstat (limited to 'plugins/plugin_api.c')
-rw-r--r--plugins/plugin_api.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/plugin_api.c b/plugins/plugin_api.c
index f5831f7c5b..6cc082d04e 100644
--- a/plugins/plugin_api.c
+++ b/plugins/plugin_api.c
@@ -1,7 +1,7 @@
/* plugin_api.c
* Routines for Ethereal plugins.
*
- * $Id: plugin_api.c,v 1.27 2001/11/13 23:55:40 gram Exp $
+ * $Id: plugin_api.c,v 1.28 2001/11/21 23:34:09 gram Exp $
*
* Ethereal - Network traffic analyzer
* Copyright 2000 by Gilbert Ramirez <gram@alumni.rice.edu>
@@ -31,8 +31,6 @@
#include "plugin_api.h"
-packet_info *p_pi = NULL;
-
void
plugin_address_table_init(plugin_address_table_t *pat)
{