]> git.ipfire.org Git - thirdparty/suricata.git/commit
detect: use pflow pointer
authorVictor Julien <victor@inliniac.net>
Fri, 17 Jan 2014 13:58:14 +0000 (14:58 +0100)
committerVictor Julien <victor@inliniac.net>
Tue, 21 Jan 2014 15:18:17 +0000 (16:18 +0100)
commit54d64a12376ed91cc6ed57ed39f97ebabe11c8e0
tree3b0387a8d12418ad0424dce8b64df42fdf74243d
parent634eb1d35cfaddd6449276f52ec6e44f5127eee9
detect: use pflow pointer

Use pflow pointer in SigMatchSignatures consistently. Also, when
needing access to the ipproto, use p->proto, not p->flow->proto.
src/detect.c