From: Victor Julien Date: Thu, 4 May 2023 04:47:25 +0000 (+0200) Subject: respond/reject: minor cleanups X-Git-Tag: suricata-7.0.0-rc2~295 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=adf0bef7f012bd08bf614cb7c3ed7ee1b7c8e0f5;p=thirdparty%2Fsuricata.git respond/reject: minor cleanups --- 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"