forked from CESNET/Nemea-Modules
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
284 lines (246 loc) · 6.9 KB
/
ChangeLog
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
2018-08-03 nemea-modules-2.7.1
* Add module blooming_history.
2018-07-30 nemea-modules-2.7.0
Bugfixes in unirecfilter.
Bugfixes in anonymizer.
Add feature flush output to json_dump.
Bugfixes in json_dump.
Enabled help string for python modules.
Add module pdns_exporter.
2018-07-19 nemea-modules-2.6.4
* unirecfilter:
added feature of comparison timestamps
bugfixes
* natpair:
bugfixes, discovered by coverity
* report2idea:
changed "dns" to "domain"
2018-04-13 Nemea-modules-2.6.3
* email_reporter:
field names are sorted from longest to shortest
* aggregator:
faster unordered map implementation
2018-03-20 Nemea-modules-2.6.2
* added new modules:
Natpair, Mux, Demux, Aggregator (old renamed to
scalar-aggregator)
* flow_meter:
added export of DNS PTR
added SMTP plugin
modified some test scripts
* logger:
added script for converting CSV to human readable format
* logreplay:
implemented delays according to time column, can be disabled
bugfix with Ctrl+C not terminating module
2017-11-28 Nemea-modules-2.6.1
* vportscan2idea: adapt to the new output of aggregator
2017-10-10 Nemea-modules-2.6.0
* added new module:
ipv6stats (for counting statistics about IPv4 and IPv6 traffic)
* report2idea:
ipblacklist: skip message when no threshold reached
2017-09-23 Nemea-modules-2.5.9
* report2idea:
ipblacklist, haddrscan: changed format
2017-08-21 Nemea-modules-2.5.8
* link_traffic:
changed datatype of link_conf_t color
added possibility to use comments in configuration file
updated README.md
bugfixes
* report2idea:
test: BUGFIX different behaviour of awk asort()
blacklist: removed PalevoTracker
* unirecfilter:
do not assume double quotes around IPv6 addresses
* removed CFLAGS/CXXFLAGS/LDFLAGS setting in libtrap check macro
* add libpcap-dev, use disabled repobuild by default
* ignore build artefacts
2017-07-24 Nemea-modules-2.5.7
* link_traffic:
new configuration file with lines
JSON conversion script
bugfixes
* topn:
bugfixes
* unirecfilter:
bugfixes
* traffic_repeater:
code refactoring
* flow_meter:
long IPFIX option (by Ulrik Haugen)
file attributes in spec (by Ulrik Haugen)
2017-07-11 Nemea-modules-2.5.6
* flow_meter:
fix build with older gcc
* report2idea:
* ipblacklist: added ransomware tracker
* sipbf2idea: added testcases, added tcp/udp protocol into the
message
2017-06-30 Nemea-modules-2.5.5
* report2idea:
uses new version with config
venom2idea: Fixed test.sh
* flow_meter:
parser is now parsing packets without transport layer
* link_traffic:
config parser + data saving
2017-06-08 Nemea-modules-2.5.4
* report2idea:
added ddos reporter
venom2idea: BUGFIX invalid JSON in config.cfg
* flow_meter:
flow cache hash function changed to xxHash
added handler for SIGPIPE signal
add support for IPv6 address in -x parameter
added export to IPFIX
optimizations
simplifications
bugfixes
2017-03-01 Nemea-modules-2.5.3
* anonymizer:
added possibility to anonymize IP adresses (IPv4, IPv6)
in string representations in dynamic fields
* flow_meter:
added -O option (see documentation)
bash completion feature
BUGFIX distcheck failed
added traffic filtering using -F parameter
default timeout on output interfaces set to HALF_WAIT
fixed exporting expired flows while no packets are captured
added output unirec field description to README
* topn:
add new module for TOP-n stats computation
* improved manual pages generation
* report2idea:
added reporter venom2idea
removed booterfilter
fixed paths in tests
* some other minor bugfixes and optimizations
2017-02-05 Nemea-modules-2.5.2
* added aggregator with liburfilter (by Miroslav Kalina)
* changed unirecfilter to link liburfilter (by Miroslav Kalina)
* added nfwriter (by Jiri Havranek)
the module receives UniRec and stores nfdump files
* removed libnfdump dependency from source codes
* flow_meter:
add support: IPv6 extension headers
add support: double tagged frames (VLAN)
optimizations
bugfixes
2017-01-11 Nemea-modules-2.5.1
* unirecfilter:
fixes of the PROTOCOL field - allow numbers
allow negative float numbers
checking IP addresses
allow apostrophe
* link_traffic:
add new module (experimental), can export data into munin
2016-10-07 Nemea-modules-2.5.0
* report2idea:
haddrscan2idea and sipbf2idea now also exports SRC and DST ports
* logger:
removed OpenMP dependency
* flow_meter
extended tests coverage
updated README
many bugfixes and overall improvements
* nfreader:
fixed ipv6 export in version with libnf
* nfwriter
new module - reads flows from input interface and write them to nfdump file
* endiverter
minor improvements
2016-10-07 Nemea-modules-2.4.3
* added sipbf2idea reporter
2016-10-04 Nemea-modules-2.4.2
* flow_meter:
added arp plugin
bugfixes in http and ntp plugin
* other bugfixes
2016-08-05 Nemea-modules-2.4.1
* package:
fixed dependencies (remove nemea-py*)
* flow_meter:
code revision
memory optimizations
fixing byte order issues
* endiverter:
coding style
bugfixes
2016-07-28 Nemea-modules-2.4.0
* report2idea modules:
replaced python wrapper with pytrap
* miner_detector:
add reporter module
* json_dump, json_replay:
replaced python wrapper with pytrap
* flow_meter:
optimization and improvement
add NTP plugin
* endiverter:
add converter of UniRec message from OpenWRT
* email_reporter:
replaced python wrapper with pytrap
* device_classifier:
add beta version of module
installation must be fixed
* debug_sender:
replaced python wrapper with pytrap
2016-06-03 Nemea-modules-2.3.6
* logger:
improved error messages
changed order of functions during initialization
* bruteforce2idea:
bugfix
* amplification2idea.py:
added "Source.Type"="Backscatter"
2016-04-14 Nemea-modules-2.3.5
* nfdump_reader:
fixed timestamps when libnf is used
* Anonymizer:
removed progress printing, disabled strict-aliasing
2016-04-03 Nemea-modules-2.3.4
* report2idea dnstunnel bugfixed
* flow_meter bugfixed
2016-03-20 Nemea-modules-2.3.3
* flow_meter sip plugin bugfixed - no longer causes segfault
* many smaller bugfixes
2016-03-16 Nemea-modules-2.3.2
* debug_sender can now be installed properly
* added install README for:
nfreader
email_reporter
debug_sender
merger
2016-03-14 Nemea-modules-2.3.1
* Added modules:
reporter for brute_force_detector
* bugfixes
2016-03-10 Nemea-modules-2.3
* Added modules:
reporter for ipblacklistfilter
* documentation for creating flow_meter plugins
* bugfixes
2016-02-28 Nemea-modules-2.2
* Added modules:
reporters to idea
email_reporter
json_dump
json_replay
* added test of repoeters
* bugfixes
2016-02-16 Nemea-modules-2.1
* Contained modules:
anonymizer
debug_sender
flow_meter
flowcounter
logger
logreplay
merger
nfreader
report2idea
traffic_repeater
unirecfilter