Commit ec39fb1
committed
updated submodules
ChangeLog:
* added man pages
* changed of haddrscan
* changed handling sysconfdir in modules/
* unirec2json module in python
* added proto_traffic
* added link_traffic
* improved&fixed unirecfilter
* fixed pycommon bug in trap ifc usage, +compatibility fix
* fixed unirec - explicit cast of UR_INVALID_FIELD
* cleaned and improved pytrap&pycommon
* changed path to socket directory
* made the socket directory configurable
* added tmpfiles.d config to create /var/run/libtrap automatically
* changed mechanism of connection to service IFCs by supervisor
* improved nemea_status
* fixed memory leaks in service thread1 parent a8eb3a0 commit ec39fb1
4 files changed
+4
-4
lines changed- aminclude.am+9-1
- amplification_detection/Makefile.am+1-1
- amplification_detection/amplification_detection.cpp+1-1
- blacklistfilter/ipdetect/ipblacklistfilter.cpp+1-1
- brute_force_detector/Makefile.am+1-1
- brute_force_detector/brute_force_detector.cpp+1-1
- configure.ac+1-1
- haddrscan_detector/Makefile.am+1-1
- haddrscan_detector/haddrscan_detector.c+4-3
- hoststatsnemea/src/Makefile.am+2-2
- hoststatsnemea/src/hoststatserv.cpp+1-1
- m4/ax_libtrap_check.m4+3-1
- miner_detector/Makefile.am+1-1
- miner_detector/main.cpp+2-2
- nemea-detectors.spec.in+1
- sip_bf_detector/Makefile.am+1-1
- sip_bf_detector/sip_bf_detector.cpp+2-2
- tunnel_detection/Makefile.am+1-1
- tunnel_detection/tunnel_detection_dns.c+1-2
- voip_fraud_detection/Makefile.am+1-1
- voip_fraud_detection/voip_fraud_detection.c+1-1
- vportscan_detector/Makefile.am+1-1
- vportscan_detector/vportscan_detector.c+1-1
- ChangeLog+9
- Makefile.am+12-5
- anonymizer/Makefile.am+9
- anonymizer/anonymizer.c+1-1
- configure.ac+15-3
- email_reporter/Makefile.am+2-2
- endiverter/Makefile.am+8
- endiverter/endiverter.c+1-1
- flow_meter/Makefile.am+13-2
- flow_meter/README.md+2
- flow_meter/flow_meter.bash.in+28
- flow_meter/flow_meter.cpp+88-17
- flow_meter/tests/Makefile.am+2
- flow_meter/tests/test_arp_plugin.sh+3-1
- flow_meter/tests/test_basic_plugin.sh+3-1
- flow_meter/tests/test_dns_plugin.sh+3-1
- flow_meter/tests/test_http_plugin.sh+3-1
- flow_meter/tests/test_ntp_plugin.sh+3-1
- flow_meter/tests/test_plugin.sh+13-4
- flow_meter/tests/test_sip_plugin.sh+3-1
- flow_meter/unirecexporter.cpp+7-4
- flow_meter/unirecexporter.h+4-1
- flowcounter/Makefile.am+8
- flowcounter/flowcounter.c+1-1
- link_traffic/Makefile.am+16
- link_traffic/README.md+31
- link_traffic/link_traffic.c+316
- link_traffic/link_traffic.sup+14
- link_traffic/munin/Makefile.am+3
- link_traffic/munin/link_traffic_+139
- logger/Makefile.am+7
- logger/logger.c+1-1
- logreplay/Makefile.am+8
- logreplay/logreplay.cpp+1-1
- m4/ax_libtrap_check.m4+3-1
- merger/Makefile.am+8
- merger/merger.c+1-1
- nemea-modules.spec.in+10-1
- nfreader/Makefile.am+7
- nfreader/nfdump_reader.c+4-2
- nfwriter/Makefile.am+7
- nfwriter/nfwriter.c+1-1
- proto_traffic/Makefile.am+16
- proto_traffic/README.md+31
- proto_traffic/munin/Makefile.am+3
- proto_traffic/munin/proto_traffic_+121
- proto_traffic/proto_traffic.c+326
- proto_traffic/proto_traffic.sup+14
- report2idea/etc/nemea/reporters/warden.sup+157
- report2idea/etc/warden/amplificationdetector/config.cfg+11
- report2idea/etc/warden/booterfilter/config.cfg+11
- report2idea/etc/warden/bruteforce/config.cfg+11
- report2idea/etc/warden/haddrscan/config.cfg+10
- report2idea/etc/warden/hoststats/config.cfg+11
- report2idea/etc/warden/ipblacklist/config.cfg+11
- report2idea/etc/warden/sipbruteforce/config.cfg+10
- report2idea/etc/warden/vportscan/config.cfg+11
- report2idea/etc/warden/warden_client.cfg.dist+20
- report2idea/test.sh+56
- report2idea/voipfraud2idea.py+3-2
- traffic_repeater/Makefile.am+8
- traffic_repeater/traffic_repeater.c+1-1
- unirec2json/Makefile.am+2
- unirec2json/README.md+8
- unirec2json/unirec2json.py+62
- unirecfilter/Makefile.am+6
- unirecfilter/bison/functions.c+87-14
- unirecfilter/bison/parser.y+6-2
- unirecfilter/bison/scanner.l+5-3
- unirecfilter/unirecfilter.c+1-1
Submodule nemea-framework updated 26 files
- README.md+2-2
- examples/c/detector/detection_example.c+8-1
- examples/c/module/example_module.c+8-1
- examples/libtrap/module_info_example.c+12-5
- examples/python/Makefile.am+1-1
- examples/python/README.md+7
- examples/python/protocol_aggr.py+56
- libtrap/ChangeLog+5
- libtrap/Makefile.am+10-4
- libtrap/configure.ac+3-2
- libtrap/libtrap-varrun.conf.in+1
- libtrap/libtrap.spec.in+3-1
- libtrap/tools/Makefile.am+3
- libtrap/tools/trap2man.sh+128
- pycommon/MANIFEST.in+1-1
- pycommon/Makefile.am+9-7
- pycommon/README-RPM-release.md+29
- pycommon/ip_prefix_search.py+3-3
- pycommon/nemea-pycommon.spec+6-1
- pycommon/report2idea.py+2-4
- pycommon/setup.py+1-1
- pycommon/test/ip_prefix_search_unittest.py+18-12
- pytrap/nemea-pytrap.spec+1
- unirec/Makefile.am+7-3
- unirec/configure.ac+1-1
- unirec/unirec.h+1-1
Submodule nemea-supervisor updated 11 files
0 commit comments