Move wslua_plugin_list to epan/plugins.c, that should fix the Solaris builds finally.

svn path=/trunk/; revision=35167
This commit is contained in:
Balint Reczey 2010-12-10 10:37:03 +00:00
parent 8867ada0f8
commit 0e9ed5ecf0
2 changed files with 3 additions and 1 deletions

View File

@ -57,6 +57,9 @@
/* linked list of all plugins */
plugin *plugin_list = NULL;
/* linked list of Lua plugins */
wslua_plugin *wslua_plugin_list = NULL;
/*
* add a new plugin to the list
* returns :

View File

@ -43,7 +43,6 @@ struct _wslua_treeitem* lua_tree;
tvbuff_t* lua_tvb;
int lua_malformed;
int lua_dissectors_table_ref;
wslua_plugin *wslua_plugin_list = NULL;
dissector_handle_t lua_data_handle;