]> git.ipfire.org Git - thirdparty/suricata.git/commit
signature: rename num to iid
authorShivani Bhardwaj <shivani@oisf.net>
Fri, 9 May 2025 05:30:20 +0000 (11:00 +0530)
committerVictor Julien <victor@inliniac.net>
Sat, 10 May 2025 01:09:49 +0000 (03:09 +0200)
commit623229728d8463e9a652b4ddaa0fddf2210987c8
tree3463c743f7a837495fc3ea8e5e92769b2ff557b4
parentfd7bd9c200e67b4038223ab73603e2b3871ce4e2
signature: rename num to iid

to signify that it refers to the internal ID of the signature and
distinguish it from the "id" param that signifies the "sid" specified in
a rule.
15 files changed:
src/decode.h
src/detect-engine-alert.c
src/detect-engine-build.c
src/detect-engine-iponly.c
src/detect-engine-mpm.c
src/detect-engine-prefilter-common.c
src/detect-engine-prefilter.c
src/detect-engine-siggroup.c
src/detect-engine-sigorder.c
src/detect-engine-state.c
src/detect-flowbits.c
src/detect-parse.c
src/detect.c
src/detect.h
src/util-threshold-config.c