aboutsummaryrefslogtreecommitdiffstats
path: root/tap-funnel.c
diff options
context:
space:
mode:
authorlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>2006-09-27 17:12:42 +0000
committerlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>2006-09-27 17:12:42 +0000
commit40b5dc01b4fcf3d5a7670cf87328240af61ea0e2 (patch)
tree21aaca41aab6c93abea5ea9532f92244ddf88bbe /tap-funnel.c
parente67c0dba1694b23ea1fa7f968b4400b859c3ebd6 (diff)
* rename REGISTER_STAT_GROUP_E -> register_stat_group_t
* Add a "Tools" menu * allow wslua's register_menu to register menu items into more menus git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19338 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'tap-funnel.c')
-rw-r--r--tap-funnel.c27
1 files changed, 25 insertions, 2 deletions
diff --git a/tap-funnel.c b/tap-funnel.c
index 490a558a22..10711afc0c 100644
--- a/tap-funnel.c
+++ b/tap-funnel.c
@@ -1,6 +1,29 @@
/*
* tap-funnel.c
- *
+ *
+ * EPAN's GUI mini-API
+ *
+ * (c) 2006, Luis E. Garcia Ontanon <luis.ontanon@gmail.com>
+ *
+ * $Id$
+ *
+ * Wireshark - Network traffic analyzer
+ * By Gerald Combs <gerald@wireshark.org>
+ * Copyright 1998 Gerald Combs
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
@@ -126,7 +149,7 @@ static void init_funnel_cmd(const char *optarg, void* data ) {
}
static void register_menu_cb(const char *name,
- REGISTER_STAT_GROUP_E group _U_,
+ register_stat_group_t group _U_,
void (*callback)(gpointer),
gpointer callback_data,
gboolean retap _U_) {