#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
Constant to distinguish PING application data packets.
Definition at line 50 of file NA_IPv4.h.
Constant to distinguish TCP packet data payload instead of ACK or SYN packets.
Definition at line 40 of file NA_IPv4.h.
Constant to distinguish UDP packets data.
Definition at line 45 of file NA_IPv4.h.