]> git.ipfire.org Git - thirdparty/suricata.git/commit
defrag: don't use message for repetitive error 68/head
authorEric Leblond <eric@regit.org>
Sun, 9 Sep 2012 20:48:46 +0000 (22:48 +0200)
committerEric Leblond <eric@regit.org>
Mon, 10 Sep 2012 16:11:26 +0000 (18:11 +0200)
commit0a5bda8d34e0a5fe7b953c36ca12ece8d7701822
tree81c8cb89635573f127170ac2d12ff79f36c90aaa
parent2e4a16d1eee36af0c8b6a530640e7449af2875dd
defrag: don't use message for repetitive error

When nothing can be fetch from the pool, this can repeat frequently.
Thus displaying a message in the log will not help. This patch
uses a counter instead of a log message. As this is a sort of memcap
this is conformed to what is done for other issues of the same type.
src/decode.c
src/decode.h
src/defrag.c