]> git.ipfire.org Git - thirdparty/suricata.git/commit
no-detect: handle protocols that have no logger 796/head
authorVictor Julien <victor@inliniac.net>
Mon, 27 Jan 2014 13:36:15 +0000 (14:36 +0100)
committerVictor Julien <victor@inliniac.net>
Mon, 27 Jan 2014 13:36:15 +0000 (14:36 +0100)
commit3474c36b5433e12cf57b2753e4e3708d6dac6c28
tree76182be5c6ab0f1da549bfb0b1b32cba6bc650f3
parentf4872a2f08b64629287756b947a97c4f59aeac67
no-detect: handle protocols that have no logger

If a protocol parser is active without a logger when detection is
disabled, the transaction handling logic would fail. Now it will
return the proper tx id so we can clean up the complete transactions.
src/app-layer-parser.c