aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/plugin_table.h
diff options
context:
space:
mode:
authorgram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>2001-11-21 23:34:09 +0000
committergram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>2001-11-21 23:34:09 +0000
commitd57ba2db1fe6e41d8dbaf303599b925c566ec83e (patch)
treee6729e61a48f93177183c7989f4c39e2cbb9c602 /plugins/plugin_table.h
parent7d2a77c6cd3d4c7f658b70ab7e0367080d25cd10 (diff)
Remove the pointer to the global packet_info from the table of
pointers used for plugins on win32. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4247 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'plugins/plugin_table.h')
-rw-r--r--plugins/plugin_table.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/plugin_table.h b/plugins/plugin_table.h
index 5c3c02cf2c..17ef80a890 100644
--- a/plugins/plugin_table.h
+++ b/plugins/plugin_table.h
@@ -1,7 +1,7 @@
/* plugin_table.h
* Table of exported addresses for Ethereal plugins.
*
- * $Id: plugin_table.h,v 1.31 2001/11/13 23:55:40 gram Exp $
+ * $Id: plugin_table.h,v 1.32 2001/11/21 23:34:09 gram Exp $
*
* Ethereal - Network traffic analyzer
* Copyright 2000 by Gilbert Ramirez <gram@alumni.rice.edu>
@@ -205,7 +205,6 @@ typedef guint32 (*addr_get_CDR_wstring)(tvbuff_t *, gchar **, int *, gboolean,
int, MessageHeader *);
typedef struct {
- packet_info *p_pi;
addr_check_col p_check_col;
addr_col_clear p_col_clear;