diff options
Diffstat (limited to 'scripts/stl/syn_attack.py')
-rw-r--r-- | scripts/stl/syn_attack.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/stl/syn_attack.py b/scripts/stl/syn_attack.py index f6edcdd2..b01a0c07 100644 --- a/scripts/stl/syn_attack.py +++ b/scripts/stl/syn_attack.py @@ -43,7 +43,7 @@ class STLS1(object): - def get_streams (self, direction = 0): + def get_streams (self, direction = 0, **kwargs): # create 1 stream return [ self.create_stream() ] |