]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
detect: minor comment cleanup
authorVictor Julien <victor@inliniac.net>
Mon, 23 Oct 2017 09:46:18 +0000 (11:46 +0200)
committerVictor Julien <victor@inliniac.net>
Fri, 24 Nov 2017 09:14:36 +0000 (10:14 +0100)
src/detect.h

index e11c5d7324c15baec6c09432ab5e46f12c3ca43e..387caccbfed69116a981381397727f8aa789a0e2 100644 (file)
@@ -79,10 +79,6 @@ struct SCSigSignatureWrapper_;
 
 */
 
-/*
- * DETECT ADDRESS
- */
-
 /* holds the values for different possible lists in struct Signature.
  * These codes are access points to particular lists in the array
  * Signature->sm_lists[DETECT_SM_LIST_MAX]. */
@@ -115,6 +111,10 @@ enum DetectSigmatchListEnum {
  * file_data */
 #define DETECT_SM_LIST_NOTSET INT_MAX
 
+/*
+ * DETECT ADDRESS
+ */
+
 /* a is ... than b */
 enum {
     ADDRESS_ER = -1, /**< error e.g. compare ipv4 and ipv6 */