Hi.<br><br>New to bro so this is probably a dumb question.<br><br>I'm following the instructions here (<a href="http://www.bro-ids.org/wiki/index.php/User_Manual:_Customizing_Bro">http://www.bro-ids.org/wiki/index.php/User_Manual:_Customizing_Bro</a>) on how to squelch the ContentGap and various other messages. Here's my config file:<br>
<br>@load bittorrent<br>@load bt-tracker<br><br>redef notice_action_filters += {<br> WeirdActivity, ContentGap = ignore_notice,<br>};<br><br>When I run this, I get:<br><br>Line 6: error: unknown identifier WeirdActivity, at or near "WeirdActivity"<br>
<br>I couldn't figure out if these have been renamed or what?<br><br>Thanks for the help...<br><br>0100<br>