split some parts of the packet counting functions into their own files capture_info...
[metze/wireshark/wip.git] / tap-httpstat.c
index 6d4db1306376273d73cc79acb18daf29f19efc24..e957588b0d06068fec460755de4e5ac922ed4318 100644 (file)
@@ -32,6 +32,7 @@
 #include "epan/packet_info.h"
 #include "epan/value_string.h"
 #include <epan/tap.h>
+#include <epan/stat_cmd_args.h>
 #include "register.h"
 #include <epan/dissectors/packet-http.h>
 
@@ -325,5 +326,5 @@ gtk_httpstat_init(const char *optarg)
 void
 register_tap_listener_gtkhttpstat(void)
 {
-       register_tap_listener_cmd_arg("http,stat,", gtk_httpstat_init);
+       register_stat_cmd_arg("http,stat,", gtk_httpstat_init);
 }