]> git.ipfire.org Git - thirdparty/suricata.git/commit
defrag: don't use message for repetitive error 65/head
authorEric Leblond <eric@regit.org>
Sun, 9 Sep 2012 20:48:46 +0000 (22:48 +0200)
committerEric Leblond <eric@regit.org>
Sun, 9 Sep 2012 20:50:15 +0000 (22:50 +0200)
commitf241312a36fe986f2352b4e2e6856c71ed3f2e81
tree84620941d24a28e51393c48c9f184a0075c42866
parent6303b5d987ef9cd78f697523b5751296efa66646
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