]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
fuzz: fix typo in comment
authorPhilippe Antoine <contact@catenacyber.fr>
Tue, 2 Feb 2021 10:07:13 +0000 (11:07 +0100)
committerVictor Julien <victor@inliniac.net>
Sat, 20 Feb 2021 14:55:12 +0000 (15:55 +0100)
src/tests/fuzz/fuzz_applayerparserparse.c
src/tests/fuzz/fuzz_decodepcapfile.c
src/tests/fuzz/fuzz_sigpcap.c

index 06a8ad4e8befafd9fc10650102021a7193866d26..11498be535e2ef28d1259869262c5a0c2e87bb7a 100644 (file)
@@ -1,10 +1,9 @@
 /**
  * @file
  * @author Philippe Antoine <contact@catenacyber.fr>
- * fuzz target for AppLayerProtoDetectGetProto
+ * fuzz target for AppLayerParserParse
  */
 
-
 #include "suricata-common.h"
 #include "app-layer-detect-proto.h"
 #include "flow-util.h"
index 0a6b1c11c62b691960e56aaa131fd6fe541208b6..c0c5ae4e524853d98858570f34cde4b7a8c07955 100644 (file)
@@ -1,7 +1,7 @@
 /**
  * @file
  * @author Philippe Antoine <contact@catenacyber.fr>
- * fuzz target for AppLayerProtoDetectGetProto
+ * fuzz target for TMM_DECODEPCAPFILE
  */
 
 #include "suricata-common.h"
index e964f3896892a2fb17933f617913890586d4bde0..d177c7c09d7fd0793d8ea9deacb8bbbea11aa58d 100644 (file)
@@ -1,7 +1,7 @@
 /**
  * @file
  * @author Philippe Antoine <contact@catenacyber.fr>
- * fuzz target for AppLayerProtoDetectGetProto
+ * fuzz target for signature file and pcap file
  */
 
 #include "suricata-common.h"