[Bro] Filtering PacketFilter::Dropped_Packets

Robin Sommer robin at icir.org
Tue Apr 17 07:40:19 PDT 2012


On Mon, Apr 16, 2012 at 19:18 -0500, you wrote:

> But I'm still getting a ton of "PacketFilter::Dropped_Packets" to notice.log.

That are going through the notice framework and can be suppressed
there with something like this:

    redef Notice::ignored_types += {
        PacketFilter::Dropped_Packets
    };


Robin

-- 
Robin Sommer * Phone +1 (510) 722-6541 * robin at icir.org
ICSI/LBNL    * Fax   +1 (510) 666-2956 *   www.icir.org



More information about the Bro mailing list