PcapPlusPlus  Next
pcpp::icmp_echo_hdr Struct Reference

#include <IcmpLayer.h>

Inheritance diagram for pcpp::icmp_echo_hdr:
pcpp::icmphdr

Public Attributes

uint16_t id
 the echo (ping) request identifier
 
uint16_t sequence
 the echo (ping) request sequence number
 
uint64_t timestamp
 a timestamp of when the message was sent
 
- Public Attributes inherited from pcpp::icmphdr
uint8_t type
 message type
 
uint8_t code
 message code
 
uint16_t checksum
 message checksum
 

Detailed Description

ICMP echo (ping) request/reply message structure