|
ns-3
|
Packet Metadata, allows us to track the packet's metadata as it passes through the switch. More...
#include <openflow-interface.h>

Public Attributes | |
| Ptr< Packet > | packet |
| The Packet itself. | |
| ofpbuf * | buffer |
| The OpenFlow buffer as created from the Packet, with its data and headers. | |
| uint16_t | protocolNumber |
| Protocol type of the Packet when the Packet is received. | |
| Address | src |
| Source Address of the Packet when the Packet is received. | |
| Address | dst |
| Destination Address of the Packet when the Packet is received. | |
Packet Metadata, allows us to track the packet's metadata as it passes through the switch.