Browse Source

add inject.pps parameter

Jens Keim 5 years ago
parent
commit
e1fcf28d20
1 changed files with 1 additions and 0 deletions
  1. 1 0
      code/Attack/AttackParameters.py

+ 1 - 0
code/Attack/AttackParameters.py

@@ -34,6 +34,7 @@ class Parameter(enum.Enum):
     TARGET_HOST = 'target.host'
     # recommended type: Float ------------------------------------
     PACKETS_PER_SECOND = 'packets.per-second'  # packets per second
+    INJECT_PPS = 'inject.pps'  # packets per seconds injected by the attack
     INJECT_AT_TIMESTAMP = 'inject.at-timestamp'  # unix epoch time (seconds.millis) where attack should be injected
     # recommended type: Packet Position ----------------------------------
     INJECT_AFTER_PACKET = 'inject.after-pkt'  # packet after which attack should be injected