aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/dcerpc_stat.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2002-11-06 10:53:36 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2002-11-06 10:53:36 +0000
commitb3e0a56390fdce140228692d9ad3389bfa71c876 (patch)
tree15aec5df6848a3bc189cae2e8a4ef9fc354f49f0 /gtk/dcerpc_stat.h
parentd4e632c5ea3e69eeb958582246ec185fb7832efc (diff)
First step in creating an API to register TAPs for use with ethereal instead of hardcoding them in main.c/menu.c
This adds functions to register the command line arguments to use the API in the same way as is done for tethereal. Later it may be extended to also register the GUI/Menu entry point to ethereal using this api but that iwll be later since the changes required to menu.c are not as intrusive as the main.c command line parsing ones were. Some of the latest changes (before this checkin) has made ethereal to produce lots of GTK errors when starting up the extension windows. They were there before this checking but will be investigated. svn path=/trunk/; revision=6566
Diffstat (limited to 'gtk/dcerpc_stat.h')
-rw-r--r--gtk/dcerpc_stat.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/dcerpc_stat.h b/gtk/dcerpc_stat.h
index 2767c0ad94..f07843d4f0 100644
--- a/gtk/dcerpc_stat.h
+++ b/gtk/dcerpc_stat.h
@@ -1,7 +1,7 @@
/* dcerpc_stat.h
* dcerpc_stat 2002 Ronnie Sahlberg
*
- * $Id: dcerpc_stat.h,v 1.1 2002/10/25 01:08:46 guy Exp $
+ * $Id: dcerpc_stat.h,v 1.2 2002/11/06 10:53:36 sahlberg Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -25,7 +25,6 @@
#ifndef __DCERPCSTAT_H__
#define __DCERPCSTAT_H__
-void gtk_dcerpcstat_init(e_uuid_t *uuid, int major, int minor, char *filter);
void gtk_dcerpcstat_cb(GtkWidget *w, gpointer d);
#endif