detect: remove misleading comment

The comment seems to have come from the enum for addresses where IPv4
and IPv6 matters.
pull/9964/head
Shivani Bhardwaj 1 year ago committed by Victor Julien
parent 8960a86f4f
commit 77eb85e224

@ -193,7 +193,7 @@ typedef struct DetectMatchAddressIPv6_ {
/* a is ... than b */
enum {
PORT_ER = -1, /* error e.g. compare ipv4 and ipv6 */
PORT_ER = -1, /* error */
PORT_LT, /* smaller [aaa] [bbb] */
PORT_LE, /* smaller with overlap [aa[bab]bb] */
PORT_EQ, /* exactly equal [abababab] */

Loading…
Cancel
Save