From b2807e2ab65c7c96b38c4b08b4b491986719378a Mon Sep 17 00:00:00 2001 From: Guy Harris 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 . svn path=/trunk/; revision=15427 --- tap-sctpchunkstat.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tap-sctpchunkstat.c') diff --git a/tap-sctpchunkstat.c b/tap-sctpchunkstat.c index 5d60ccbab9..9fb7d114ae 100644 --- a/tap-sctpchunkstat.c +++ b/tap-sctpchunkstat.c @@ -38,6 +38,7 @@ #include "epan/addr_resolv.h" #include #include "epan/value_string.h" +#include "stat.h" #include "register.h" #include @@ -256,5 +257,5 @@ sctpstat_init(const char *optarg) void register_tap_listener_sctpstat(void) { - register_tap_listener_cmd_arg("sctp,stat", sctpstat_init); + register_stat_cmd_arg("sctp,stat", sctpstat_init); } -- cgit v1.2.3