From 80c1907a3650bd7ce3486deaf8bfe03998cc53cf Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Fri, 1 Apr 2005 09:08:27 +0000 Subject: Rename "register_ethereal_tap()" to "register_tap_listener_cmd_arg()" as it's used to register a callback for a tap listener invoked if the specified command line argument is specified to the "-z" flag. Move it, along with routines to: look up a "-z" argument in the table constructed by "register_tap_listener_cmd_arg()" and either save the full argument to "-z" and the corresponding listener if it's found or return a failure indication if it isn't; list the available tap listeners; call the "init" routines for the tap listeners saved in the table above; and have Ethereal and Tethereal use those routines. svn path=/trunk/; revision=13993 --- gtk/rpc_progs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/rpc_progs.c') diff --git a/gtk/rpc_progs.c b/gtk/rpc_progs.c index f585c49070..9d674deb18 100644 --- a/gtk/rpc_progs.c +++ b/gtk/rpc_progs.c @@ -418,7 +418,7 @@ gtk_rpcprogs_cb(GtkWidget *w _U_, gpointer d _U_) void register_tap_listener_gtkrpcprogs(void) { - register_ethereal_tap("rpc,programs", gtk_rpcprogs_init); + register_tap_listener_cmd_arg("rpc,programs", gtk_rpcprogs_init); register_tap_menu_item("ONC-RPC Programs", REGISTER_TAP_GROUP_NONE, gtk_rpcprogs_cb, NULL, NULL, NULL); -- cgit v1.2.3