#include <ipv4-flow-classifier.h>
Public Member Functions | |
bool | Classify (const Ipv4Header &ipHeader, Ptr< const Packet > ipPayload, uint32_t *out_flowId, uint32_t *out_packetId) |
try to classify the packet into flow-id and packet-id | |
FiveTuple | FindFlow (FlowId flowId) const |
Searches for the FiveTuple corresponding to the given flowId. |
Classifies packets by looking at their IP and TCP/UDP headers. From these packet headers, a tuple (source-ip, destination-ip, protocol, source-port, destination-port) is created, and a unique flow identifier is assigned for each different tuple combination
bool ns3::Ipv4FlowClassifier::Classify | ( | const Ipv4Header & | ipHeader, | |
Ptr< const Packet > | ipPayload, | |||
uint32_t * | out_flowId, | |||
uint32_t * | out_packetId | |||
) |
try to classify the packet into flow-id and packet-id