-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule detectors
updated
23 files
Submodule modules
updated
70 files
Submodule nemea-framework
updated
26 files
+2 −2 | README.md | |
+8 −1 | examples/c/detector/detection_example.c | |
+8 −1 | examples/c/module/example_module.c | |
+12 −5 | examples/libtrap/module_info_example.c | |
+1 −1 | examples/python/Makefile.am | |
+7 −0 | examples/python/README.md | |
+56 −0 | examples/python/protocol_aggr.py | |
+5 −0 | libtrap/ChangeLog | |
+10 −4 | libtrap/Makefile.am | |
+3 −2 | libtrap/configure.ac | |
+1 −0 | libtrap/libtrap-varrun.conf.in | |
+3 −1 | libtrap/libtrap.spec.in | |
+3 −0 | libtrap/tools/Makefile.am | |
+128 −0 | libtrap/tools/trap2man.sh | |
+1 −1 | pycommon/MANIFEST.in | |
+9 −7 | pycommon/Makefile.am | |
+29 −0 | pycommon/README-RPM-release.md | |
+3 −3 | pycommon/ip_prefix_search.py | |
+6 −1 | pycommon/nemea-pycommon.spec | |
+2 −4 | pycommon/report2idea.py | |
+1 −1 | pycommon/setup.py | |
+18 −12 | pycommon/test/ip_prefix_search_unittest.py | |
+1 −0 | pytrap/nemea-pytrap.spec | |
+7 −3 | unirec/Makefile.am | |
+1 −1 | unirec/configure.ac | |
+1 −1 | unirec/unirec.h |
Submodule nemea-supervisor
updated
11 files
+15 −0 | ChangeLog | |
+1 −0 | configs/Makefile.am | |
+1 −0 | configs/booterfilter.mkdir | |
+1 −1 | configure.ac | |
+7 −0 | nemea_status/README.md | |
+20 −0 | nemea_status/nemea_status.conf | |
+39 −9 | nemea_status/nemea_status.py | |
+48 −3 | nemea_status/static/nemea_status.css | |
+109 −19 | nemea_status/templates/nemea_status.html | |
+49 −49 | supervisor.c | |
+2 −3 | supervisor.h |