]> git.ipfire.org Git - thirdparty/suricata.git/commit
lua: fix http.request_line 1127/head
authorVictor Julien <victor@inliniac.net>
Thu, 18 Sep 2014 15:02:47 +0000 (17:02 +0200)
committerVictor Julien <victor@inliniac.net>
Fri, 19 Sep 2014 08:47:41 +0000 (10:47 +0200)
commit0b559b0f2fdc8c32fd9aa10cd75e5db6083458d3
treebdcd59da92e5d93f7c480ca4e26e093b915398f3
parent239a96d5d791b6f6b97b90b7824e76a2dcdf8b93
lua: fix http.request_line

The request line scripts were added to the AMATCH list. However, there
is not AppLayerMatch function defined for lua scripts. So scripts
would not run.

This patch adds the request line scripts to the normal 'MATCH' list.

Bug #1273.
src/detect-luajit.c