]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
Merge pull request #56 in SNORT/snort3 from buglist to master
authorRuss Combs (rucombs) <rucombs@cisco.com>
Thu, 1 Oct 2015 22:34:36 +0000 (18:34 -0400)
committerRuss Combs (rucombs) <rucombs@cisco.com>
Thu, 1 Oct 2015 22:34:36 +0000 (18:34 -0400)
Squashed commit of the following:

commit 57a1f2df554985993960e15d0ecb700a178e05fb
Author: Tom Peters <thopeter@cisco.com>
Date:   Thu Oct 1 12:32:04 2015 -0400

    added bug to list

doc/bugs.txt

index d820a93cc8886945da05dc5652973ed32cdbf40a..6f00261c8b33ff95d16a63b6e26fcb42ee4bc6b7 100644 (file)
@@ -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.
+