]> git.ipfire.org Git - thirdparty/suricata.git/commit
app-layer: update protocol detection tests 1444/head
authorVictor Julien <victor@inliniac.net>
Thu, 23 Apr 2015 07:53:20 +0000 (09:53 +0200)
committerVictor Julien <victor@inliniac.net>
Thu, 23 Apr 2015 10:43:57 +0000 (12:43 +0200)
commit915eb992cafa68af04addc039da273603e457255
treef2078bdb4505da5671c3fa612611f1b8d8cfda67
parent48971afdfb8f8400956a9f11867005ef8e0ad470
app-layer: update protocol detection tests

AppLayerTest09, AppLayerTest10 and AppLayerTest11 depended on a max
protocol detection pattern size of < 17. Update the tests to pass one
extra byte to the app layer. This makes the protocol detection code
flag the session as 'proto detection completed' again.
src/app-layer.c