Hi.<br><br>New to bro so this is probably a dumb question.<br><br>I&#39;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&#39;s my config file:<br>
<br>@load bittorrent<br>@load bt-tracker<br><br>redef notice_action_filters += {<br>&nbsp;&nbsp;&nbsp;&nbsp; WeirdActivity, ContentGap = ignore_notice,<br>};<br><br>When I run this, I get:<br><br>Line 6: error: unknown identifier WeirdActivity, at or near &quot;WeirdActivity&quot;<br>
<br>I couldn&#39;t figure out if these have been renamed or what?<br><br>Thanks for the help...<br><br>0100<br>