-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathNEWS
More file actions
375 lines (345 loc) · 25.8 KB
/
NEWS
File metadata and controls
375 lines (345 loc) · 25.8 KB
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
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
2025-09-01 (Pavel Siska): rpm: add missing flow_age_stats binary
2025-08-05 (Damir Zainullin): Biflow Aggregator - Fix pipeline
2025-08-04 (Damir Zainullin): Biflow aggregator - Add UNIQUE_COUNT tests
2025-08-04 (Damir Zainullin): Biflow aggregator - Add UNIQUE_COUNT aggregation function
2025-08-04 (Damir Zainullin): Biflow aggregator - Add tests
2025-08-04 (Damir Zainullin): Biflow aggregator - Update main.cpp
2025-08-04 (Damir Zainullin): Biflow aggregator - Update configuration
2025-07-01 (Karel Hynek): prefix_tags: improve performance by skipping prefix search unless necessary
2025-07-01 (Karel Hynek): prefix_tags: Added tagging capability for both SRC and DST IP addresses.
2024-08-29 (Tomas Cejka): anonymizer: option to skip SRC_IP (-S)/DST_IP (-D)
2024-06-20 (Michalsus): Module flow_age_stats and script for graphs (#231)
2024-05-09 (Tomas Cejka): blacklist2idea: fixed test reference after In/OutPacketCount change
2024-04-24 (Pavel Siska): blacklist - rename Idea fields InPacketsCount -> InPacketCount OutPacketsCount -> OutPacketCount
2024-02-08 (Pavel Siska): unirecfilter - fix filter syntax error caused by empty filter
2023-10-02 (Pavel Valach): sni_dataset_saver: add cstdint include in sampler.h
2023-04-19 (Tomas Cejka): Merge pull request #222 from CESNET/unirecfilter-o-param-warning
2023-04-19 (Václav Bartoš): unirecfilter: Print warning when using -O with -f
2023-04-04 (Tomas Cejka): json_dump: draft of reconnect feature (#217)
2023-04-04 (Tomas Cejka): Merge pull request #221 from CESNET/json_replay_improvements
2023-03-31 (Václav Bartoš): json_replay: argparse, multiple files support, readme
2023-02-13 (SiskaPavel): Merge pull request #219 from CESNET/blacklistfilter-fix-invalid-bl-access
2023-02-13 (Pavel Siska): blacklist2idea - Fix invalid access to blacklist
2023-01-12 (Tomas Cejka): Merge pull request #218 from CESNET/rpm_f36_fix
2023-01-11 (Tomas Cejka): build: fixed distcheck - remove devel files
2022-12-28 (Tomas Cejka): rpm: skip installation of .la files
2022-10-13 (Tomas Cejka): Merge pull request #216 from CESNET/unirec2json-mappings
2022-10-13 (Tomas Cejka): Merge pull request #215 from CESNET/jsondump-socket
2022-10-09 (Tomas Cejka): unirec2json: add mappings feature to modify converted message
2022-10-08 (Tomas Cejka): json_dump: support -s to stream JSON via TCP to server
2022-10-03 (SiskaPavel): Merge pull request #214 from CESNET/release
2022-10-03 (SiskaPavel): Merge pull request #212 from CESNET/release
2022-10-03 (SiskaPavel): Merge pull request #210 from CESNET/rpm_remove_python2
2022-10-03 (SiskaPavel): Merge pull request #213 from CESNET/prefix_tags_varlen_fields
2022-10-03 (Tomas Cejka): prefix_tags: remove error on variable length fields, just copy them
2022-09-01 (Tomas Cejka): device_classifier: minor changes to get rid of python2
2022-09-11 (Tomas Cejka): unirecfilter: add true/false support
2022-09-11 (Tomas Cejka): unirecfilter: fixed array parsing - skip newlines and spaces
2022-09-07 (Tomas Cejka): scalar-agg: fixed empty filter that means true
2022-09-07 (Tomas Cejka): scalar-agg: timedb: fixed warnings, unsupported UniRec Array types
2022-02-08 (Tomas Cejka): Merge pull request #205 from CESNET/sni-dataset-saver
2022-02-08 (Tomas Cejka): rpm: add sni_dataset_saver
2022-01-20 (root): sni-dataset-saver: Added missing files to Makefile
2022-01-20 (root): Added new module SNI-dataset-saver
2022-01-06 (SiskaPavel): Merge pull request #197 from CESNET/lua_bytes
2021-12-30 (SiskaPavel): Merge pull request #204 from CESNET/rpm_build_fix
2021-12-29 (Tomas Cejka): rpm: fixed build on fedora35
2021-12-15 (Tomas Cejka): Merge pull request #203 from CESNET/urfilter_trap_flush
2021-12-14 (root): unirecfilter: Removed trap flush after every sent message due to performance issues.
2021-11-08 (Tomas Cejka): Merge pull request #201 from CESNET/logreplay_fix
2021-11-08 (Jiri Havranek): logreplay: fixed segfault when reading dynamic files
2021-10-04 (SiskaPavel): Merge pull request #200 from CESNET/codeql_coverity_fix
2021-10-01 (Jiri Havranek): fixed issues reported by coverity
2021-09-22 (Jiri Havranek): fixed issues reported by codeQL
2021-09-15 (Tomas Cejka): Merge pull request #199 from CESNET/new_version
2021-09-02 (Jiri Havranek): luamodule: fixed ur_ip for lua versions up to 5.2
2021-09-02 (Jiri Havranek): luamodule: fixed compilation warning
2021-09-02 (Jiri Havranek): luamodule: updated README.md
2021-09-01 (Jiri Havranek): luamodule: added support for conversion between bytes and ip address
2021-09-15 (xsiska12): Backscatter: Added missing DIST section to Makefile
2021-08-05 (Martin Marusiak): Added backscatter module
2021-08-02 (Matej Hulák): README example fix
2021-07-29 (xsiska12): biflow_aggregator: removed gnu standard from Makefile
2021-07-17 (Tomas Cejka): ghactions: add codeql, coverity, codecov
2021-07-12 (Tomas Cejka): ghactions: add missing submodule update for tests
2021-07-12 (Tomas Cejka): setup github actions workflow
2021-07-12 (xsiska12): Link traffic: Added parameter to check only one direction of flow.
2021-06-17 (Václav Bartoš): json_dump: added verbose print about end-of-stream msg
2021-05-06 (xsiska12): logreplay: increased maximal size of dynamic field
2021-05-04 (Tomas Cejka): travis: removed auto deploy
2021-05-03 (xsiska12): biflow-aggregator: fixed missing type check in is_key_present() function.
2021-04-20 (xsiska12): link_traffic: fixed mixed link statistics.
2021-03-25 (xsiska12): logreplay: Fixed parsing of empty dynamic field at the end of line.
2021-03-22 (xsiska12): merger: fix test
2021-03-22 (Adam Piecek): nemea-modules: added biflow_aggregator to rpm package
2021-03-22 (xsiska12): merger: fixed invalid first message
2021-03-22 (xsiska12): biflow-aggregator: Fixed missing aggregation field initialization.
2021-03-03 (SiskaPavel): C/C++ standard unified to -std=gnu11 and -std=gnu++11
2021-03-18 (SiskaPavel): nemea-modules: Added new biflow aggregator module.
2021-03-17 (aPiecek): nfreader: bugfix infinite loop
2021-03-16 (Tomas Cejka): link_traffic: add Total counter
2021-03-11 (Jiri Havranek): luamodule: tests: improved output formating for stats test
2021-01-28 (Tomas Cejka): unirecfilter: fixed coding style
2021-01-22 (Radko Krkos): unirecfilter: Fix build with GCC v10.x
2021-01-22 (Radko Krkos): anonymizer: Fix build with GCC v10.x
2021-01-22 (Radko Krkos): Revert "build: gcc10+ compatibility: add -fcommon if gcc version is at least 10"
2020-12-17 (Václav Bartoš): unirecfilter: improved README - better explained expected file format
2020-12-04 (aPiecek): refactor/bugfixes: bloom_history, use after free
2020-12-04 (aPiecek): refactor/bugfixes: logger, unsigned compared against 0
2020-12-04 (aPiecek): refactor/bugfixes: aggregator, prefix_tags, bloom_history, uninitialized pointer read/field
2020-12-04 (aPiecek): refactor/bugfixes: aggregator, unchecked return value
2020-12-04 (aPiecek): refactor/bugfixes: device_classifier, truncated stdio return value
2020-12-04 (aPiecek): refactor/bugfixes: bloom_history, device_classifier, resource leak
2020-12-03 (aPiecek): refactor/bugfixes: bloom_history_functions, double unlock
2020-12-03 (aPiecek): refactor/bugfixes: device_classifier, division or modulo by float zero
2020-12-03 (aPiecek): refactor/bugfixes: device_classifier, aggregator, prefix_tags_functions, dereference after null check
2020-12-03 (aPiecek): refactor/bugfixes: merger, argument cannot be negative
2020-11-24 (Tomas Cejka): report2idea: smashedblacklist: add example output - solved todo
2020-11-24 (Tomas Cejka): report2idea: update smashedblacklist reference data
2020-11-24 (Tomas Cejka): report2idea: fixed dgatest + rpmbuild
2020-11-09 (Jiri Havranek): merger: fixed test
2020-11-02 (Jiri Havranek): flowcounter: added -r parameter for sending relative stats to output interface
2020-11-02 (Jiri Havranek): flowcounter: fixed module not working at all when -o parameter is used
2020-09-29 (jirkaseta): added dga reporter
2020-08-22 (Jiri Havranek): logreplay: fixed parsing of arrays
2020-08-19 (Tomas Cejka): flow_meter: migrated to https://github.com/CESNET/ipfixprobe
2020-08-19 (Karel Hynek): flow_meter: Edited ipfix element number
2020-08-18 (Jiri Havranek): flow_meter: HTTPS: removed use of flow flush feature
2020-08-17 (Tomas Cejka): agg: increased max number of fields
2020-08-17 (Tomas Cejka): agg: refactoring+bugfix passing index instead of field_id
2020-08-17 (Tomas Cejka): build: gcc10+ compatibility: add -fcommon if gcc version is at least 10
2020-08-16 (Tomáš Čejka): aggregator: first-nonempty: update of doc and coding style
2020-08-14 (Tomas Cejka): aggregator: BUGFIX wrong field_id passed to ur_is_fixlen()
2020-08-14 (Tomas Cejka): aggregator: add "first non-empty" aggregation function
2020-08-12 (Jiri Havranek): flow_meter: fix high cpu usage while using ndp
2020-07-27 (Tomas Cejka): fedora32 rpm: add -fcommon
2020-08-04 (Karel Hynek): flow_meter: renamed vpndetector plugin to ovpn plugin
2020-08-03 (Tomas Cejka): Merge pull request #165 from CESNET/centos8_support
2020-08-03 (Tomáš Čejka): flow_meter: BUGFIX inconsistent TRILL struct for BIG_ENDIAN
2020-07-31 (xsedla1o): flow_meter: ssdp: added stats
2020-07-31 (xsedla1o): flow_meter: ssdp: Reworked parse_loc_port()
2020-07-30 (ctrnama2): vpndetector: create module
2020-07-30 (Adam Piecek): Removed python2 support
2020-07-29 (Jiri Havranek): flow_meter: added RTSP parsing plugin prototype
2020-07-29 (Jiri Havranek): flow_meter: exporting 8 bits of TCP flags
2020-07-27 (Tomas Cejka): flow_meter: MAINTENANCE deduplicate list of supported plugins
2020-07-27 (Jiri Havranek): flow_meter: http: now parsing protocol on all ports
2020-07-17 (xsedla1o): flow_meter: dns-sd: adopted code from dnsplugin
2020-07-15 (xsedla1o): flow_meter: dns-sd: created plugin files
2020-07-14 (xsedla1o): flow_meter: ssdp: implemented export functions
2020-07-14 (xsedla1o): flow_meter: created ssdp plugin files
2020-06-21 (Tomas Cejka): report2idea: sshbfml: improved IDEA content based on feedback by @vaclavbartos
2020-06-21 (Tomas Cejka): travis: update distro to current LTS - bionic
2020-06-21 (Tomas Cejka): report2idea: sshbfml: debugging, update of test
2020-06-08 (Tomas Cejka): flow_meter: pstats: update readme - list of UniRec fields
2020-06-08 (Tomas Cejka): report2idea: draft of reporter for ML-based SSH bruteforce detection
2020-06-04 (Karel Hynek): changed htonll function to swap_uint64
2020-06-04 (Karel Hynek): moved swap_uint64 to separate file
2020-06-03 (Karel Hynek): fixed IPFIX emelent size
2020-06-03 (Jiri Havranek): flow_meter: added support for trill
2020-06-03 (optical-o): flow_meter: Added support for selecting NDP DMA channel
2020-06-02 (Tomas Benes): flow_meter: Added NDP Packet receiver
2020-06-02 (Tomas Benes): flow_meter: Added nfbCInterface library
2020-05-25 (Tomáš Čejka): travis: fix python problem
2020-05-05 (Jiri Havranek): flow_meter: added test for pstats plugin
2020-05-05 (Tomáš Čejka): flow_meter: ppi: rename fields to ipfixcol2-unirec-output
2020-05-04 (Tomáš Čejka): flow_meter: ppi: merge stats array and add directions
2020-05-04 (Jiri Havranek): flow_meter: plugins updated to work correctly with biflow related modifications, fixed tests
2020-04-30 (Jiri Havranek): flow_meter: updated pstats plugin to export stats for biflow
2020-04-27 (Karel Hynek): flow_meter: Changed numbers of IPFIX elements in pstats plugin
2020-04-27 (Radko Krkos): anonymizer: Use memcpy() to copy UniRec strings
2020-04-27 (Radko Krkos): anonymizer: Use size_t for iterators
2020-04-27 (Radko Krkos): mux: Fix OpenMP build
2020-04-26 (Jiri Havranek): flow_meter: fixed export of total byte count for IPv6 flows
2020-04-26 (Jiri Havranek): flow_meter: now exporting biflow only
2020-04-21 (Tomáš Čejka): travis: fix issue with MarkupSafe dependency version
2020-04-21 (Tomáš Čejka): travis: fix issue with MarkupSafe dependency version
2020-04-21 (Tomáš Čejka): unirecfilter: doc: described In Array feature
2020-04-09 (Tomáš Čejka): unirecfilter: added some error handling, bugfixes, improved tests
2020-04-09 (Tomáš Čejka): unirecfilter: "In Array" feature - supporting multiple UR types
2020-04-07 (Tomáš Čejka): flow_meter: bugfix: check return value of UR create template
2020-04-07 (Tomáš Čejka): flow_meter: create_plugin - updated guide
2020-04-06 (Tomáš Čejka): unirecfilter: "In Array" feature
2020-04-04 (Jiri Havranek): luamodule: updated Makefile.am in tests
2020-04-03 (Jiri Havranek): luamodule: changed mask and stats test from unirec file comparation to text file comparation
2020-04-03 (Tomáš Čejka): luamodule: tests: fixed add.sh test
2020-04-03 (Tomáš Čejka): luamodule: tests: update stats.ur (without spaces in template)
2020-04-03 (Tomáš Čejka): luamodule: improve tempate_spec_trim() to trim multiple spaces
2020-04-02 (Radko Krkos): prefix_tags: Use size_t for iterator in parse_config()
2020-04-02 (Radko Krkos): prefix_tags: Fix signedness mismatch in destroy_networks()
2020-04-02 (Radko Krkos): prefix_tags: Add explicit include of unirec/ip_prefix_search.h
2020-04-02 (Radko Krkos): prefix_tags: Fix memory dealocation on config file open error
2020-04-02 (Radko Krkos): agg: Mark unused parameters in nope() as such
2020-04-02 (Radko Krkos): agg: Small formating fixes for output
2020-03-31 (Radko Krkos): blacklist2idea: Simplify the nonvalid XML condition
2020-03-18 (Radko Krkos): Revert "report2idea: Use /usr/bin/env to find python"
2020-03-18 (Tomáš Čejka): prefix_tags: minor changes, added missing free() on error
2020-03-18 (Tomáš Čejka): prefix_tags: changes based on feedback by @fkrestan
2020-03-18 (Jiri Havranek): prefix_tags: fixed return code when an error occurs during configuration loading
2020-03-17 (Jiri Havranek): prefix_tags: fixed dereference of NULL pointer when malloc() fails
2020-03-17 (Jiri Havranek): prefix_tags: fixed memory allocation after invalid write bug
2020-03-17 (Jiri Havranek): prefix_tags: fixed example json config file
2020-03-17 (Tomáš Čejka): prefix_tags: update to use ip_prefix_search
2020-03-16 (Radko Krkos): blacklistfilter: Only report non-blacklisted as Source if it responded
2020-03-16 (Radko Krkos): blacklistfilter: Reorganize imports
2020-03-16 (Radko Krkos): blacklistfilter: Remove unnecessary Note
2020-03-16 (Radko Krkos): blacklistfilter: Add missing import sys
2020-03-16 (Radko Krkos): blacklistfilter: Only report flow,packet,bytes counts if not 0
2020-03-15 (Radko Krkos): report2idea: Use /usr/bin/env to find python
2020-03-15 (Radko Krkos): merger: Fix tests with parallel make
2020-03-06 (Tomáš Čejka): link/proto_traffic: fixed python issues
2020-02-20 (Jiri Havranek): topn: fixed info about interfaces in README.md
2020-01-31 (Tomáš Čejka): rpm: fixed spec - replace provides with requires
2020-01-30 (Tomas Cejka): config: optional lua
2020-01-30 (Tomas Cejka): travis: remove lua and add verbosity to configure
2020-01-30 (Tomas Cejka): travis: add sudo to install py modules
2020-01-30 (Tomas Cejka): travis: debug python3
2020-01-30 (Tomáš Čejka): travis: move to py3 in before_install
2020-01-30 (Tomáš Čejka): travis: debugging build
2020-01-30 (Tomáš Čejka): travis: add missing python3-pip
2020-01-30 (Tomáš Čejka): travis: debugging build
2020-01-30 (Tomáš Čejka): travis: add lua interpreter package
2020-01-30 (Tomáš Čejka): travis: lua: replace version to 5.2 trusty
2020-01-30 (Tomáš Čejka): build: lua checking, report2idea print log on error
2020-01-30 (Tomáš Čejka): travis: update python version
2020-01-30 (Tomáš Čejka): report2idea: fix tests in py3 + fedora
2020-01-30 (Tomáš Čejka): revert changes from 3d87d7036, fixed python files
2019-11-24 (Tomáš Čejka): unirecfilter: fixed typo
2019-09-30 (Jiri Havranek): luamodule: added restrictions to ur_id and ur_drop functions
2019-09-30 (Jiri Havranek): luamodule: fixed tests
2019-09-30 (Jiri Havranek): luamodule: added ur_drop() function to drop currently processed unirec message
2019-09-30 (Jiri Havranek): luamodule: ur_type() now returns table with field name and field type pairs
2019-09-30 (Jiri Havranek): luamodule: del() function now deletes all fields from template
2019-09-30 (Jiri Havranek): luamodule: added description of allowed API calls in on_* functions
2019-09-02 (Tomas Cejka): rpm: require lua dependency and update %files in spec
2019-09-02 (Tomas Cejka): luamodule: changed dependency names
2019-08-27 (Jiri Havranek): luamodule: updated README.md
2019-08-27 (Jiri Havranek): luamodule: added ringbuffer as storage for IP addresses exposed to LUA as lightuserdata
2019-08-27 (Jiri Havranek): luamodule: added ur_id LUA API function
2019-08-27 (Jiri Havranek): luamodule: added luamodule masking and stats test
2019-08-27 (Jiri Havranek): luamodule: fixed conversion of IP address from lua to C
2019-08-27 (Jiri Havranek): luamodule: added recommendation for IP addresses comparsion
2019-08-27 (Jiri Havranek): luamodule: optimized IP address masking
2019-08-27 (Tomas Cejka): munin: link&proto traffic: remove debug output
2019-08-26 (Jiri Havranek): luamodule: added lua 5.1 compatibility for some missing functions
2019-08-23 (Tomas Cejka): merger: fixed distcheck - subdirs order&clean files
2019-08-19 (Jiri Havranek): luamodule: added documentation of LUA API to README.md
2019-08-19 (Jiri Havranek): luamodule: added module for manipulation with unirec record using LUA script
2019-08-13 (Tomas Cejka): merger: update help for --unirec
2019-08-13 (Tomas Cejka): merger: user-defined output template
2019-08-12 (Tomas Cejka): merger: Minor changes
2019-07-29 (Tomas Cejka): blacklist2idea: fixed nonvalid representation of Hostname and URL
2019-07-26 (Tomas Cejka): prefix_tags: Fixed doc and add messages about config errors
2019-07-05 (Tomas Cejka): report2idea: example of subnet filter
2019-05-24 (Petr Miculek): Simplified logger to a single input interface, -o parameter marked unsupported, as it has currently no influence on the output.
2019-05-24 (Tomas Cejka): rpm: removed old version of py3 from spec
2019-05-07 (Ulrik Haugen): Update merger readme
2019-04-18 (Tomas Cejka): merger: test: add cleanup
2019-04-18 (Tomas Cejka): merger: tests: add files into dist
2019-04-18 (Tomas Cejka): merger: add test for checking output data
2019-04-18 (Tomas Cejka): merger: BUGFIX do not stop the whole module when a thread finishes
2019-04-18 (Tomas Cejka): merger: check return value of allocation functions
2019-04-18 (Tomas Cejka): merger: finished TODOs, added error messages
2019-04-12 (Tomas Cejka): flow_meter: update test references - MAC address representation
2019-04-12 (Tomas Cejka): flow_meter&ipfixprobe: improved solution of linker parameters
2019-04-12 (Tomas Cejka): aggregator: fixed build as a nemea/ submodule
2019-04-11 (Tomas Cejka): merger: fixed non-complient syntax
2019-04-10 (Tomas Cejka): merger: new version of simplified merger without openmp
2019-04-08 (Tomas Cejka): logger: moved source code for conversion to CSV into UniRec
2019-04-03 (Tomas Cejka): warden_filer: ímproved according to review by @vaclavbartos
2019-03-27 (Tomas Cejka): report2idea: warden_filer wrapper
2019-03-22 (Pavel Valach): prefix_tags: add libtrap as a linker dependency
2019-03-22 (Tomas Cejka): report2idea: updated config.yml.example
2019-03-22 (Tomas Cejka): idea2idea: BUGFIX bad constant name
2018-12-23 (Tomas Cejka): csv2nf: MAC addresses support
2018-12-23 (Tomas Cejka): proto_traffic: add SCTP statistic
2019-03-21 (Tomas Cejka): report2idea: BUGFIX split IDEA to sort all parts, delete array after usage
2019-03-19 (Tomas Cejka): report2idea: rename reporters
2019-03-07 (Tomas Cejka): build: update Makefile.am for logger&topn - enforce C std
2019-03-06 (Tomas Cejka): blacklist2idea: improved URL/domain name description
2019-03-06 (Tomas Cejka): blacklist2idea: BUGFIX bad reference to attribute
2019-03-05 (Tomas Cejka): blacklist2idea: updated test
2019-03-05 (Tomas Cejka): blacklist2idea: changed IDEA format - Description/Note
2019-03-05 (Filip Suster): report2idea: delete old ipblacklist files
2019-03-05 (Petr Velan): Type moved under Node in amplification2idea
2019-03-01 (Tomas Cejka): merger: MAINTENANCE update output message replace "trap_get_data()"
2019-02-25 (Václav Bartoš): hoststats2idea: Added comments to unused event type codes
2019-02-25 (Tomas Cejka): hoststats2idea: changed Note and Description, disable verbose by default
2019-02-19 (Tomas Cejka): prefix_tags: test: HOTFIX add missing linker flags -lunirec
2018-12-23 (Tomas Cejka): rpm: add ipfixprobe module
2018-12-23 (Tomas Cejka): configure: backup and restore LIBS
2018-12-23 (Tomas Cejka): flow_meter: ipfixprobe without libtrap dependency
2019-02-05 (Tomas Cejka): prefix_tags: test: remove debug CFLAGS options because of linking issues
2019-02-05 (Tomas Cejka): blacklist2idea: test: updated expected output, pass path to config file
2019-02-05 (Tomas Cejka): report2idea: FEATURE improved test script - allow additional arguments
2019-02-05 (Tomas Cejka): blacklist2idea: BUGFIX failure on "empty" config file
2019-02-05 (Tomas Cejka): report2idea: tests: BUGFIX improved json_cleanup function
2019-02-05 (Tomas Cejka): report2idea: tests: update expected output data
2019-02-05 (Tomas Cejka): report2idea: BUGFIX fixed for loop in awk - missing arg
2019-02-05 (Tomas Cejka): sipbf2idea: update test - expected output
2019-02-04 (Tomas Cejka): sipbf2idea: changed Description and SIP URI moved into Note
2019-01-18 (Filip Krestan): bloom_history&prefix_tags: fix coding style
2019-01-18 (Filip Krestan): Add tests to prefix_tags module
2019-01-15 (Filip Krestan): Remove unused tests from bloom_history
2019-01-15 (Tomas Cejka): bloom_history: BUGFIX enabled test as noinst_
2019-01-15 (Tomas Cejka): bloom_history&prefix_tags: BUGFIX use jansson from libtrap
2019-01-15 (Tomas Cejka): bloom_history: BUGFIX add header files to dist
2019-01-15 (Filip Krestan): Rename blooming_history to bloom_history
2019-01-15 (Filip Krestan): Add prefix_tags module
2018-11-02 (Tomas Cejka): logger: improved converter csv2nf.sh to parse header and find columns
2018-10-30 (Ulrik Haugen): Tune mailreporter recipients handling
2018-10-14 (Jiri Havranek): report2idea: fixed config.yml.example
2018-10-12 (Jiri Havranek): merger: updated README.md and fixed template format
2018-10-11 (Ulrik Haugen): Add resolver module
2018-10-11 (Ulrik Haugen): Fix typos, recode, fold long lines and add whitespace
2018-10-09 (Filip Šuster): Blacklist2idea: Universal reporter (#104)
2018-10-04 (Jaroslav Hlavac): json_dump.py: added README
2018-10-04 (Jaroslav Hlavac): json_replay: added README
2018-09-30 (Tomáš Jánský): logreplay: fixed bug when logreplay did not terminate (#99)
2018-09-30 (Tomáš Jánský): logger: fixed bug when logger did not terminate (#98)
2018-09-27 (Ulrik Haugen): Tweak logreplay strings and documentation
2018-09-26 (Tomas Cejka): ddos_detector2idea: bugfix convert altname to str from int
2018-09-26 (Filip Šuster): blacklist2idea: Add cryptominer category, code cleanup (#94)
2018-09-19 (Tomas Cejka): rpm: add new (blacklistfilter) modules into package
2018-09-18 (Tomas Cejka): blacklist2idea: add url blacklist reports, improved ip blacklist reports (#93)
2018-09-17 (Filip Křesťan): blooming_history: maintenance variable reuse (#90)
2018-09-17 (Filip Šuster): [flow_meter] Fix exported HTTP field names (#91)
2018-09-11 (Tomas Jansky): blooming_history: fixed failing repobuild due to missing linker dependencies
2018-09-03 (Tomas Cejka): agg: readme: fixed typo + updated link to web
2018-08-31 (Filip Křesťan): blooming_history: Use new API endpoint for bloom filter upload (#87)
2018-08-31 (Vaclav Bartos): urfilter: fixed IPv6 prefix parsing
2018-08-31 (Tomas Cejka): fixup! urfilter: FEATURE subnets in IP comparison
2018-08-31 (Tomas Cejka): urfilter: subnets: updated README
2018-08-31 (Tomas Cejka): urfilter: FEATURE subnets in IP comparison
2018-08-31 (Tomas Cejka): urfilter: BUGFIX stop on parsing error (syntax error)
2018-08-31 (Tomas Cejka): urfilter: cleanup - useless comment and coding style
2018-08-23 (Tomas Jansky): natpair: buildfix - removed debugging fragment
2018-08-23 (Tomas Jansky): natpair: fixed bug when the main thread ended prematurely
2018-08-23 (Tomas Jansky): natpair: final adjustements in documentation
2018-08-23 (Tomas Jansky): natpair: removed trailing whitespaces
2018-08-23 (Tomas Jansky): natpair: added documentation
2018-08-14 (Michal Slabihoudek): Hotfix: Using of incorrect ur_template.
2018-08-03 (Tomas Cejka): rpm: fixed dependency on libcurl-devel
2018-08-03 (Filip Křesťan): New module Blooming history (#83)
2018-07-27 (Jaroslav Hlavac): Documentation improvement, usage examples, checking return values in unirecfilter.c + Anonymizer.c bugfix (#82)
2018-07-23 (tomasmax95): Add pdns_exporter module for exporting flow data to json for Passive DNS (#79)
2018-07-23 (Dominik Soukup): Mux,Demux: libtrap api bugfix
2018-07-23 (Dominik Soukup): Mux,Demux: libtrap api bugfix
2018-07-23 (Tomas Jansky): scalar-agregator: added explaining comments
2018-07-22 (Václav Bartoš): vportscan/haddrscan2idea: AggrWin can be set by parameter
2018-07-19 (Tomas Jansky): unirecfilter: fixed possible pointer dereferencing and resource leak (coverity issues)
2018-07-19 (Tomas Jansky): scalar_aggregator: code refactoring, fixed multiple memory leaks and possible segfaults (8 coverity issues)
2018-07-19 (Tomas Jansky): proto_traffic: added error output if send() fails, removed unnecessary semicolons
2018-07-19 (Tomas Jansky): ipv6stats: fixed possible uinitialized values of stats->end_of_window (reported by coverity)
2018-07-19 (Tomas Jansky): merger: removed unnecessary semicolons
2018-07-19 (Tomas Jansky): endiverter: removed unnecessary semicolons around certain macros (fixed logical dead code signalled from coverity -- semicolon after macro)
2018-07-19 (Václav Bartoš): json_dump: Improved exception handling
2018-07-19 (Václav Bartoš): json_dump: Automatic flushing after each record
2018-07-19 (Tomas Cejka): python modules: add link to IFCSPEC doc in the help (-h)
2018-07-19 (Tomas Cejka): python modules: enable basic help
Nemea-2.0:
* added new modules (see ChangeLog for the list)
* replaced "script" by Supervisor to control and monitor Nemea
* extended libnemea-common
* extended libunirec
* bugfixes of libtrap