Merge branch 'develop' into process_manager

This commit is contained in:
Bastian Schroll 2019-09-20 14:54:07 +02:00
commit 0c6044072a
32 changed files with 267 additions and 357 deletions

View file

@ -36,7 +36,7 @@ class BoswatchModule(Module):
pass
def doWork(self, bwPacket):
"""!start an rund of the module.
"""!start an run of the module.
@param bwPacket: A BOSWatch packet instance
@return bwPacket or False"""

View file

@ -36,7 +36,7 @@ class BoswatchModule(Module):
pass
def doWork(self, bwPacket):
"""!start an rund of the module.
"""!start an run of the module.
@param bwPacket: A BOSWatch packet instance
@return bwPacket or False"""