PcapPlusPlus  Next
pcpp::icmp_timestamp_request Struct Reference

#include <IcmpLayer.h>

Inheritance diagram for pcpp::icmp_timestamp_request:
pcpp::icmphdr

Public Attributes

uint16_t id
 the timestamp request identifier
 
uint16_t sequence
 the timestamp request sequence number
 
uint32_t originateTimestamp
 the time (in milliseconds since midnight) the sender last touched the packet
 
uint32_t receiveTimestamp
 relevant for timestamp reply only - the time the echoer first touched it on receipt
 
uint32_t transmitTimestamp
 relevant for timestamp reply only - the time the echoer last touched the message on sending it
 
- Public Attributes inherited from pcpp::icmphdr
uint8_t type
 message type
 
uint8_t code
 message code
 
uint16_t checksum
 message checksum
 

Detailed Description

ICMP timestamp request message structure