From adf0bef7f012bd08bf614cb7c3ed7ee1b7c8e0f5 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Thu, 4 May 2023 06:47:25 +0200 Subject: [PATCH] respond/reject: minor cleanups --- src/respond-reject-libnet11.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/respond-reject-libnet11.c b/src/respond-reject-libnet11.c index 5feb9c4af6..db2b586338 100644 --- a/src/respond-reject-libnet11.c +++ b/src/respond-reject-libnet11.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2020 Open Information Security Foundation +/* Copyright (C) 2007-2023 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 @@ -28,8 +28,6 @@ * \todo come up with a way for users to specify icmp unreachable type * \todo Possibly default to port unreachable for UDP traffic this seems * to be the default in flexresp and iptables - * \todo implement ipv6 resets - * \todo implement pre-alloc resets for speed */ #include "suricata-common.h"