-
Notifications
You must be signed in to change notification settings - Fork 108
/
Copy pathRELEASE.NOTES
70 lines (51 loc) · 2.75 KB
/
RELEASE.NOTES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
2011-06-13 - Snort 2.9.1 Beta
[*] New Additions
* HTTP aware TCP reassembly support within HTTP Inspect and
Stream5, allowing Snort to more intelligently inspect HTTP
requests and responses. See README.stream5 subsection
related to Protocol Aware Flushing (PAF).
* SIP preprocessor to identify SIP call channels and provide
rule access via new rule option keywords. See the Snort
Manual and README.sip for details.
* POP3 & IMAP preprocessors to decode email attachments in
Base64, Quoted Printable, and uuencode formats, and updates
to SMTP preprocessor for decoding email attachments encoded
as Quoted Printable and uuencode formats. See the Snort
Manual, README.pop, README.imap, and README.SMTP for details.
* Add support for reading large pcap files.
[*] Improvements
* Logging of HTTP URL (host and filename), SMTP attachment
filenames and email recipients when Snort generates events
on related traffic.
* Updates to give shared library rules direct access to gzip
decoding capabilities.
* Rule Option Improvements:
- Updates to content modifier http_cookie to not include
the HTTP header names themselves in the buffer. This change
may affect existing rules that leverage this keyword.
- Updates to the file_data and base64_data rule option keywords
and added a pkt_data rule option keyword that sets the buffer
to be used for subsequent content/pcre/etc rule options.
- Updates to the tcp flag rule option keyword to support 'C'
and 'E' for CWR and ECN bits.
- Updates to byte_extract rule option keyword to support
the same string formats as with byte_test and byte_jump.
* Updates to Snort's build infrastructure and autoconf script
for portability and improved checks for library dependencies.
* Many updates and improvements to the Snort documentation. Special
thanks to all of the contributors from the Snort community for
working with us and making the documentation more accurate and
usable.
* Updates to the sensitive data preprocessor for handling HTTP
traffic and reducing false positives.
* Updates to Snort's config parsing to give more meaningful
error messages relating to snort.conf errors and configuration
display at startup.
* Updates to Snort's active response packets whether via response
keyword or part of inline normalization.
* Improvements to HTTP Inspect processing of chunked HTTP data.
* Updates to the statistics Snort prints to console or syslog
at exit for different preproessors.
* To facilitate easier building of Snort on many of the different
platforms supported, Snort now uses pkg-config to check for
certain library locations. Obtain pkg-config from freedesktop.org.