From 1b08615a1ebee6c05a4eae2c8ab2d592cc8a8bf1 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Mon, 23 Oct 2017 11:46:18 +0200 Subject: [PATCH] detect: minor comment cleanup --- src/detect.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/detect.h b/src/detect.h index e11c5d7324..387caccbfe 100644 --- a/src/detect.h +++ b/src/detect.h @@ -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 */ -- 2.47.2