Data Fields | |
LT_BITFIELD8 | ip_hl:4 |
Header Length. | |
LT_BITFIELD8 | ip_v:4 |
Version. | |
uint8_t | ip_tos |
Type of Service. | |
uint16_t | ip_len |
Total Length. | |
int16_t | ip_id |
Identification. | |
uint16_t | ip_off |
IP Fragment offset (and flags). | |
uint8_t | ip_ttl |
Time to Live. | |
uint8_t | ip_p |
Protocol. | |
uint16_t | ip_sum |
Checksum. | |
in_addr | ip_src |
Source Address. | |
in_addr | ip_dst |
Destination Address. |
|
Destination Address.
|
|
Header Length.
|
|
Identification.
|
|
Total Length.
|
|
IP Fragment offset (and flags).
|
|
Protocol.
|
|
Source Address.
|
|
Checksum.
|
|
Type of Service.
|
|
Time to Live.
|
|
Version.
|