From: Victor Julien Date: Mon, 23 Oct 2017 09:46:18 +0000 (+0200) Subject: detect: minor comment cleanup X-Git-Tag: suricata-4.1.0-beta1~551 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b08615a1ebee6c05a4eae2c8ab2d592cc8a8bf1;p=thirdparty%2Fsuricata.git detect: minor comment cleanup --- 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 */