aboutsummaryrefslogtreecommitdiffstats
path: root/tap-h225rassrt.c
diff options
context:
space:
mode:
Diffstat (limited to 'tap-h225rassrt.c')
-rw-r--r--tap-h225rassrt.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tap-h225rassrt.c b/tap-h225rassrt.c
index c4fc55c9fc..0bb9148fc7 100644
--- a/tap-h225rassrt.c
+++ b/tap-h225rassrt.c
@@ -37,6 +37,7 @@
#include "epan/packet_info.h"
#include <epan/tap.h>
#include "epan/value_string.h"
+#include "stat.h"
#include "register.h"
#include <epan/dissectors/packet-h225.h>
#include "timestats.h"
@@ -246,5 +247,5 @@ h225rassrt_init(const char *optarg)
void
register_tap_listener_h225rassrt(void)
{
- register_tap_listener_cmd_arg("h225,srt", h225rassrt_init);
+ register_stat_cmd_arg("h225,srt", h225rassrt_init);
}