diff options
author | Gilbert Ramirez <gram@alumni.rice.edu> | 2001-11-21 23:34:09 +0000 |
---|---|---|
committer | Gilbert Ramirez <gram@alumni.rice.edu> | 2001-11-21 23:34:09 +0000 |
commit | a07ec65cce2d9a2d34aeb8fc43c1e32e19309598 (patch) | |
tree | e6729e61a48f93177183c7989f4c39e2cbb9c602 /epan/plugins.c | |
parent | 8743a4a8a7613095d833e380744a358b7074b0c8 (diff) | |
download | wireshark-a07ec65cce2d9a2d34aeb8fc43c1e32e19309598.tar.gz wireshark-a07ec65cce2d9a2d34aeb8fc43c1e32e19309598.tar.bz2 wireshark-a07ec65cce2d9a2d34aeb8fc43c1e32e19309598.zip |
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 'epan/plugins.c')
-rw-r--r-- | epan/plugins.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/epan/plugins.c b/epan/plugins.c index 0ca3d16b74..c4e58374ca 100644 --- a/epan/plugins.c +++ b/epan/plugins.c @@ -1,7 +1,7 @@ /* plugins.c * plugin routines * - * $Id: plugins.c,v 1.40 2001/11/04 22:14:42 guy Exp $ + * $Id: plugins.c,v 1.41 2001/11/21 23:34:08 gram Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@ethereal.com> @@ -284,8 +284,6 @@ init_plugins(const char *plugin_dir) { #ifdef PLUGINS_NEED_ADDRESS_TABLE /* Intialize address table */ - patable.p_pi = π - patable.p_check_col = check_col; patable.p_col_clear = col_clear; patable.p_col_add_fstr = col_add_fstr; |