This repository has been archived by the owner on Nov 20, 2021. It is now read-only.
forked from zeek/bro-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES
89 lines (50 loc) · 2.27 KB
/
CHANGES
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
0.2-59 | 2016-02-08 12:32:23 -0800
* Capitalize Myricom_ROOT_DIR in configure.plugin. (Keith Butler)
0.2-53 | 2016-01-25 15:56:45 -0800
* Add TCPRS plugin. (James Swaro)
* Removing the DataSeries log writer plugin. (Robin Sommer)
* Adding guard to Makefiles' test targets to not fail when the plugin
hasn't been built. (Robin Sommer)
* Fix a duplicate Makefile target. (Daniel Thayer)
* README improvments (Johanna Amann/Daniel Thayer)
* Add README.rst -> README symlink. Addresses BIT-1413 (Johanna
Amann)
* Adapt tp Bro plugin API changes. (James Swaro)
0.2-35 | 2015-10-26 13:36:52 -0700
* New packet source plugin to provide native AF_PACKET support. (Jan
Grashoefer)
* New packet source plugin to provide native Myricom SNF v3. (Michal
Purzynski)
0.2-21 | 2015-10-01 16:28:52 -0700
* Add tests for ElasticSearch and NSQ. (Vlad Grigorescu)
* Allow customizing ElasticSearch index name in UTC or local time,
as well as ElasticSearch index format. Addresses BIT-1336. (Vlad
Grigorescu)
* Make ElasticSearch plugin more reliable, and support NSQ output.
(Vlad Grigorescu/Seth Hall)
0.2-16 | 2015-08-21 16:42:20 -0700
* Fix minor typo in README. (Daniel Thayer)
* Fix doc build warnings and typos for Redis and PF_RING. (Daniel
Thayer)
0.2-12 | 2015-08-07 14:12:03 -0700
* New plugin to adding support for logging to Redis. (Albert Zaharovits)
* New plugin to provide native PF_RING support to Bro (Alfredo Cardigliano)
* Adapting to Bro changing config.h to bro-config.h (Robin Sommer)
0.2-2 | 2015-07-16 17:24:14 -0700
* Adapt netmap plugin to Bro API changes. (Jeff Barber)
0.2 | 2015-06-02 09:36:20 -0700
* Release 0.2.
0.1-6 | 2015-06-02 09:35:54 -0700
* Fix minor formatting and typos in Bro scripts. (Daniel Thayer)
* Add links to each plugin README from the main README. (Daniel
Thayer)
* Fix a broken link in the dataseries README. (Daniel Thayer)
0.1-2 | 2015-05-28 13:18:58 -0700
* Fixing script helper to return correct path for tests. (Robin
Sommer)
* Fixing README. Addresses #1395. (Robin Sommer)
0.1 | 2015-03-20 10:43:29 -0500
* Release 0.1.
30e344d | 2014-08-08 18:26:16 -0700
* Converting DataSeries and ElasticSearch log writers into external
plugins. (Robin Sommer)