NETWORK ATTACKS FRAMEWORK  1.0.0
A NETwork Attacks framework. Making network attacks impact evaluation easier!
NA_IPv4.h File Reference
#include <IPv4.h>
#include <omnetpp.h>
#include "common/log/NA_NesgLog.h"
#include "NA_HackedModule.h"
#include "NA_DroppingMessage_m.h"
#include "NA_DelayMessage_m.h"

Go to the source code of this file.

Classes

class  NA_IPv4
 Dropping attack hacked module. More...

Defines

#define TCP_DATA   "tcp"
 Constant to distinguish TCP packet data payload instead of ACK or SYN packets.
#define UDP_DATA   "UDP"
 Constant to distinguish UDP packets data.
#define PING_DATA   "ping"
 Constant to distinguish PING application data packets.

Define Documentation

#define PING_DATA   "ping"

Constant to distinguish PING application data packets.

Definition at line 50 of file NA_IPv4.h.

#define TCP_DATA   "tcp"

Constant to distinguish TCP packet data payload instead of ACK or SYN packets.

Definition at line 40 of file NA_IPv4.h.

#define UDP_DATA   "UDP"

Constant to distinguish UDP packets data.

Definition at line 45 of file NA_IPv4.h.

 All Classes Files Functions Variables Typedefs Enumerator Defines