NETWORK ATTACKS FRAMEWORK
1.0.0
A NETwork Attacks framework. Making network attacks impact evaluation easier!
|
Go to the source code of this file.
Classes | |
class | NA_Attack |
Base class containing the base functionality for all attacks controllers. More... | |
Defines | |
#define | NA_ATTACK_ACTIVATE_TAG "Activate" |
Constant for tag Activate in the attack controller message name. | |
#define | NA_ATTACK_DEACTIVATE_TAG "Deactivate" |
Constant for tag Deactivate in the attack controller message name. | |
#define | NA_ATTACK_END_MESSAGE "EndAttack" |
Constant for the EndAttack message name. | |
#define | NA_ATTACK_START_MESSAGE "StartAttack" |
Constant for the StartAttack message name. | |
#define | NA_ATTACK_TYPE "attackType" |
Constant for the type of the attack parameter. | |
#define | NA_ATTACK_ACTIVE "active" |
Constant for the name of the active parameter. | |
#define | NA_ATTACK_END_TIME "endTime" |
Constant for the name of the end time parameter. | |
#define | NA_ATTACK_START_TIME "startTime" |
Constant for the name of the start time parameter. |
#define NA_ATTACK_ACTIVATE_TAG "Activate" |
Constant for tag Activate in the attack controller message name.
Definition at line 37 of file NA_Attack.h.
#define NA_ATTACK_ACTIVE "active" |
Constant for the name of the active parameter.
Definition at line 63 of file NA_Attack.h.
#define NA_ATTACK_DEACTIVATE_TAG "Deactivate" |
Constant for tag Deactivate in the attack controller message name.
Definition at line 42 of file NA_Attack.h.
#define NA_ATTACK_END_MESSAGE "EndAttack" |
Constant for the EndAttack message name.
Definition at line 47 of file NA_Attack.h.
#define NA_ATTACK_END_TIME "endTime" |
Constant for the name of the end time parameter.
Definition at line 68 of file NA_Attack.h.
#define NA_ATTACK_START_MESSAGE "StartAttack" |
Constant for the StartAttack message name.
Definition at line 52 of file NA_Attack.h.
#define NA_ATTACK_START_TIME "startTime" |
Constant for the name of the start time parameter.
Definition at line 73 of file NA_Attack.h.
#define NA_ATTACK_TYPE "attackType" |
Constant for the type of the attack parameter.
Definition at line 58 of file NA_Attack.h.