]> git.ipfire.org Git - thirdparty/suricata.git/commit
bytejump: don't print errors when matching
authorVictor Julien <victor@inliniac.net>
Mon, 6 Mar 2017 09:54:57 +0000 (10:54 +0100)
committerVictor Julien <victor@inliniac.net>
Sat, 25 Mar 2017 08:12:57 +0000 (09:12 +0100)
commit3626ecb4748f7c68fd56d13de1c2e0476f17f892
treec289b16ea32d3e01655516d1351bd8ed008541f3
parent15d26f14e16150f3dcc3d238c76eb1eb490e1faa
bytejump: don't print errors when matching

When bytejump was told to convert some payload data to int from a
string it would print an error to the screen if the conversion
failed. This is unwanted as the payload is controlled by an attacker
and printing is expensive.
src/detect-bytejump.c