From f13dfe879ee91521554b70b7afb07a3bc0bd0ab8 Mon Sep 17 00:00:00 2001 From: guy Date: Fri, 19 Aug 2005 09:29:41 +0000 Subject: Move the APIs for registering and processing "-z" command-line arguments and "Statistics" menu items into "stat.h" and "stat.c", to separate them from the core tapping APIs. A tap could conceivably not register as a "-z" command-line argument or "Statistics" menu item, and a stat could conceivably not be implemented as a tap, and dissectors that implement tapping points don't need the UI-related stuff from "stat.h", they just want the tap-related stuff in . git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15427 f5534014-38df-0310-8fa8-9805f1628bb7 --- tap-mgcpstat.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tap-mgcpstat.c') diff --git a/tap-mgcpstat.c b/tap-mgcpstat.c index bb38620bb1..9f01a523f7 100644 --- a/tap-mgcpstat.c +++ b/tap-mgcpstat.c @@ -36,6 +36,7 @@ #include "epan/packet_info.h" #include #include "epan/value_string.h" +#include "stat.h" #include "register.h" #include "plugins/mgcp/packet-mgcp.h" #include "timestats.h" @@ -234,7 +235,7 @@ register_tap_listener_mgcpstat(void) { /* We don't register this tap, if we don't have the mgcp plugin loaded.*/ if (find_tap_id("mgcp")) { - register_tap_listener_cmd_arg("mgcp,rtd", mgcpstat_init); + register_stat_cmd_arg("mgcp,rtd", mgcpstat_init); } } -- cgit v1.2.3