Commit 4dc2d71
Tomas Jansky
increased version, added nemea-framework as a dependency, increased revision, released RPM package
1 parent 13fea15 commit 4dc2d71
File tree
6 files changed
+6
-6
lines changed6 files changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
- ChangeLog+18
- configure.ac+1-1
- sip_bf_detector/README.md+2
- sip_bf_detector/sip_bf_detector.cpp+24-8
- sip_bf_detector/sip_bf_detector.h+10-3
- tunnel_detection/tunnel_detection_dns.c+20-8
- tunnel_detection/tunnel_detection_dns.h+1-1
- tunnel_detection/tunnel_detection_dns_structs.h+1
- voip_fraud_detection/configuration.h+4-4
- voip_fraud_detection/voip_fraud_detection.c+47-5
- voip_fraud_detection/voip_fraud_detection.h+2
- vportscan_detector/README.md+23
- vportscan_detector/documentation/img/algorithm-diagram.png
- vportscan_detector/vportscan_detector.c+6-2
Submodule nemea-framework updated 23 files
- Makefile.am+17
- configure.ac+4-3
- create_module.sh.in+10-9
- examples/Makefile.am+27-1
- examples/m4/ax_trap_getopt.m4-30
- examples/module/m4/ax_libtrap_check.m4+68
- examples/module/m4/ax_nemeacommon_check.m4+53
- examples/module/m4/ax_unirec_check.m4+80
- libtrap/ChangeLog+3
- libtrap/configure.ac+1-1
- libtrap/include/libtrap/trap.h+2-2
- libtrap/src/ifc_tcpip.c-1
- libtrap/src/trap.c+10-2
- nemea-framework.spec.in+44
- nemea.spec.in-19
- python/test.sh+3-3
- unirec/ChangeLog+5
- unirec/Makefile.am+3
- unirec/README+3-3
- unirec/configure.ac+1-1
- unirec/tests/Makefile.am+5-2
- unirec/tests/test_iter.c+193
- unirec/unirec.spec.in+3-1
Submodule nemea-supervisor updated 52 files
- ChangeLog+58
- README.md+172-153
- configs/Makefile.am+40-19
- configs/amplification_detection.sup-47
- configs/config_example.xml+2-24
- configs/data-sources/flow_meter.sup+13
- configs/data-sources/ipfixcol.sup.in
- configs/detectors/amplification_detection.sup+18
- configs/detectors/dnstunnel_detection.sup+22
- configs/detectors/hoststats.sup+18
- configs/detectors/ipblacklistfilter.sup+18
- configs/detectors/voipfrauddetection.sup+18
- configs/detectors/vportscandetector.sup-29
- configs/dnstunnel_detection.sup-52
- configs/hoststats.mkdir+1
- configs/hoststats.sup-47
- configs/ipblacklistfilter.sup-46
- configs/loggers/amplification_logger.sup+13
- configs/loggers/dnstunnel_logger.sup+13
- configs/loggers/flowmeter_logger.sup-14
- configs/loggers/hoststats_logger.sup+13
- configs/loggers/ipblacklistfilter_logger.sup+13
- configs/loggers/voip_fraud_logger.sup+13
- configs/loggers/vportscan_aggr_logger.sup+13
- configs/others/multopt.sup
- configs/others/traffic_repeater.sup
- configs/prepare_default_config.sh.in+13-82
- configs/reporters/amplification_reporter.sup+13
- configs/reporters/dnstunnel_reporter.sup+13
- configs/reporters/hoststats_reporter.sup+13
- configs/reporters/ipblacklistfilter_reporter.sup+13
- configs/reporters/voip_fraud_reporter.sup+13
- configs/reporters/vportscan_reporter.sup+13
- configs/supervisor_config.xml.example-7
- configs/supervisor_config_template.xml-22
- configs/supervisor_config_template.xml.in+28
- configs/template.sup+25
- configs/voipfrauddetection.sup-47
- configs/warning.sup.in+1-1
- configure.ac+7-2
- doc/config-file-expl.png
- doc/reload-config.png
- internal.c+3-3
- internal.h+12-16
- ncnemea/nemea.yang-5
- nemea-supervisor.in+2-9
- nemea-supervisor.spec.in+20-7
- supervisor.c+1.0k-751
- supervisor.h+19-20
- supervisor_api.h+4-3
- supervisor_cli.c+15-10
- supervisor_main.c+25-26
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments