aboutsummaryrefslogtreecommitdiffstats
path: root/tap-sctpchunkstat.c
diff options
context:
space:
mode:
Diffstat (limited to 'tap-sctpchunkstat.c')
-rw-r--r--tap-sctpchunkstat.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tap-sctpchunkstat.c b/tap-sctpchunkstat.c
index 5730395d0a..fcb8285240 100644
--- a/tap-sctpchunkstat.c
+++ b/tap-sctpchunkstat.c
@@ -39,7 +39,6 @@
#include <epan/tap.h>
#include <epan/stat_cmd_args.h>
#include "epan/value_string.h"
-#include "register.h"
#include <epan/dissectors/packet-sctp.h>
#include <epan/to_str.h>
@@ -105,7 +104,7 @@ sctpstat_reset(void *phs)
}
-static sctp_ep_t*
+static sctp_ep_t*
alloc_sctp_ep(const struct _sctp_info *si)
{
sctp_ep_t* ep;