]> git.ipfire.org Git - thirdparty/suricata.git/commit
use Packet test macro 433/head
authorEric Leblond <eric@regit.org>
Thu, 11 Jul 2013 09:52:54 +0000 (11:52 +0200)
committerEric Leblond <eric@regit.org>
Mon, 15 Jul 2013 08:57:33 +0000 (10:57 +0200)
commit0eaa720f50c1927bb828ca8e0fffbe65a18d126e
tree5c611eda025c1480fbf248a12865b3fb08914dfc
parent92f8d89544be1515bafd5e10d8560a304a2f7374
use Packet test macro

This patch updates the code to use Packet test macro instead of
direct test on action flag instead Packet structure. This fixes
the issues related to p->root->action being set and not detected
in tests.
13 files changed:
src/alert-prelude.c
src/alert-unified2-alert.c
src/decode.h
src/detect-detection-filter.c
src/detect-engine-alert.c
src/detect-threshold.c
src/detect.c
src/log-droplog.c
src/respond-reject.c
src/source-af-packet.c
src/source-ipfw.c
src/source-nfq.c
src/util-threshold-config.c