| PcapPlusPlus
    21.11
    | 
#include <TcpReassembly.h>
| Public Member Functions | |
| ConnectionData () | |
| void | setStartTime (const timeval &startTime) | 
| void | setEndTime (const timeval &endTime) | 
| Public Attributes | |
| IPAddress | srcIP | 
| IPAddress | dstIP | 
| uint16_t | srcPort | 
| uint16_t | dstPort | 
| uint32_t | flowKey | 
| timeval | startTime | 
| timeval | endTime | 
Represents basic TCP/UDP + IP connection data
| 
 | inline | 
A c'tor for this struct that basically zeros all members
| 
 | inline | 
Set endTime of Connection
| [in] | endTime | integer value | 
| 
 | inline | 
Set startTime of Connection
| [in] | startTime | integer value | 
| IPAddress pcpp::ConnectionData::dstIP | 
Destination IP address
| uint16_t pcpp::ConnectionData::dstPort | 
Destination TCP/UDP port
| timeval pcpp::ConnectionData::endTime | 
End TimeStamp of the connection
| uint32_t pcpp::ConnectionData::flowKey | 
A 4-byte hash key representing the connection
| IPAddress pcpp::ConnectionData::srcIP | 
Source IP address
| uint16_t pcpp::ConnectionData::srcPort | 
Source TCP/UDP port
| timeval pcpp::ConnectionData::startTime | 
Start TimeStamp of the connection