]> git.ipfire.org Git - people/ms/suricata.git/blob - ChangeLog
f2ba1440b8505560434e36c81446706ec7ecef72
[people/ms/suricata.git] / ChangeLog
1 4.1.0-rc2 -- 2018-10-16
2
3 Feature #2279: TLS 1.3 decoding, SNI extraction and logging
4 Feature #2562: Add http_port in http eve-log if specified in the hostname
5 Feature #2567: multi-tenancy: add 'device' selector
6 Feature #2638: community flow id
7 Optimization #2579: tcp: SegmentSmack
8 Optimization #2580: ip: FragmentSmack
9 Bug #2212: profiling: app-layer profiling shows time spent in HTTP on UDP
10 Bug #2419: Increase size of length of Decoder handlers from uint16 to uint32
11 Bug #2491: async-oneside and midstream not working as expected
12 Bug #2522: The cross-effects of rules on each other, without the use of flowbits.
13 Bug #2541: detect-parse: missing space in error message
14 Bug #2552: "Drop" action is logged as "allowed" in af_packet and netmap modes
15 Bug #2554: suricata does not detect a web-attack
16 Bug #2555: Ensure strings in eve-log are json-encodable
17 Bug #2558: negated fileext and filename do not work as expected
18 Bug #2559: DCE based rule false positives
19 Bug #2566: memleak: applayer dhcp with 4.1.0-dev (rev 9370805)
20 Bug #2570: Signature affecting another's ability to detect and alert
21 Bug #2571: coredump: liballoc/vec.rs dhcp
22 Bug #2573: prefilter keyword doesn't work when detect.prefilter.default=mpm
23 Bug #2574: prefilter keyword as alias for fast_pattern is broken
24 Bug #2603: memleak/coredump: Ja3BufferInit
25 Bug #2606: File descriptor leak in af-packet mode
26
27 4.1.0-rc1 -- 2018-07-20
28
29 Feature #2292: flow: add icmpv4 and improve icmpv6 flow handling
30 Feature #2298: pcap: store pcaps in compressed form
31 Feature #2417: Add Option to Delete Pcap Files After Processing
32 Feature #2455: Add WinDivert source to Windows builds
33 Feature #2456: LZ4 compression for pcap logs
34 Optimization #2461: Let user to explicit disable libnss and libnspr support
35 Bug #1929: yaml: ConfYamlHandleInclude memleak
36 Bug #2090: Rule-reload in multi-tenancy is buggy
37 Bug #2217: event_type flow is missing icmpv4 (while it has icmpv6) info wherever available
38 Bug #2463: memleak: gitmaster flash decompression - 4.1.0-dev (rev efdc592)
39 Bug #2469: The autoconf script throws and error when af_packet is enabled and then continues
40 Bug #2481: integer overflow caused by casting uin32 to uint16 in detection
41 Bug #2492: Inverted IP params in fileinfo events
42 Bug #2496: gcc 8 warnings
43 Bug #2498: Lua file output script causes a segfault when protocol is not HTTP
44 Bug #2501: Suricata stops inspecting TCP stream if a TCP RST was met
45 Bug #2504: ntp parser update cause build failure
46 Bug #2505: getrandom prevents any suricata start commands on more later OS's
47 Bug #2511: Suricata gzip unpacker bypass
48 Bug #2515: memleak: when using smb rules without rust
49 Bug #2516: Dead lock caused by unix command register-tenant
50 Bug #2518: Tenant rules reload completely broken in 4.x.x
51 Bug #2520: Invalid application layer logging in alert for DNS
52 Bug #2521: rust: dns warning during compile
53 Bug #2536: libhtp 0.5.27
54 Bug #2542: ssh out of bounds read
55 Bug #2543: enip out of bounds read
56
57 4.1.0-beta1 -- 2018-03-22
58
59 Feature #550: Extract file attachments from FTP
60 Feature #646: smb log feature to be introduced
61 Feature #719: finish/enable smb2 app layer parser
62 Feature #723: Add support for smb 3
63 Feature #724: Prevent resetting in UNIX socket mode
64 Feature #735: Introduce content_len keyword
65 Feature #741: Introduce endswith keyword
66 Feature #742: startswith keyword
67 Feature #1006: transformation api
68 Feature #1198: more compact dns logging
69 Feature #1201: file-store metadata in JSON format
70 Feature #1386: offline: add pcap file name to EVE
71 Feature #1458: unix-socket - make rule load errs available
72 Feature #1476: Suricata Unix socket PCAP processing stats should not need to reset after each run
73 Feature #1579: Support Modbus Unit Identifier
74 Feature #1585: unix-socket: improve information regarding ruleset
75 Feature #1600: flash file decompression for file_data
76 Feature #1678: open umask settings or make them configurable
77 Feature #1948: allow filestore name configuration options
78 Feature #1949: only write unique files
79 Feature #2020: eve: add body of signature to eve.json alert
80 Feature #2062: tls: reimplement tls.fingerprint
81 Feature #2076: Strip whitespace from buffers
82 Feature #2086: DNS answer for a NS containing multiple name servers should only be one line
83 Feature #2142: filesize: support other units than only bytes
84 Feature #2192: JA3 TLS client fingerprinting
85 Feature #2199: DNS answer events compacted
86 Feature #2222: Batch submission of PCAPs over the socket
87 Feature #2253: Log rule metadata in alert event
88 Feature #2285: modify memcaps over unix socket
89 Feature #2295: decoder: support PCAP LINKTYPE_IPV4
90 Feature #2299: pcap: read directory with pcaps from the commandline
91 Feature #2303: file-store enhancements (aka file-store v2): deduplication; hash-based naming; json metadata and cleanup tooling
92 Feature #2352: eve: add "metadata" field to alert (rework of vars)
93 Feature #2382: deprecate: CUDA support
94 Feature #2399: eBPF and XDP bypass for AF_PACKET capture method
95 Feature #2464: tftp logging
96 Optimization #2193: random: support getrandom(2) if available
97 Optimization #2302: rule parsing: faster parsing by not using pcre
98 Bug #993: libhtp upgrade to handle responses first
99 Bug #1503: lua output setup failure does not exit engine with --init-errors-fatal
100 Bug #1788: af-packet coverity warning
101 Bug #1842: Duplicated analyzer in Prelude alert
102 Bug #1904: modbus: duplicate alerts / detection unaware of direction
103 Bug #2202: BUG_ON asserts in AppLayerIncFlowCounter
104 Bug #2229: mem leak AFP with 4.0.0-dev (rev 1180687)
105 Bug #2240: suricatasc dump-counters returns error when return message is larger than 4096
106 Bug #2252: Rule parses in 4.0 when flow to client is set and http_client_body is used.
107 Bug #2258: rate_filter inconsistency: triggered after "count" detections when by_rule, and after count+1 detections when by_src/by_dst.
108 Bug #2268: Don't printf util-enum errors
109 Bug #2288: Suricata segfaults on ICMP and flowint check
110 Bug #2294: rules: depth < content rules not rejected (master)
111 Bug #2307: segfault in http_start with 4.1.0-dev (rev 83f220a)
112 Bug #2335: conf: stack-based buffer-overflow in ParseFilename
113 Bug #2345: conf: Memory-leak in DetectAddressTestConfVars
114 Bug #2346: conf: NULL-pointer dereference in ConfUnixSocketIsEnable
115 Bug #2347: conf: use of NULL-pointer in DetectLoadCompleteSigPath
116 Bug #2349: conf: multiple NULL-pointer dereferences in FlowInitConfig
117 Bug #2353: Command Line Options Ignored with pcap-file-continuous setting
118 Bug #2354: conf: multiple NULL-pointer dereferences in StreamTcpInitConfig
119 Bug #2356: coverity issues in new pcap file/directory handling
120 Bug #2360: possible deadlock with signal handling
121 Bug #2364: rust/dns: logging missing string versions of rtypes and rcodes
122 Bug #2365: rust/dns: flooded by 'LogDnsLogger not implemented for Rust DNS'
123 Bug #2367: Conf: Multipe NULL-pointer dereferences in HostInitConfig
124 Bug #2368: Conf: Multipe NULL-pointer dereferences after ConfGetBool in StreamTcpInitConfig
125 Bug #2370: Conf: Multipe NULL-pointer dereferences in PostConfLoadedSetup
126 Bug #2390: mingw linker error with rust
127 Bug #2391: libhtp 0.5.26
128 Bug #2394: Pcap Directory May Miss Files
129 Bug #2397: Call to panic()! macro in Rust NFS decoder causes crash on malformed NFS traffic
130 Bug #2398: Lua keyword cmd help documentation pointing to old docs
131 Bug #2402: http_header_names doesn't operate as documented
132 Bug #2403: Crash for offline pcap mode when running in single mode
133 Bug #2407: Fix timestamp offline when pcap timestamp is zero
134 Bug #2408: fix print backslash in PrintRawUriFp
135 Bug #2414: NTP parser registration frees used memory
136 Bug #2418: Skip configuration "include" nodes when file is empty
137 Bug #2420: Use pthread_sigmask instead of sigprogmask for signal handling
138 Bug #2425: DNP3 memcpy buffer overflow
139 Bug #2427: Suricata 3.x.x and 4.x.x do not parse HTTP responses if tcp data was sent before 3-way-handshake completed
140 Bug #2430: http eve log data source/dest flip
141 Bug #2437: rust/dns: Core Dump with malformed traffic
142 Bug #2442: der parser: bad input consumes cpu and memory
143 Bug #2446: http bodies / file_data: thread space creation writing out of bounds (master)
144 Bug #2451: Missing Files Will Cause Pcap Thread to No Longer Run in Unix Socket Mode
145 Bug #2454: master - suricata.c:2473-2474 - SIGUSR2 not wrapped in #ifndef OS_WIN32
146 Bug #2466: [4.1beta1] Messages with SC_LOG_CONFIG level are logged to syslog with EMERG priority
147
148 4.0.1 -- 2017-10-18
149
150 Bug #2050: TLS rule mixes up server and client certificates
151 Bug #2064: Rules with dual classtype do not error
152 Bug #2074: detect msg: memory leak
153 Bug #2102: Rules with dual sid do not error
154 Bug #2103: Rules with dual rev do not error
155 Bug #2151: The documentation does not reflect current suricata.yaml regarding cpu-affinity
156 Bug #2194: rust/nfs: sigabrt/rust panic - 4.0.0-dev (rev fc22943)
157 Bug #2197: rust build with lua enabled fails on x86
158 Bug #2201: af_packet: suricata leaks memory with use-mmap enabled and incorrect BPF filter
159 Bug #2207: DNS UDP "Response" parsing recording an incorrect value
160 Bug #2208: mis-structured JSON stats output if interface name is shortened
161 Bug #2226: improve error message if stream memcaps too low
162 Bug #2228: enforcing specific number of threads with autofp does not seem to work
163 Bug #2244: detect state uses broken offset logic (4.0.x)
164 Feature #2114: Redis output: add RPUSH support
165 Feature #2152: Packet and Drop Counters for Napatech
166
167 4.0.0 -- 2017-07-27
168
169 Feature #2138: Create a sample systemd service file.
170 Feature #2184: rust: increase minimally supported rustc version to 1.15
171 Bug #2169: dns/tcp: reponse traffic leads to 'app_proto_tc: failed'
172 Bug #2170: Suricata fails on large BPFs with AF_PACKET
173 Bug #2185: rust: build failure if libjansson is missing
174 Bug #2186: smb dcerpc segfaults in StubDataParser
175 Bug #2187: hyperscan: mpm setup error leads to crash
176
177 4.0.0-rc2 -- 2017-07-13
178
179 Feature #744: Teredo configuration
180 Feature #1748: lua: expose tx in alert lua scripts
181 Bug #1855: alert number output
182 Bug #1888: noalert in a pass rule disables the rule
183 Bug #1957: PCRE lowercase enforcement in http_host buffer does not allow for upper case in hex-encoding
184 Bug #1958: Possible confusion or bypass within the stream engine with retransmits.
185 Bug #2110: isdataat: keyword memleak
186 Bug #2162: rust/nfs: reachable asserting rust panic
187 Bug #2175: rust/nfs: panic - 4.0.0-dev (rev 7c25a2d)
188 Bug #2176: gcc 7.1.1 'format truncation' compiler warnings
189 Bug #2177: asn1/der: stack overflow
190
191 4.0.0-rc1 -- 2017-06-28
192
193 Feature #2095: eve: http body in alert event
194 Feature #2131: nfs: implement GAP support
195 Feature #2156: Add app_proto or partial flow entry to alerts
196 Feature #2163: ntp parser
197 Feature #2164: rust: external parser crate support
198 Bug #1930: Segfault when event rule is invalid
199 Bug #2038: validate app-layer API use
200 Bug #2101: unix socket: stalling due to being unable to disable detect thread
201 Bug #2109: asn1: keyword memleak
202 Bug #2117: byte_extract and byte_test collaboration doesnt work on 3.2.1
203 Bug #2141: 4.0.0-dev (rev 8ea9a5a) segfault
204 Bug #2143: Bypass cause missing alert on packets only signatures
205 Bug #2144: rust: panic in dns/tcp
206 Bug #2148: rust/dns: panic on malformed rrnames
207 Bug #2153: starttls 'tunnel' packet issue - nfq_handle_packet error -1
208 Bug #2154: Dynamic stack overflow in payload printable output
209 Bug #2155: AddressSanitizer double-free error
210 Bug #2157: Compilation Issues Beta 4.0
211 Bug #2158: Suricata v4.0.0-beta1 dns_query; segmentation fault
212 Bug #2159: http: 2221028 triggers on underscore in hostname
213 Bug #2160: openbsd: pcap with raw datalink not supported
214 Bug #2161: libhtp 0.5.25
215 Bug #2165: rust: releases should include crate dependencies (cargo-vendor)
216
217 4.0.0-beta1 -- 2017-06-07
218
219 Feature #805: Add support for applayer change
220 Feature #806: Implement STARTTLS support
221 Feature #1636: Signal rotation of unified2 log file without restart
222 Feature #1953: lua: expose flow_id
223 Feature #1969: TLS transactions with session resumption are not logged
224 Feature #1978: Using date in logs name
225 Feature #1998: eve.tls: custom TLS logging
226 Feature #2006: tls: decode certificate serial number
227 Feature #2011: eve.alert: print outside IP addresses on alerts on traffic inside tunnels
228 Feature #2046: Support custom file permissions per logger
229 Feature #2061: lua: get timestamps from flow
230 Feature #2077: Additional HTTP Header Contents and Negation
231 Feature #2123: unix-socket: additional runmodes
232 Feature #2129: nfs: parser, logger and detection
233 Feature #2130: dns: rust parser with stateless behaviour
234 Feature #2132: eve: flowbit and other vars logging
235 Feature #2133: unix socket: add/remove hostbits
236 Bug #1335: suricata option --pidfile overwrites any file
237 Bug #1470: make install-full can have race conditions on OSX.
238 Bug #1759: CentOS5 EOL tasks
239 Bug #2037: travis: move off legacy support
240 Bug #2039: suricata stops processing when http-log output via unix_stream backs up
241 Bug #2041: bad checksum 0xffff
242 Bug #2044: af-packet: faulty VLAN handling in tpacket-v3 mode
243 Bug #2045: geoip: compile warning on CentOS 7
244 Bug #2049: Empty rule files cause failure exit code without corresponding message
245 Bug #2051: ippair: xbit unset memory leak
246 Bug #2053: ippair: pair is direction sensitive
247 Bug #2070: file store: file log / file store mismatch with multiple files
248 Bug #2072: app-layer: fix memleak on bad traffic
249 Bug #2078: http body handling: failed assertion
250 Bug #2088: modbus: clang-4.0 compiler warnings
251 Bug #2093: Handle TCP stream gaps.
252 Bug #2097: "Name of device should not be null" appears in suricata.log when using pfring with configuration from suricata.yaml
253 Bug #2098: isdataat: fix parsing issue with leading spaces
254 Bug #2108: pfring: errors when compiled with asan/debug
255 Bug #2111: doc: links towards http_header_names
256 Bug #2112: doc: links towards certain http_ keywords not working
257 Bug #2113: Race condition starting Unix Server
258 Bug #2118: defrag - overlap issue in linux policy
259 Bug #2125: ASAN SEGV - Suricata version 4.0dev (rev 922a27e)
260 Optimization #521: Introduce per stream thread segment pool
261 Optimization #1873: Classtypes missing on decoder-events,files, and stream-events
262
263 3.2.1 -- 2017-02-15
264
265 Feature #1951: Allow building without libmagic/file
266 Feature #1972: SURICATA ICMPv6 unknown type 143 for MLDv2 report
267 Feature #2010: Suricata should confirm SSSE3 presence at runtime when built with Hyperscan support
268 Bug #467: compilation with unittests & debug validation
269 Bug #1780: VLAN tags not forwarded in afpacket inline mode
270 Bug #1827: Mpm AC fails to alloc memory
271 Bug #1843: Mpm Ac: int overflow during init
272 Bug #1887: pcap-log sets snaplen to -1
273 Bug #1946: can't get response info in some situation
274 Bug #1973: suricata fails to start because of unix socket
275 Bug #1975: hostbits/xbits memory leak
276 Bug #1982: tls: invalid record event triggers on valid traffic
277 Bug #1984: http: protocol detection issue if both sides are malformed
278 Bug #1985: pcap-log: minor memory leaks
279 Bug #1987: log-pcap: pcap files created with invalid snaplen
280 Bug #1988: tls_cert_subject bug
281 Bug #1989: SMTP protocol detection is case sensitive
282 Bug #1991: Suricata cannot parse ports: "![1234, 1235]"
283 Bug #1997: tls-store: bug that cause Suricata to crash
284 Bug #2001: Handling of unsolicited DNS responses.
285 Bug #2003: BUG_ON body sometimes contains side-effectual code
286 Bug #2004: Invalid file hash computation when force-hash is used
287 Bug #2005: Incoherent sizes between request, capture and http length
288 Bug #2007: smb: protocol detection just checks toserver
289 Bug #2008: Suricata 3.2, pcap-log no longer works due to timestamp_pattern PCRE
290 Bug #2009: Suricata is unable to get offloading settings when run under non-root
291 Bug #2012: dns.log does not log unanswered queries
292 Bug #2017: EVE Log Missing Fields
293 Bug #2019: IPv4 defrag evasion issue
294 Bug #2022: dns: out of bound memory read
295
296 3.2 -- 2016-12-01
297
298 Bug #1117: PCAP file count does not persist
299 Bug #1577: luajit scripts load error
300 Bug #1924: Windows dynamic DNS updates trigger 'DNS malformed request data' alerts
301 Bug #1938: suricata: log handling issues
302 Bug #1955: luajit script init failed
303 Bug #1960: Error while parsing rule with PCRE keyword with semicolon
304 Bug #1961: No error on missing semicolon between depth and classtype
305 Bug #1965: dnp3/enip/cip keywords naming convention
306 Bug #1966: af-packet fanout detection broken on Debian Jessie (master)
307
308 3.2RC1 -- 2016-11-01
309
310 Feature #1906: doc: install man page and ship pdf
311 Feature #1916: lua: add an SCPacketTimestamp function
312 Feature #1867: rule compatibility: flow:not_established not supported.
313 Bug #1525: Use pkg-config for libnetfilter_queue
314 Bug #1690: app-layer-proto negation issue
315 Bug #1909: libhtp 0.5.23
316 Bug #1914: file log always shows stored: no even if file is stored
317 Bug #1917: nfq: bypass SEGV
318 Bug #1919: filemd5: md5-list does not allow comments any more
319 Bug #1923: dns - back to back requests results in loss of response
320 Bug #1928: flow bypass leads to memory errors
321 Bug #1931: multi-tenancy fails to start
322 Bug #1932: make install-full does not install tls-events.rules
323 Bug #1935: Check redis reply in non pipeline mode
324 Bug #1936: Can't set fast_pattern on tls_sni content
325
326 3.2beta1 -- 2016-10-03
327
328 Feature #509: add SHA1 and SHA256 checksum support for files
329 Feature #1231: ssl_state negation support
330 Feature #1345: OOBE -3- disable NIC offloading by default
331 Feature #1373: Allow different reassembly depth for filestore rules
332 Feature #1495: EtherNet/IP and CIP support
333 Feature #1583: tls: validity fields (notBefore and notAfter)
334 Feature #1657: Per application layer stats
335 Feature #1896: Reimplement tls.subject and tls.isserdn
336 Feature #1903: tls: tls_cert_valid and tls_cert_expired keywords
337 Feature #1907: http_request_line and http_response_line
338 Optimization #1044: TLS buffers evaluated by fast_pattern matcher.
339 Optimization #1277: Trigger second live rule-reload while first one is in progress
340 Bug #312: incorrect parsing of rules with missing semi-colon for keywords
341 Bug #712: wildcard matches on tls.subject
342 Bug #1353: unix-command socket created with last character missing
343 Bug #1486: invalid rule: parser err msg not descriptive enough
344 Bug #1525: Use pkg-config for libnetfilter_queue
345 Bug #1893: tls: src_ip and dest_ip reversed in TLS events for IPS vs IDS mode.
346 Bug #1898: Inspection does not always stop when stream depth is reached
347
348 3.1.2 -- 2016-09-06
349
350 Feature #1830: support 'tag' in eve log
351 Feature #1870: make logged flow_id more unique
352 Feature #1874: support Cisco Fabric Path / DCE
353 Feature #1885: eve: add option to log all dropped packets
354 Bug #1849: ICMPv6 incorrect checksum alert if Ethernet FCS is present
355 Bug #1853: suricata is matching everything on dce_stub_data buffer
356 Bug #1854: unified2: logging of tagged packets not working
357 Bug #1856: PCAP mode device not found
358 Bug #1858: Lots of TCP 'duplicated option/DNS malformed request data' after upgrading from 3.0.1 to 3.1.1
359 Bug #1878: dns: crash while logging sshfp records
360 Bug #1880: icmpv4 error packets can lead to missed detection in tcp/udp
361 Bug #1884: libhtp 0.5.22
362
363 3.1.1 -- 2016-07-13
364
365 Feature #1775: Lua: SMTP-support
366 Bug #1419: DNS transaction handling issues
367 Bug #1515: Problem with Threshold.config when using more than one IP
368 Bug #1664: Unreplied DNS queries not logged when flow is aged out
369 Bug #1808: Can't set thread priority after dropping privileges.
370 Bug #1821: Suricata 3.1 fails to start on CentOS6
371 Bug #1839: suricata 3.1 configure.ac says >=libhtp-0.5.5, but >=libhtp-0.5.20 required
372 Bug #1840: --list-keywords and --list-app-layer-protos not working
373 Bug #1841: libhtp 0.5.21
374 Bug #1844: netmap: IPS mode doesn't set 2nd iface in promisc mode
375 Bug #1845: Crash on disabling a app-layer protocol when it's logger is still enabled
376 Optimization #1846: af-packet: improve thread calculation logic
377 Optimization #1847: rules: don't warn on empty files
378
379 3.1 -- 2016-06-20
380
381 Bug #1589: Cannot run nfq in workers mode
382 Bug #1804: yaml: legacy detect-engine parsing custom values broken
383
384 3.1RC1 -- 2016-06-07
385
386 Feature #681: Implement TPACKET_V3 support in AF_PACKET
387 Feature #1134: tls: server name rule keyword
388 Feature #1343: OOBE -1- increasing the default stream.memcap and stream.reassembly.memcap values
389 Feature #1344: OOBE -2- decreasing the default flow-timeouts (at least for TCP)
390 Feature #1563: dns: log sshfp records
391 Feature #1760: Unit tests: Don't register return value, use 1 for success, 0 for failure.
392 Feature #1761: Unit tests: Provide macros for clean test failures.
393 Feature #1762: default to AF_PACKET for -i if available
394 Feature #1785: hyperscan spm integration
395 Feature #1789: hyperscan mpm: enable by default
396 Feature #1797: netmap: implement 'threads: auto'
397 Feature #1798: netmap: warn about NIC offloading on FreeBSD
398 Feature #1800: update bundled libhtp to 0.5.20
399 Feature #1801: reduce info level verbosity
400 Feature #1802: yaml: improve default layout
401 Feature #1803: reimplement rule grouping
402 Bug #1078: 'Not" operator (!) in Variable causes extremely slow loading of Suricata
403 Bug #1202: detect-engine profile medium consumes more memory than detect-engine profile high
404 Bug #1289: MPM b2gm matcher has questionable code
405 Bug #1487: Configuration parser depends on key ordering
406 Bug #1524: Potential Thread Name issues due to RHEL7 Interface Naming Contentions
407 Bug #1584: Rule keywords conflict will cause Suricata restart itself in loop
408 Bug #1606: [ERRCODE: SC_ERR_SYSCALL(50)] - Failure when trying to get MTU via ioctl: 6
409 Bug #1665: Default maximum packet size is insufficient when VLAN tags are present (and not stripped)
410 Bug #1714: Kernel panic on application exit with netmap Suricata 3.0 stable
411 Bug #1746: deadlock with autofp and --disable-detection
412 Bug #1764: app-layer-modbus: AddressSanitizer error (segmentation fault)
413 Bug #1768: packet processing threads doubled
414 Bug #1771: tls store memory leak
415 Bug #1773: smtp: not all attachments inspected in all cases
416 Bug #1786: spm crash on rule reload
417 Bug #1792: dns-json-log produces no output
418 Bug #1795: Remove unused CPU affinity settings from suricata.yaml
419 Optimization #563: pmq optimization -- remove patter_id_array
420 Optimization #1037: Optimize TCP Option storage
421 Optimization #1418: lockless flow handling during capture (autofp)
422 Optimization #1784: reduce storage size of IPv4 options and IPv6 ext hdrs
423
424 3.0.1 -- 2016-04-04
425
426 Feature #1704: hyperscan mpm integration
427 Feature #1661: Improved support for xbits/hostbits (in particular ip_pair) when running with multiple threads
428 Bug #1697: byte_extract incompatibility with Snort.
429 Bug #1737: Stats not reset between PCAPs when Suricata runs in socket mode
430
431 3.0.1RC1 -- 2016-03-23
432
433 Feature #1535: Expose the certificate itself in TLS-lua
434 Feature #1696: improve logged flow_id
435 Feature #1700: enable "relro" and "now" in compile options for 3.0
436 Feature #1734: gre: support transparent ethernet bridge decoding
437 Feature #1740: Create counters for decode-events errors
438 Bug #873: suricata.yaml: .mgc is NOT actually added to value for magic file
439 Bug #1166: tls: CID 1197759: Resource leak (RESOURCE_LEAK)
440 Bug #1268: suricata and macos/darwin: [ERRCODE: SC_ERR_MAGIC_LOAD(197)] - magic_load failed: File 5.19 supports only version 12 magic files. `/usr/share/file/magic.mgc' is version 7
441 Bug #1359: memory leak
442 Bug #1411: Suricata generates huge load when nfq_create_queue failed
443 Bug #1570: stream.inline defaults to IDS mode if missing
444 Bug #1591: afpacket: unsupported datalink type 65534 on tun device
445 Bug #1619: Per-Thread Delta Stats Broken
446 Bug #1638: rule parsing issues: rev
447 Bug #1641: Suricata won't build with --disable-unix-socket when libjansson is enabled
448 Bug #1646: smtp: fix inspected tracker values
449 Bug #1660: segv when using --set on a list
450 Bug #1669: Suricate 3.0RC3 segfault after 10 hours
451 Bug #1670: Modbus compiler warnings on Fedora 23
452 Bug #1671: Cygwin Windows compilation with libjansson from source
453 Bug #1674: Cannot use 'tag:session' after base64_data keyword
454 Bug #1676: gentoo build error
455 Bug #1679: sensor-name configuration parameter specified in wrong place in default suricata.yaml
456 Bug #1680: Output sensor name in json
457 Bug #1684: eve: stream payload has wrong direction in IPS mode
458 Bug #1686: Conflicting "no" for "totals" and "threads" in stats output
459 Bug #1689: Stack overflow in case of variables misconfiguration
460 Bug #1693: Crash on Debian with libpcre 8.35
461 Bug #1695: Unix Socket missing dump-counters mode
462 Bug #1698: Segmentation Fault at detect-engine-content-inspection.c:438 (master)
463 Bug #1699: CUDA build broken
464 Bug #1701: memory leaks
465 Bug #1702: TLS SNI parsing issue
466 Bug #1703: extreme slow down in HTTP multipart parsing
467 Bug #1706: smtp memory leaks
468 Bug #1707: malformed json if message is too big
469 Bug #1708: dcerpc memory leak
470 Bug #1709: http memory leak
471 Bug #1715: nfq: broken time stamps with recent Linux kernel 4.4
472 Bug #1717: Memory leak on Suricata 3.0 with Netmap
473 Bug #1719: fileinfo output wrong in eve in http
474 Bug #1720: flowbit memleak
475 Bug #1724: alert-debuglog: non-decoder events won't trigger rotation.
476 Bug #1725: smtp logging memleak
477 Bug #1727: unix socket runmode per pcap memory leak
478 Bug #1728: unix manager command channel memory leaks
479 Bug #1729: PCRE jit is disabled/blacklisted when it should not
480 Bug #1731: detect-tls memory leak
481 Bug #1735: cppcheck: Shifting a negative value is undefined behaviour
482 Bug #1736: tls-sni: memory leaks on malformed traffic
483 Bug #1742: vlan use-for-tracking including Priority in hashing
484 Bug #1743: compilation with musl c library fails
485 Bug #1744: tls: out of bounds memory read on malformed traffic
486 Optimization #1642: Add --disable-python option
487
488 3.0 -- 2016-01-27
489
490 Bug #1673: smtp: crash during mime parsing
491
492 3.0RC3 -- 2015-12-21
493
494 Bug #1632: Fail to download large file with browser
495 Bug #1634: Fix non thread safeness of Prelude analyzer
496 Bug #1640: drop log crashes
497 Bug #1645: Race condition in unix manager
498 Bug #1647: FlowGetKey flow-hash.c:240 segmentation fault (master)
499 Bug #1650: DER parsing issue (master)
500
501 3.0RC2 -- 2015-12-08
502
503 Bug #1551: --enable-profiling-locks broken
504 Bug #1602: eve-log prefix field feature broken
505 Bug #1614: app_proto key missing from EVE file events
506 Bug #1615: disable modbus by default
507 Bug #1616: TCP reassembly bug
508 Bug #1617: DNS over TCP parsing issue
509 Bug #1618: SMTP parsing issue
510 Feature #1635: unified2 output: disable by default
511
512 3.0RC1 -- 2015-11-25
513
514 Bug #1150: TLS store disabled by TLS EVE logging
515 Bug #1210: global counters in stats.log
516 Bug #1423: Unix domain log file writer should automatically reconnect if receiving program is restarted.
517 Bug #1466: Rule reload - Rules won't reload if rule files are listed in an included file.
518 Bug #1467: Specifying an IPv6 entry before an IPv4 entry in host-os-policy causes ASAN heap-buffer-overflow.
519 Bug #1472: Should 'goodsigs' be 'goodtotal' when checking if signatures were loaded in detect.c?
520 Bug #1475: app-layer-modbus: AddressSanitizer error (heap-buffer-overflow)
521 Bug #1481: Leading whitespace in flowbits variable names
522 Bug #1482: suricata 2.1 beta4: StoreStateTxFileOnly crashes
523 Bug #1485: hostbits - leading and trailing spaces are treated as part of the name and direction.
524 Bug #1488: stream_size <= and >= modifiers function as < and > (equality is not functional)
525 Bug #1491: pf_ring is not able to capture packets when running under non-root account
526 Bug #1493: config test (-T) doesn't fail on missing files
527 Bug #1494: off by one on rulefile count
528 Bug #1500: suricata.log
529 Bug #1508: address var parsing issue
530 Bug #1517: Order dependent, ambiguous YAML in multi-detect.
531 Bug #1518: multitenancy - selector vlan - vlan id range
532 Bug #1521: multitenancy - global vlan tracking relation to selector
533 Bug #1523: Decoded base64 payload short by 16 characters
534 Bug #1530: multitenant mapping relation
535 Bug #1531: multitenancy - confusing tenant id and vlan id output
536 Bug #1556: MTU setting on NIC interface not considered by af-packet
537 Bug #1557: stream: retransmission not detected
538 Bug #1565: defrag: evasion issue
539 Bug #1597: dns parser issue (master)
540 Bug #1601: tls: server name logging
541 Feature #1116: ips packet stats in stats.log
542 Feature #1137: Support IP lists in threshold.config
543 Feature #1228: Suricata stats.log in JSON format
544 Feature #1265: Replace response on Suricata dns decoder when dns error please
545 Feature #1281: long snort ruleset support for "SC_ERR_NOT_SUPPORTED(225): content length greater than 255 unsupported"
546 Feature #1282: support for base64_decode from snort's ruleset
547 Feature #1342: Support Cisco erspan traffic
548 Feature #1374: Write pre-aggregated counters for all threads
549 Feature #1408: multi tenancy for detection
550 Feature #1440: Load rules file from a folder or with a star pattern rather then adding them manually to suricata.yaml
551 Feature #1454: Proposal to add Lumberjack/CEE formatting option to EVE JSON syslog output for compatibility with rsyslog parsing
552 Feature #1492: Add HUP coverage to output json-log
553 Feature #1498: color output
554 Feature #1499: json output for engine messages
555 Feature #1502: Expose tls fields to lua
556 Feature #1514: SSH softwareversion regex should allow colon
557 Feature #1527: Add ability to compile as a Position-Independent Executable (PIE)
558 Feature #1568: TLS lua output support
559 Feature #1569: SSH lua support
560 Feature #1582: Redis output support
561 Feature #1586: Add flow memcap counter
562 Feature #1599: rule profiling: json output
563 Optimization #1269: Convert SM List from linked list to array
564
565 2.1beta4 -- 2015-05-08
566
567 Bug #1314: http-events performance issues
568 Bug #1340: null ptr dereference in Suricata v2.1beta2 (output-json.c:347)
569 Bug #1352: file list is not cleaned up
570 Bug #1358: Gradual memory leak using reload (kill -USR2 $pid)
571 Bug #1366: Crash if default_packet_size is below 32 bytes
572 Bug #1378: stats api doesn't call thread deinit funcs
573 Bug #1384: tcp midstream window issue (master)
574 Bug #1388: pcap-file hangs on systems w/o atomics support (master)
575 Bug #1392: http uri parsing issue (master)
576 Bug #1393: CentOS 5.11 build failures
577 Bug #1398: DCERPC traffic parsing issue (master)
578 Bug #1401: inverted matching on incomplete session
579 Bug #1402: When re-opening files on HUP (rotation) always use the append flag.
580 Bug #1417: no rules loaded - latest git - rev e250040
581 Bug #1425: dead lock in de_state vs flowints/flowvars
582 Bug #1426: Files prematurely truncated by detection engine even though force-md5 is enabled
583 Bug #1429: stream: last_ack update issue leading to stream gaps
584 Bug #1435: EVE-Log alert payload option loses data
585 Bug #1441: Local timestamps in json events
586 Bug #1446: Unit ID check in Modbus packet error
587 Bug #1449: smtp parsing issue
588 Bug #1451: Fix list-keywords regressions
589 Bug #1463: modbus parsing issue
590 Feature #336: Add support for NETMAP to Suricata.
591 Feature #885: smtp file_data support
592 Feature #1394: Improve TCP reuse support
593 Feature #1410: add alerts to EVE's drop logs
594 Feature #1445: Suricata does not work on pfSense/FreeBSD interfaces using PPPoE
595 Feature #1447: Ability to reject ICMP traffic
596 Feature #1448: xbits
597 Optimization #1014: app layer reassembly fast-path
598 Optimization #1377: flow manager: reduce (try)locking
599 Optimization #1403: autofp packet pool performance problems
600 Optimization #1409: http pipeline support for stateful detection
601
602 2.1beta3 -- 2015-01-29
603
604 Bug #977: WARNING on empty rules file is fatal (should not be)
605 Bug #1184: pfring: cppcheck warnings
606 Bug #1321: Flow memuse bookkeeping error
607 Bug #1327: pcre pkt/flowvar capture broken for non-relative matches (master)
608 Bug #1332: cppcheck: ioctl
609 Bug #1336: modbus: CID 1257762: Logically dead code (DEADCODE)
610 Bug #1351: output-json: duplicate logging (2.1.x)
611 Bug #1354: coredumps on quitting on OpenBSD
612 Bug #1355: Bus error when reading pcap-file on OpenBSD
613 Bug #1363: Suricata does not compile on OS X/Clang due to redefinition of string functions (2.1.x)
614 Bug #1365: evasion issues (2.1.x)
615 Feature #1261: Request for Additional Lua Capabilities
616 Feature #1309: Lua support for Stats output
617 Feature #1310: Modbus parsing and matching
618 Feature #1317: Lua: Indicator for end of flow
619 Feature #1333: unix-socket: allow (easier) non-root usage
620 Optimization #1339: flow timeout optimization
621 Optimization #1339: flow timeout optimization
622 Optimization #1371: mpm optimization
623
624 2.1beta2 -- 2014-11-06
625
626 Feature #549: Extract file attachments from emails
627 Feature #1312: Lua output support
628 Feature #899: MPLS over Ethernet support
629 Feature #707: ip reputation files - network range inclusion availability (cidr)
630 Feature #383: Stream logging
631 Feature #1263: Lua: Access to Stream Payloads
632 Feature #1264: Lua: access to TCP quad / Flow Tuple
633 Bug #1048: PF_RING/DNA config - suricata.yaml
634 Bug #1230: byte_extract, within combination not working
635 Bug #1257: Flow switch is missing from the eve-log section in suricata.yaml
636 Bug #1259: AF_PACKET IPS is broken in 2.1beta1
637 Bug #1260: flow logging at shutdown broken
638 Bug #1279: BUG: NULL pointer dereference when suricata was debug mode.
639 Bug #1280: BUG: IPv6 address vars issue
640 Bug #1285: Lua - http.request_line not working (2.1)
641 Bug #1287: Lua Output has dependency on eve-log:http
642 Bug #1288: Filestore keyword in wrong place will cause entire rule not to trigger
643 Bug #1294: Configure doesn't use --with-libpcap-libraries when testing PF_RING library
644 Bug #1301: suricata yaml - PF_RING load balance per hash option
645 Bug #1308: http_header keyword not matching when SYN|ACK and ACK missing (master)
646 Bug #1311: EVE output Unix domain socket not working (2.1)
647
648 2.1beta1 -- 2014-08-12
649
650 Feature #1155: Log packet payloads in eve alerts
651 Feature #1208: JSON Output Enhancement - Include Payload(s)
652 Feature #1248: flow/connection logging
653 Feature #1258: json: include HTTP info with Alert output
654 Optimization #1039: Packetpool should be a stack
655 Optimization #1241: pcap recording: record per thread
656
657 2.0.3 -- 2014-08-08
658
659 Bug #1236: fix potential crash in http parsing
660 Bug #1244: ipv6 defrag issue
661 Bug #1238: Possible evasion in stream-tcp-reassemble.c
662 Bug #1221: lowercase conversion table missing last value
663 Support #1207: Cannot compile on CentOS 5 x64 with --enable-profiling
664
665 2.0.2 -- 2014-06-25
666
667 Bug #1098: http_raw_uri with relative pcre parsing issue
668 Bug #1175: unix socket: valgrind warning
669 Bug #1189: abort() in 2.0dev (rev 6fbb955) with pf_ring 5.6.3
670 Bug #1195: nflog: cppcheck reports memleaks
671 Bug #1206: ZC pf_ring not working with Suricata 2.0.1 (or latest git)
672 Bug #1211: defrag issue
673 Bug #1212: core dump (after a while) when app-layer.protocols.http.enabled = yes
674 Bug #1214: Global Thresholds (sig_id 0, gid_id 0) not applied correctly if a signature has event vars
675 Bug #1217: Segfault in unix-manager.c line 529 when using --unix-socket and sending pcap files to be analized via socket
676 Feature #781: IDS using NFLOG iptables target
677 Feature #1158: Parser DNS TXT data parsing and logging
678 Feature #1197: liblua support
679 Feature #1200: sighup for log rotation
680
681 2.0.1 -- 2014-05-21
682
683 No changes since 2.0.1rc1
684
685 2.0.1rc1 -- 2014-05-12
686
687 Bug #978: clean up app layer parser thread local storage
688 Bug #1064: Lack of Thread Deinitialization For Decoder Modules
689 Bug #1101: Segmentation in AppLayerParserGetTxCnt
690 Bug #1136: negated app-layer-protocol FP on multi-TX flows
691 Bug #1141: dns response parsing issue
692 Bug #1142: dns tcp toclient protocol detection
693 Bug #1143: tls protocol detection in case of tls-alert
694 Bug #1144: icmpv6: unknown type events for MLD_* types
695 Bug #1145: ipv6: support PAD1 in DST/HOP extension hdr
696 Bug #1146: tls: event on 'new session ticket' in handshake
697 Bug #1159: Possible memory exhaustion when an invalid bpf-filter is used with AF_PACKET
698 Bug #1160: Pcaps submitted via Unix Socket do not finish processing in Suricata 2
699 Bug #1161: eve: src and dst mixed up in some cases
700 Bug #1162: proto-detect: make sure probing parsers for all registered ports are run
701 Bug #1163: HTP Segfault
702 Bug #1165: af_packet - one thread consistently not working
703 Bug #1170: rohash: CID 1197756: Bad bit shift operation (BAD_SHIFT)
704 Bug #1176: AF_PACKET IPS mode is broken in 2.0
705 Bug #1177: eve log do not show action 'dropped' just 'allowed'
706 Bug #1180: Possible problem in stream tracking
707 Feature #1157: Always create pid file if --pidfile command line option is provided.
708 Feature #1173: tls: OpenSSL heartbleed detection
709
710 2.0 -- 2014-03-25
711
712 Bug #1151: tls.store not working when a TLS filter keyword is used
713
714 2.0rc3 -- 2014-03-18
715
716 Bug #1127: logstash & suricata parsing issue
717 Bug #1128: Segmentation fault - live rule reload
718 Bug #1129: pfring cluster & ring initialization
719 Bug #1130: af-packet flow balancing problems
720 Bug #1131: eve-log: missing user agent reported inconsistently
721 Bug #1133: eve-log: http depends on regular http log
722 Bug #1135: 2.0rc2 release doesn't set optimization flag on GCC
723 Bug #1138: alert fastlog drop info missing
724
725 2.0rc2 -- 2014-03-06
726
727 Bug #611: fp: rule with ports matching on portless proto
728 Bug #985: default config generates rule warnings and errors
729 Bug #1021: 1.4.6: conf_filename not checked before use
730 Bug #1089: SMTP: move depends on uninitialised value
731 Bug #1090: FTP: Memory Leak
732 Bug #1091: TLS-Handshake: Uninitialized value
733 Bug #1092: HTTP: Memory Leak
734 Bug #1108: suricata.yaml config parameter - segfault
735 Bug #1109: PF_RING vlan handling
736 Bug #1110: Can have the same Pattern ID (pid) for the same pattern but different case flags
737 Bug #1111: capture stats at exit incorrect
738 Bug #1112: tls-events.rules file missing
739 Bug #1115: nfq: exit stats not working
740 Bug #1120: segv with pfring/afpacket and eve-log enabled
741 Bug #1121: crash in eve-log
742 Bug #1124: ipfw build broken
743 Feature #952: Add VLAN tag ID to all outputs
744 Feature #953: Add QinQ tag ID to all outputs
745 Feature #1012: Introduce SSH log
746 Feature #1118: app-layer protocols http memcap - info in verbose mode (-v)
747 Feature #1119: restore SSH protocol detection and parser
748
749 2.0rc1 -- 2014-02-13
750
751 Bug #839: http events alert multiple times
752 Bug #954: VLAN decoder stats with AF Packet get written to the first thread only - stats.log
753 Bug #980: memory leak in http buffers at shutdown
754 Bug #1066: logger API's for packet based logging and tx based logging
755 Bug #1068: format string issues with size_t + qa not catching them
756 Bug #1072: Segmentation fault in 2.0beta2: Custom HTTP log segmentation fault
757 Bug #1073: radix tree lookups are not thread safe
758 Bug #1075: CUDA 5.5 doesn't compile with 2.0 beta 2
759 Bug #1079: Err loading rules with variables that contain negated content.
760 Bug #1080: segfault - 2.0dev (rev 6e389a1)
761 Bug #1081: 100% CPU utilization with suricata 2.0 beta2+
762 Bug #1082: af-packet vlan handling is broken
763 Bug #1103: stats.log not incrementing decoder.ipv4/6 stats when reading in QinQ packets
764 Bug #1104: vlan tagged fragmentation
765 Bug #1106: Git compile fails on Ubuntu Lucid
766 Bug #1107: flow timeout causes decoders to run on pseudo packets
767 Feature #424: App layer registration cleanup - Support specifying same alproto names in rules for different ip protocols
768 Feature #542: TLS JSON output
769 Feature #597: case insensitive fileext match
770 Feature #772: JSON output for alerts
771 Feature #814: QinQ tag flow support
772 Feature #894: clean up output
773 Feature #921: Override conf parameters
774 Feature #1007: united output
775 Feature #1040: Suricata should compile with -Werror
776 Feature #1067: memcap for http inside suricata
777 Feature #1086: dns memcap
778 Feature #1093: stream: configurable segment pools
779 Feature #1102: Add a decoder.QinQ stats in stats.log
780 Feature #1105: Detect icmpv6 on ipv4
781
782 2.0beta2 -- 2013-12-18
783
784 Bug #463: Suricata not fire on http reply detect if request are not http
785 Bug #640: app-layer-event:http.host_header_ambiguous set when it shouldn't
786 Bug #714: some logs not created in daemon mode
787 Bug #810: Alerts on http traffic storing the wrong packet as the IDS event payload
788 Bug #815: address parsing with negation
789 Bug #820: several issues found by clang 3.2
790 Bug #837: Af-packet statistics inconsistent under very high traffic
791 Bug #882: MpmACCudaRegister shouldn't call PatternMatchDefaultMatcher
792 Bug #887: http.log printing unknown hostname most of the time
793 Bug #890: af-packet segv
794 Bug #892: detect-engine.profile - custom - does not err out in incorrect toclient/srv values - suricata.yaml
795 Bug #895: response: rst packet bug
796 Bug #896: pfring dna mode issue
797 Bug #897: make install-full fails if wget is missing
798 Bug #903: libhtp valgrind warning
799 Bug #907: icmp_seq and icmp_id keyword with icmpv6 traffic (master)
800 Bug #910: make check fails w/o sudo/root privs
801 Bug #911: HUP signal
802 Bug #912: 1.4.3: Unit test in util-debug.c: line too long.
803 Bug #914: Having a high number of pickup queues (216+) makes suricata crash
804 Bug #915: 1.4.3: log-pcap.c: crash on printing a null filename
805 Bug #917: 1.4.5: decode-ipv6.c: void function cannot return value
806 Bug #920: Suricata failed to parse address
807 Bug #922: trackers value in suricata.yaml
808 Bug #925: prealloc-sessions value bigger than allowed in suricata.yaml
809 Bug #926: prealloc host value in suricata.yaml
810 Bug #927: detect-thread-ratio given a non numeric value in suricata.yaml
811 Bug #928: Max number of threads
812 Bug #932: wrong IP version - on stacked layers
813 Bug #939: thread name buffers are sized inconsistently
814 Bug #943: pfring: see if we can report that the module is not loaded
815 Bug #948: apple ppc64 build broken: thread-local storage not supported for this target
816 Bug #958: SSL parsing issue (master)
817 Bug #963: XFF compile failure on OSX
818 Bug #964: Modify negated content handling
819 Bug #967: threshold rule clobbers suppress rules
820 Bug #968: unified2 not logging tagged packets
821 Bug #970: AC memory read error
822 Bug #973: Use different ids for content patterns which are the same, but one of them has a fast_pattern chop set on it.
823 Bug #976: ip_rep supplying different no of alerts for 2 different but semantically similar rules
824 Bug #979: clean up app layer protocol detection memory
825 Bug #982: http events missing
826 Bug #987: default config generates error(s)
827 Bug #988: suricata don't exit in live mode
828 Bug #989: Segfault in HTPStateGetTxCnt after a few minutes
829 Bug #991: threshold mem leak
830 Bug #994: valgrind warnings in unittests
831 Bug #995: tag keyword: tagging sessions per time is broken
832 Bug #998: rule reload triggers app-layer-event FP's
833 Bug #999: delayed detect inits thresholds before de_ctx
834 Bug #1003: Segmentation fault
835 Bug #1023: block rule reloads during delayed detect init
836 Bug #1026: pfring: update configure to link with -lrt
837 Bug #1031: Fix IPv6 stream pseudo packets
838 Bug #1035: http uri/query normalization normalizes 'plus' sign to space
839 Bug #1042: Can't match "emailAddress" field in tls.subject and tls.issuerdn
840 Bug #1061: Multiple flowbit set in one rule
841 Feature #234: add option disable/enable individual app layer protocol inspection modules
842 Feature #417: ip fragmentation time out feature in yaml
843 Feature #478: XFF (X-Forwarded-For)
844 Feature #602: availability for http.log output - identical to apache log format
845 Feature #622: Specify number of pf_ring/af_packet receive threads on the command line
846 Feature #727: Explore the support for negated alprotos in sigs.
847 Feature #746: Decoding API modification
848 Feature #751: Add invalid packet counter
849 Feature #752: Improve checksum detection algorithm
850 Feature #789: Clean-up start and stop code
851 Feature #813: VLAN flow support
852 Feature #878: add storage api
853 Feature #901: VLAN defrag support
854 Feature #904: store tx id when generating an alert
855 Feature #940: randomize http body chunks sizes
856 Feature #944: detect nic offloading
857 Feature #956: Implement IPv6 reject
858 Feature #957: reject: iface setup
859 Feature #959: Move post config initialisation code to PostConfLoadedSetup
860 Feature #981: Update all switch case fall throughs with comments on false throughs
861 Feature #983: Provide rule support for specifying icmpv4 and icmpv6.
862 Feature #986: set htp request and response size limits
863 Feature #1008: Optionally have http_uri buffer start with uri path for use in proxied environments
864 Feature #1009: Yaml file inclusion support
865 Feature #1032: profiling: per keyword stats
866 Optimization #583: improve Packet_ structure layout
867 Optimization #1018: clean up counters api
868 Optimization #1041: remove mkinstalldirs from git
869
870 2.0beta1 -- 2013-07-18
871
872 - Luajit flow vars and flow ints support (#593)
873 - DNS parser, logger and keyword support (#792), funded by Emerging Threats
874 - deflate support for HTTP response bodies (#470, #775)
875 - update to libhtp 0.5 (#775)
876 - improved gzip support for HTTP response bodies (#470, #775)
877 - redesigned transaction handling, improving both accuracy and performance (#753)
878 - redesigned CUDA support (#729)
879 - Be sure to always apply verdict to NFQ packet (#769)
880 - stream engine: SACK allocs should adhere to memcap (#794)
881 - stream: deal with multiple different SYN/ACK's better (#796)
882 - stream: Randomize stream chunk size for raw stream inspection (#804)
883 - Introduce per stream thread ssn pool (#519)
884 - "pass" IP-only rules should bypass detection engine after matching (#718)
885 - Generate error if bpf is used in IPS mode (#777)
886 - Add support for batch verdicts in NFQ, thanks to Florian Westphal
887 - Update Doxygen config, thanks to Phil Schroeder
888 - Improve libnss detection, thanks to Christian Kreibich
889 - Fix a FP on rules looking for port 0 and fragments (#847), thanks to Rmkml
890 - OS X unix socket build fixed (#830)
891 - bytetest, bytejump and byteextract negative offset failure (#827)
892 - Fix fast.log formatting issues (#771), thanks to Rmkml
893 - Invalidate negative depth (#774), thanks to Rmkml
894 - Fixed accuracy issues with relative pcre matching (#791)
895 - Fix deadlock in flowvar capture code (#802)
896 - Improved accuracy of file_data keyword (#817)
897 - Fix af-packet ips mode rule processing bug (#819), thanks to Laszlo Madarassy
898 - stream: fix injecting pseudo packet too soon leading to FP (#883), thanks to Francis Trudeau
899
900 1.4.4 -- 2013-07-18
901
902 - Bug #834: Unix socket - showing as compiled when it is not desired to do so
903 - Bug #835: Unix Socket not working as expected
904 - Bug #841: configure --enable-unix-socket does not err out if libs/pkgs are not present
905 - Bug #846: FP on IP frag and sig use udp port 0, thanks to Rmkml
906 - Bug #864: backport packet action macro's
907 - Bug #876: htp tunnel fix
908 - Bug #877: Flowbit check with content doesn't match consistently, thanks to Francis Trudeau
909
910 1.4.3 -- 2013-06-20
911
912 - Fix missed detection in bytetest, bytejump and byteextract for negative offset (#828)
913 - Fix IPS mode being unable to drop tunneled packets (#826)
914 - Fix OS X Unix Socket build (#829)
915
916 1.4.2 -- 2013-05-29
917
918 - No longer force nocase to be used on http_host
919 - Invalidate rule if uppercase content is used for http_host w/o nocase
920 - Warn user if bpf is used in af-packet IPS mode
921 - Better test for available libjansson version
922 - Fixed accuracy issues with relative pcre matching (#784)
923 - Improved accuracy of file_data keyword (#788)
924 - Invalidate negative depth (#770)
925 - Fix http host parsing for IPv6 addresses (#761)
926 - Fix fast.log formatting issues (#773)
927 - Fixed deadlock in flowvar set code for http buffers (#801)
928 - Various signature ordering improvements
929 - Minor stream engine fix
930
931 1.4.1 -- 2013-03-08
932
933 - GeoIP keyword, allowing matching on Maxmind's database, contributed by Ignacio Sanchez (#559)
934 - Introduce http_host and http_raw_host keywords (#733, #743)
935 - Add python module for interacting with unix socket (#767)
936 - Add new unix socket commands: fetching config, counters, basic runtime info (#764, #765)
937 - Big Napatech support update by Matt Keeler
938 - Configurable sensor id in unified2 output, contributed by Jake Gionet (#667)
939 - FreeBSD IPFW fixes by Nikolay Denev
940 - Add "default" interface setting to capture configuration in yaml (#679)
941 - Make sure "snaplen" can be set by the user (#680)
942 - Improve HTTP URI query string normalization (#739)
943 - Improved error reporting in MD5 loading (#693)
944 - Improve reference.config parser error reporting (#737)
945 - Improve build info output to include all configure options (#738)
946 - Segfault in TLS parsing reported by Charles Smutz (#725)
947 - Fix crash in teredo decoding, reported by Rmkml (#736)
948 - fixed UDPv4 packets without checksum being detected as invalid (#760)
949 - fixed DCE/SMB parsers getting confused in some fragmented cases (#764)
950 - parsing ipv6 address/subnet parsing in thresholding was fixed by Jamie Strandboge (#697)
951 - FN: IP-only rule ip_proto not matching for some protocols (#689)
952 - Fix build failure with other libhtp installs (#688)
953 - Fix malformed yaml loading leading to a crash (#694)
954 - Various Mac OS X fixes (#700, #701, #703)
955 - Fix for autotools on Mac OS X by Jason Ish (#704)
956 - Fix AF_PACKET under high load not updating stats (#706)
957
958 1.3.6 -- 2013-03-07
959
960 - fix decoder event rules not checked in all cases (#671)
961 - checksum detection for icmpv6 was fixed (#673)
962 - crash in HTTP server body inspection code fixed (#675)
963 - fixed a icmpv6 payload bug (#676)
964 - IP-only rule ip_proto not matching for some protocols was addressed (#690)
965 - fixed malformed yaml crashing suricata (#702)
966 - parsing ipv6 address/subnet parsing in thresholding was fixed by Jamie Strandboge (#717)
967 - crash in tls parser was fixed (#759)
968 - fixed UDPv4 packets without checksum being detected as invalid (#762)
969 - fixed DCE/SMB parsers getting confused in some fragmented cases (#763)
970
971 1.4 2012-12-13
972
973 - Decoder event matching fixed (#672)
974 - Unified2 would overwrite files if file rotation happened within a second of file creation, leading to loss of events/alerts (#665)
975 - Add more events to IPv6 extension header anomolies (#678)
976 - Fix ICMPv6 payload and checksum calculation (#677, #674)
977 - Clean up flow timeout handling (#656)
978 - Fix a shutdown bug when using AF_PACKET under high load (#653)
979 - Fix TCP sessions being cleaned up to early (#652)
980
981 1.3.5 2012-12-06
982
983 - Flow engine memory leak fixed by Ludovico Cavedon (#651)
984 - Unified2 would overwrite files if file rotation happened within a second of file creation, leading to loss of events/alerts (#664)
985 - Flow manager mutex used unintialized, fixed by Ludovico Cavedon (#654)
986 - Windows building in CYGWIN fixed (#630)
987
988 1.4rc1 2012-11-29
989
990 - Interactive unix socket mode (#571, #552)
991 - IP Reputation: loading and matching (#647)
992 - Improved --list-keywords commandline option gives detailed info for supported keyword, including doc link (#435)
993 - Rule analyzer improvement wrt ipv4/ipv6, invalid rules (#494)
994 - User-Agent added to file log and filestore meta files (#629)
995 - Endace DAG supports live stats and at exit drop stats (#638)
996 - Add support for libhtp event "request port doesn't match tcp port" (#650)
997 - Rules with negated addresses will not be considered IP-only (#599)
998 - Rule reloads complete much faster in low traffic conditions (#526)
999 - Suricata -h now displays all available options (#419)
1000 - Luajit configure time detection was improved (#636)
1001 - Flow manager mutex used w/o initialization (#628)
1002 - Cygwin work around for windows shell mangling interface string (#372)
1003 - Fix a Prelude output crash with alerts generated by rules w/o classtype or msg (#648)
1004 - CLANG compiler build fixes (#649)
1005 - Several fixes found by code analyzers
1006
1007 1.4beta3 2012-11-14
1008
1009 - support for Napatech cards was greatly improved by Matt Keeler from Npulse (#430, #619)
1010 - support for pkt_data keyword was added
1011 - user and group to run as can now be set in the config file
1012 - make HTTP request and response body inspection sizes configurable per HTTP server config (#560)
1013 - PCAP/AF_PACKET/PF_RING packet stats are now printed in stats.log (#561, #625)
1014 - add contrib directory to the dist (#567)
1015 - performance improvements to signatures with dsize option
1016 - improved rule analyzer: print fast_pattern along with the rule (#558)
1017 - fixes to stream engine reducing the number of events generated (#604)
1018 - add stream event to match on overlaps with different data in stream reassembly (#603)
1019 - stream.inline option new defaults to "auto", meaning enabled in IPS mode, disabled in IDS mode (#592)
1020 - HTTP handling in OOM condition was greatly improved (#557)
1021 - filemagic keyword performance was improved (#585)
1022 - fixes and improvements to daemon mode (#624)
1023 - fix drop rules not working correctly when thresholded (#613)
1024 - fixed a possible FP when a regular and "chopped" fast_pattern were the same (#581)
1025 - fix a false possitive condition in http_header (#607)
1026 - fix inaccuracy in byte_jump keyword when using "from_beginning" option (#627)
1027 - fixes to rule profiling (#576)
1028 - cleanups and misc fixes (#379, #395)
1029 - updated bundled libhtp to 0.2.11
1030 - build system improvements and cleanups
1031 - fix to SSL record parsing
1032
1033 1.3.4 -- 2012-11-14
1034
1035 - fix crash in flow and host engines in cases of low memory or low memcap settings (#617)
1036 - improve http handling in low memory conditions (#620)
1037 - fix inaccuracy in byte_jump keyword when using "from_beginning" option (#626)
1038 - fix building on OpenBSD 5.2
1039 - update default config's defrag settings to reflect all available options
1040 - fixes to make check
1041 - fix to SSL record parsing
1042
1043 1.3.3 -- 2012-11-01
1044
1045 - fix drop rules not working correctly when thresholded (#615)
1046 - fix a false possitive condition in http_header (#606)
1047 - fix extracted file corruption (#601)
1048 - fix a false possitive condition with the pcre keyword and relative matching (#588)
1049 - fix PF_RING set cluster problem on dma interfaces (#598)
1050 - improve http handling in low memory conditions (#586, #587)
1051 - fix FreeBSD inline mode crash (#612)
1052 - suppress pcre jit warning (#579)
1053
1054 1.4beta2 -- 2012-10-04
1055
1056 - New keyword: "luajit" to inspect packet, payload and all HTTP buffers with a Lua script (#346)
1057 - Added ability to control per server HTTP parser settings in much more detail (#503)
1058 - Rewrite of IP Defrag engine to improve performance and fix locking logic (#512, #540)
1059 - Big performance improvement in inspecting decoder, stream and app layer events (#555)
1060 - Pool performance improvements (#541)
1061 - Improved performance of signatures with simple pattern setups (#577)
1062 - Bundled docs are installed upon make install (#527)
1063 - Support for a number of global vs rule thresholds [3] was added (#425)
1064 - Improved rule profiling performance
1065 - If not explicit fast_pattern is set, pick HTTP patterns over stream patterns. HTTP method, stat code and stat msg are excluded.
1066 - Fix compilation on architectures other than x86 and x86_64 (#572)
1067 - Fix FP with anchored pcre combined with relative matching (#529)
1068 - Fix engine hanging instead of exitting if the pcap device doesn't exist (#533)
1069 - Work around for potential FP, will get properly fixed in next release (#574)
1070 - Improve ERF handling. Thanks to Jason Ish
1071 - Always set cluster_id in PF_RING
1072 - IPFW: fix broken broadcast handling
1073 - AF_PACKET kernel offset issue, IPS fix and cleanup
1074 - Fix stream engine sometimes resending the same data to app layer
1075 - Fix multiple issues in HTTP multipart parsing
1076 - Fixed a lockup at shutdown with NFQ (#537)
1077
1078 1.3.2 -- 2012-10-03
1079
1080 - Fixed a possible FP when a regular and "chopped" fast_pattern were the same (#562)
1081 - Fixed a FN condition with the flow:no_stream option (#575)
1082 - Fix building of perf profiling code on i386 platform. By Simon Moon (#534)
1083 - Fix multiple issues in HTTP multipart parsing
1084 - Fix stream engine sometimes resending the same data to app layer
1085 - Always set cluster_id in PF_RING
1086 - Defrag: silence some potentially noisy errors/warnings
1087 - IPFW: fix broken broadcast handling
1088 - AF_PACKET kernel offset issue
1089
1090 1.4beta1 -- 2012-09-06
1091
1092 - Custom HTTP logging contributed by Ignacio Sanchez (#530)
1093 - TLS certificate logging and fingerprint computation and keyword (#443)
1094 - TLS certificate store to disk feature (#444)
1095 - Decoding of IPv4-in-IPv6, IPv6-in-IPv6 and Teredo tunnels (#462, #514, #480)
1096 - AF_PACKET IPS support (#516)
1097 - Rules can be set to inspect only IPv4 or IPv6 (#494)
1098 - filesize keyword for matching on sizes of files in HTTP (#489)
1099 - Delayed detect initialization. Starts processing packets right away and loads detection engine in the background (#522)
1100 - NFQ fail open support (#507)
1101 - Highly experimental lua scripting support for detection
1102 - Live reloads now supports HTTP rule updates better (#522)
1103 - AF_PACKET performance improvements (#197, #415)
1104 - Make defrag more configurable (#517, #528)
1105 - Improve pool performance (#518)
1106 - Improve file inspection keywords by adding a separate API (#531)
1107 - Example threshold.config file provided (#302)
1108 - Fix building of perf profiling code on i386 platform. By Simon Moon (#534)
1109 - Various spelling corrections by Simon Moon (#533)
1110
1111 1.3.1 -- 2012-08-21
1112
1113 - AF_PACKET performance improvements
1114 - Defrag engine performance improvements
1115 - HTTP: add per server options to enable/disable double decoding of URI (#464, #504)
1116 - Stream engine packet handling for packets with non-standard flag combinations (#508)
1117 - Improved stream engine handling of packet loss (#523)
1118 - Stream engine checksum alerting fixed
1119 - Various rule analyzer fixes (#495, #496, #497)
1120 - (Rule) profiling fixed and improved (#460, #466)
1121 - Enforce limit on max-pending-packets (#510)
1122 - fast_pattern on negated content improved
1123 - TLS rule keyword parsing issues
1124 - Windows build fixes (#502)
1125 - Host OS parsing issues fixed (#499)
1126 - Reject signatures where content length is bigger than "depth" setting (#505)
1127 - Removed unused "prune-flows" option
1128 - Set main thread and live reload thread names (#498)
1129
1130 1.3 -- 2012-07-06
1131
1132 - make live rule reloads optional and disabled by default
1133 - fix a shutdown bug
1134 - fix several memory leaks (#492)
1135 - warn user if global and rule thresholding conflict (#455)
1136 - set thread names on FreeBSD (Nikolay Denev)
1137 - Fix PF_RING building on Ubuntu 12.04
1138 - rule analyzer updates
1139 - file inspection improvements when dealing with limits (#493)
1140
1141 1.3rc1 -- 2012-06-29
1142
1143 - experimental live rule reload by sending a USR2 signal (#279)
1144 - AF_PACKET BPF support (#449)
1145 - AF_PACKET live packet loss counters (#441)
1146 - Rule analyzer (#349)
1147 - add pcap workers runmode for use with libpcap wrappers that support load balancing, such as Napatech's or Myricom's
1148 - negated filemd5 matching, allowing for md5 whitelisting
1149 - signatures with depth and/or offset are now checked against packets in addition to the stream (#404)
1150 - http_cookie keyword now also inspects "Set-Cookie" header (#479)
1151 - filemd5 keyword no longer depends on log-file output module (#447)
1152 - http_raw_header keyword inspects original header line terminators (#475)
1153 - deal with double encoded URI (#464)
1154 - improved SMB/SMB2/DCERPC robustness
1155 - ICMPv6 parsing fixes
1156 - improve HTTP body inspection
1157 - stream.inline accuracy issues fixed (#339)
1158 - general stability fixes (#482, #486)
1159 - missing unittests added (#471)
1160 - "threshold.conf not found" error made more clear (#446)
1161 - IPS mode segment logging for Unified2 improved
1162
1163 1.3beta2 -- 2012-06-08
1164
1165 - experimental support for matching on large lists of known file MD5 checksums
1166 - Improved performance for file_data, http_server_body and http_client_body keywords
1167 - Improvements to HTTP handling: multipart parsing, gzip decompression
1168 - Byte_extract can support negative offsets now (#445)
1169 - Support for PF_RING 5.4 added. Many thanks to Chris Wakelin (#459)
1170 - HOME_NET and EXTERNAL_NET and the other vars are now checked for common errors (#454)
1171 - Improved error reporting when using too long address strings (#451)
1172 - MD5 calculation improvements for daemon mode and other cases (#449)
1173 - File inspection scripts: Added Syslog action for logging to local syslog. Thanks to Martin Holste.
1174 - Rule parser is made more strict.
1175 - Unified2 output overhaul, logging individual segments in more cases.
1176 - detection_filter keyword accuracy problem was fixed (#453)
1177 - Don't inspect cookie header with http header (#461)
1178 - Crash with a rule with two byte_extract keywords (#456)
1179 - SSL parser fixes. Thanks to Chris Wakelin for testing the patches! (#476)
1180 - Accuracy issues in HTTP inspection fixed. Thanks to Rmkml (#452)
1181 - Improve escaping of some characters in logs (#418)
1182 - Checksum calculation bugs fixed
1183 - IPv6 parsing issues fixed. Thanks to Michel Saborde.
1184 - Endace DAG issues fixed. Thanks to Jason Ish from Endace.
1185 - Various OpenBSD related fixes.
1186 - Fixes for bugs found by Coverity source code analyzer.
1187
1188 1.3beta1 -- 2012-04-04
1189
1190 - TLS/SSL handshake parser, tls.subjectdn and tls.issuerdn keywords (#296, contributed by Pierre Chifflier)
1191 - Napatech capture card support (contributed by Randy Caldejon -- nPulse)
1192 - Scripts for looking up files / file md5's at Virus Total and others (contributed by Martin Holste)
1193 - Test mode: -T option to test the config (#271)
1194 - Ringbuffer and zero copy support for AF_PACKET
1195 - Commandline options to list supported app layer protocols and keywords (#344, #414)
1196 - File extraction for HTTP POST request that do not use multipart bodies
1197 - On the fly md5 checksum calculation of extracted files
1198 - Line based file log, in json format
1199 - Basic support for including other yaml files into the main yaml
1200 - New multi pattern engine: ac-bs
1201 - Profiling improvements, added lock profiling code
1202 - Improved HTTP CONNECT support in libhtp (#427, Brian Rectanus -- Qualys)
1203 - Unified yaml naming convention, including fallback support (by Nikolay Denev)
1204 - Improved Endace DAG support (#431, Jason Ish -- Endace)
1205 - New default runmode: "autofp" (#433)
1206 - Major rewrite of flow engine, improving scalability.
1207 - Improved http_stat_msg and http_stat_code keywords (#394)
1208 - Improved scalability for Tag and Threshold subsystems
1209 - Made the rule keyword parser much stricter in detecting syntax errors
1210 - Split "file" output into "file-store" and "file-log" outputs
1211 - Much improved file extraction
1212 - CUDA build fixes (#421)
1213 - Various FP's reported by Rmkml (#403, #405, #411)
1214 - IPv6 decoding and detection issues (reported by Michel Sarborde)
1215 - PCAP logging crash (#422)
1216 - Fixed many (potential) issues with the help of the Coverity source code analyzer
1217 - Fixed several (potential) issues with the help of the cppcheck and clang/scan-build source code analyzers
1218
1219 1.2.1 -- 2012-01-20
1220
1221 - fix malformed unified2 records when writing alerts trigger by stream inspection (#402)
1222 - only force a pseudo packet inspection cycle for TCP streams in a state >= established
1223
1224 1.2 -- 2012-01-19
1225
1226 - improved Windows/CYGWIN path handling (#387)
1227 - fixed some issues with passing an interface or ip address with -i
1228 - make live worker runmode threads adhere to the 'detect' cpu affinity settings
1229
1230 1.2rc1 -- 2012-01-11
1231
1232 - app-layer-events keyword: similar to the decoder-events and stream-events, this will allow matching on HTTP and SMTP events
1233 - auto detection of checksum offloading per interface (#311)
1234 - urilen options to match on raw or normalized URI (#341)
1235 - flow keyword option "only_stream" and "no_stream"
1236 - unixsock output options for all outputs except unified2 (PoC python script in the qa/ dir) (#250)
1237 - in IPS mode, reject rules now also drop (#399)
1238 - http_header now also inspects response headers (#389)
1239 - "worker" runmodes for NFQ and IPFW
1240 - performance improvement for "ac" pattern matcher
1241 - allow empty/non-initialized flowints to be incremented
1242 - PCRE-JIT is now enabled by default if available (#356)
1243 - many file inspection and extraction improvements
1244 - flowbits and flowints are now modified in a post-match action list
1245 - general performance increasements
1246 - fixed parsing really high sid numbers >2 Billion (#393)
1247 - fixed ICMPv6 not matching in IP-only sigs (#363)
1248
1249 1.2beta1 -- 2011-12-19
1250
1251 - File name, type inspection and extraction for HTTP
1252 - filename, fileext, filemagic and filestore keywords added
1253 - "file" output for storing extracted files to disk
1254 - file_data keyword support, inspecting normalized, dechunked, decompressed HTTP response body (feature #241
1255 - new keyword http_server_body, pcre regex /S option
1256 - Option to enable/disable core dumping from the suricata.yaml (enabled by default)
1257 - Human readable size limit settings in suricata.yaml
1258 - PF_RING bpf support (required PF_RING >= 5.1) (feature #334)
1259 - tos keyword support (feature #364)
1260 - IPFW IPS mode does now support multiple divert sockets
1261 - New IPS running modes, Linux and FreeBSD do now support "worker" and "autofp"
1262 - Improved alert accuracy in autofp and single runmodes
1263 - major performance optimizations for the ac-gfbs pattern matcher implementation
1264 - unified2 output fixes
1265 - PF_RING supports privilege dropping now (bug #367)
1266 - Improved detection of duplicate signatures
1267
1268 1.1.1 -- 2011-12-07
1269
1270 - Fix for a error in the smtp parser that could crash Suricata.
1271 - Fix for AF_PACKET not compiling on modern linux systems like Fedora 16.
1272
1273 1.1 -- 2011-11-10
1274
1275 - CUDA build fixed
1276 - minor pcap, AF_PACKET and PF_RING fixes (#368)
1277 - bpf handling fix
1278 - Windows CYGWIN build
1279 - more cleanups
1280
1281 1.1rc1 -- 2011-11-03
1282
1283 - extended HTTP request logging for use with (among other things) http_agent for Sguil (#38)
1284 - AF_PACKET report drop stats on shutdown (#325)
1285 - new counters in stats.log for flow and stream engines (#348)
1286 - SMTP parsing code support for BDAT command (#347)
1287 - HTTP URI normalization no longer converts to lowercase (#362)
1288 - AF_PACKET works with privileges dropping now (#361)
1289 - Prelude output for state matches (#264, #355)
1290 - update of the pattern matching code that should improve accuracy
1291 - rule parser was made more strict (#295, #312)
1292 - multiple event suppressions for the same SID was fixed (#366)
1293 - several accuracy fixes
1294 - removal of the unified1 output plugins (#353)
1295
1296 1.1beta3 -- 2011-10-25
1297
1298 - af-packet support for high speed packet capture
1299 - "replace" keyword support (#303)
1300 - new "workers" runmode for multi-dev and/or clustered PF_RING, AF_PACKET, pcap
1301 - added "stream-event" keyword to match on TCP session anomalies
1302 - support for suppress keyword was added (#274)
1303 - byte_extract keyword support was added
1304 - improved handling of timed out TCP sessions in the detection engine
1305 - unified2 payload logging if detection was in the HTTP state (#264)
1306 - improved accuracy of the HTTP transaction logging
1307 - support for larger (64 bit) Flow/Stream memcaps (#332)
1308 - major speed improvements for PCRE, including support for PCRE JIT
1309 - support setting flowbits in ip-only rules (#292)
1310 - performance increases on SSE3+ CPU's
1311 - overhaul of the packet acquisition subsystem
1312 - packet based performance profiling subsystem was added
1313 - TCP SACK support was added to the stream engine
1314 - updated included libhtp to 0.2.6 which fixes several issues
1315
1316 1.1beta2 -- 2011-04-13
1317
1318 - New keyword support: http_raw_uri (including /I for pcre), ssl_state, ssl_version (#258, #259, #260, #262).
1319 - Inline mode for the stream engine (#230, #248).
1320 - New keyword support: nfq_set_mark
1321 - Included an example decoder-events.rules file
1322 - api for adding and selecting runmodes was added
1323 - pcap logging / recording output was added
1324 - basic SCTP protocol parsing was added
1325 - more fine grained CPU affinity setting support was added
1326 - stream engine inspects stream in larger chunks
1327 - fast_pattern support for http_method content modifier (#255)
1328 - negation support for isdataat keyword (#257)
1329 - configurable interval for stats.log updates (#247)
1330 - new pf_ring runmode was added that scales better
1331 - pcap live mode now handles the monitor interface going up and down
1332 - several QA additions to "make check"
1333 - NFQ (linux inline) mode was improved
1334 - Alerts classification fix (#275)
1335 - compiles and runs on big-endian systems (#63)
1336 - unified2 output works around barnyard2 issues with DLT_RAW + IPv6
1337
1338 1.1beta1 -- 2010-12-21
1339
1340 - New keyword support: http_raw_header, http_stat_msg, http_stat_code.
1341 - A new default pattern matcher, Aho-Corasick based, that uses much less memory.
1342 - reference.config support as supplied by ET/ETpro and VRT.
1343 - Much improved fast_pattern support, including for http_uri, http_client_body, http_header, http_raw_header.
1344 - Improved parsers, especially the DCERPC parser.
1345 - Much improved performance & accuracy.
1346
1347 1.0.5 -- 2011-07-25
1348
1349 - Fix stream reassembly bug #300. Thanks to Rmkml for the report.
1350 - Fix several (potential) issues fixed after a source code scan with Coverity generously contributed by RedHat.
1351
1352 1.0.4 -- 2011-06-24
1353
1354 - LibHTP updated to 0.2.6
1355 - Large number of (potential) issues fixed after a source code scan with Coverity generously contributed by RedHat.
1356 - Large number of (potential) issues fixed after source code scans with the Clang static analizer.
1357
1358 1.0.3 -- 2011-04-13
1359
1360 - Fix broken checksum calculation for TCP/UDP in some cases
1361 - Fix errors in the byte_test, byte_jump, http_method and http_header keywords
1362 - Fix a ASN1 parsing issue
1363 - Improve LibHTP memory handling
1364 - Fix a defrag issue
1365 - Fix several stream engine issues
1366