Skip to content

Commit

Permalink
updated submodules
Browse files Browse the repository at this point in the history
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 thread
  • Loading branch information
cejkato2 committed Jan 21, 2017
1 parent a8eb3a0 commit ec39fb1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion modules
Submodule modules updated 70 files
+9 −0 ChangeLog
+12 −5 Makefile.am
+9 −0 anonymizer/Makefile.am
+1 −1 anonymizer/anonymizer.c
+15 −3 configure.ac
+2 −2 email_reporter/Makefile.am
+8 −0 endiverter/Makefile.am
+1 −1 endiverter/endiverter.c
+13 −2 flow_meter/Makefile.am
+2 −0 flow_meter/README.md
+28 −0 flow_meter/flow_meter.bash.in
+88 −17 flow_meter/flow_meter.cpp
+2 −0 flow_meter/tests/Makefile.am
+3 −1 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
+13 −4 flow_meter/tests/test_plugin.sh
+3 −1 flow_meter/tests/test_sip_plugin.sh
+7 −4 flow_meter/unirecexporter.cpp
+4 −1 flow_meter/unirecexporter.h
+8 −0 flowcounter/Makefile.am
+1 −1 flowcounter/flowcounter.c
+16 −0 link_traffic/Makefile.am
+31 −0 link_traffic/README.md
+316 −0 link_traffic/link_traffic.c
+14 −0 link_traffic/link_traffic.sup
+3 −0 link_traffic/munin/Makefile.am
+139 −0 link_traffic/munin/link_traffic_
+7 −0 logger/Makefile.am
+1 −1 logger/logger.c
+8 −0 logreplay/Makefile.am
+1 −1 logreplay/logreplay.cpp
+3 −1 m4/ax_libtrap_check.m4
+8 −0 merger/Makefile.am
+1 −1 merger/merger.c
+10 −1 nemea-modules.spec.in
+7 −0 nfreader/Makefile.am
+4 −2 nfreader/nfdump_reader.c
+7 −0 nfwriter/Makefile.am
+1 −1 nfwriter/nfwriter.c
+16 −0 proto_traffic/Makefile.am
+31 −0 proto_traffic/README.md
+3 −0 proto_traffic/munin/Makefile.am
+121 −0 proto_traffic/munin/proto_traffic_
+326 −0 proto_traffic/proto_traffic.c
+14 −0 proto_traffic/proto_traffic.sup
+157 −0 report2idea/etc/nemea/reporters/warden.sup
+11 −0 report2idea/etc/warden/amplificationdetector/config.cfg
+11 −0 report2idea/etc/warden/booterfilter/config.cfg
+11 −0 report2idea/etc/warden/bruteforce/config.cfg
+10 −0 report2idea/etc/warden/haddrscan/config.cfg
+11 −0 report2idea/etc/warden/hoststats/config.cfg
+11 −0 report2idea/etc/warden/ipblacklist/config.cfg
+10 −0 report2idea/etc/warden/sipbruteforce/config.cfg
+11 −0 report2idea/etc/warden/vportscan/config.cfg
+20 −0 report2idea/etc/warden/warden_client.cfg.dist
+56 −0 report2idea/test.sh
+3 −2 report2idea/voipfraud2idea.py
+8 −0 traffic_repeater/Makefile.am
+1 −1 traffic_repeater/traffic_repeater.c
+2 −0 unirec2json/Makefile.am
+8 −0 unirec2json/README.md
+62 −0 unirec2json/unirec2json.py
+6 −0 unirecfilter/Makefile.am
+87 −14 unirecfilter/bison/functions.c
+6 −2 unirecfilter/bison/parser.y
+5 −3 unirecfilter/bison/scanner.l
+1 −1 unirecfilter/unirecfilter.c

0 comments on commit ec39fb1

Please sign in to comment.