]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
af-packet: remove years old todos
authorEric Leblond <eric@regit.org>
Fri, 12 Oct 2018 17:34:43 +0000 (19:34 +0200)
committerEric Leblond <eric@regit.org>
Mon, 3 Dec 2018 16:46:33 +0000 (17:46 +0100)
src/source-af-packet.c

index 2551abeceb6e3dbe9273288362f9f0dcc7b8b5b1..85fcbaf1aa98e7a88355cc2a9706db559ac10e81 100644 (file)
@@ -28,8 +28,6 @@
  *
  * AF_PACKET socket acquisition support
  *
- * \todo watch other interface event to detect suppression of the monitored
- *       interface
  */
 
 #define PCAP_DONT_INCLUDE_PCAP_BPF_H 1
@@ -133,7 +131,6 @@ void TmModuleReceiveAFPRegister (void)
 
 /**
  * \brief Registration Function for DecodeAFP.
- * \todo Unit tests are needed for this module.
  */
 void TmModuleDecodeAFPRegister (void)
 {