From: Russ Combs Date: Fri, 14 Oct 2016 01:20:52 +0000 (-0400) Subject: build 215 X-Git-Tag: 3.0.0-233~220 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfe19a5e139e1f227a7181fc2bcae7ad97cb8a77;p=thirdparty%2Fsnort3.git build 215 --- diff --git a/ChangeLog b/ChangeLog index e51447e61..29e97d52c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +16/10/13 - build 215 + +-- added module trace facility +-- port block malware over ftp for clients/servers that support REST command +-- port dce_udp packet processing +-- change search_engine.debug_print_fast_pattern to show_fast_patterns +-- overhaul appid for multiple threads, memory leaks, and coding style +-- fix various appid patterns and counts +-- fix fast pattern selection +-- fix file hash pruning issue +-- fix rate_filter action config and apply_to clean up + 16/10/07 - build 214 -- updated DAQ - you *must* use DAQ 2.2.1 diff --git a/src/main/build.h b/src/main/build.h index baa42071d..e4c42db1c 100644 --- a/src/main/build.h +++ b/src/main/build.h @@ -10,7 +10,7 @@ // // //-----------------------------------------------// -#define BUILD "214" +#define BUILD "215" #endif