From: Russ Combs (rucombs) Date: Thu, 1 Oct 2015 22:34:36 +0000 (-0400) Subject: Merge pull request #56 in SNORT/snort3 from buglist to master X-Git-Tag: 3.0.0-233~807 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=392786ba2d9296296cc077dbb732a1a698cffefb;p=thirdparty%2Fsnort3.git Merge pull request #56 in SNORT/snort3 from buglist to master Squashed commit of the following: commit 57a1f2df554985993960e15d0ecb700a178e05fb Author: Tom Peters Date: Thu Oct 1 12:32:04 2015 -0400 added bug to list --- diff --git a/doc/bugs.txt b/doc/bugs.txt index d820a93cc..6f00261c8 100644 --- a/doc/bugs.txt +++ b/doc/bugs.txt @@ -65,10 +65,10 @@ used to restrict the protocol of service rules. * stream_tcp ports and protocols both go into a single binder.when; this is incorrect as the when fields are logically anded together (ie must all be -true). should create 2 separate bindings. +true). Should create 2 separate bindings. * There is a bug in pps_stream_tcp.cc.. when stream_tcp: is -specified without any arguments, snort2lua doesn't convert it +specified without any arguments, snort2lua doesn't convert it. * Loses the ip list delimiters [ ]; change to ( ) @@ -78,3 +78,6 @@ specified without any arguments, snort2lua doesn't convert it * Won't convert packet rules (alert tcp etc.) to service rules (alert http etc.). +* alert_fast and alert_full: output configuration includes "file = 'foo.bar'", but file is a bool +and you cannot specify an output file name in the configuration. +