From c2d36ed261ac76685fa56c45eb831122af26febc Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Fri, 24 Apr 2020 10:28:06 +0200 Subject: [PATCH] fastlog: copyright year bump and remove stale comments --- src/alert-fastlog.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/alert-fastlog.c b/src/alert-fastlog.c index 7d955f307b..a9c539b3da 100644 --- a/src/alert-fastlog.c +++ b/src/alert-fastlog.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2014 Open Information Security Foundation +/* Copyright (C) 2007-2020 Open Information Security Foundation * * You can copy, redistribute or modify this Program under the terms of * the GNU General Public License version 2 as published by the Free @@ -22,9 +22,6 @@ * * Logs alerts in a line based text format compatible to Snort's * alert_fast format. - * - * \todo Support classifications - * \todo Support more than just IPv4/IPv6 TCP/UDP. */ #include "suricata-common.h"