ICMP
|
IP Header as defined in RFC 791. More...
#include <Icmp.h>
Public Attributes | |
UINT8 | versionIhl |
Version, IHL (compressed on one byte) | |
UINT8 | tos |
Type Of Service. | |
UINT16 | length |
Total Length. | |
UINT16 | id |
Identification. | |
UINT16 | flagsOffset |
Flags, Fragment Offset (compressed on two bytes) | |
UINT8 | ttl |
Time To Live. | |
UINT8 | protocol |
Protocol. | |
UINT16 | checksum |
Header checksum. | |
struct in_addr | iaddrSrc |
Source address. | |
struct in_addr | iaddrDst |
Destination address. |
IP Header as defined in RFC 791.