| IpPacket Properties |
The IpPacket type exposes the following members.
| Name | Description | |
|---|---|---|
| Checksum |
The checksum of the header of this IP packet.
| |
| Data |
The data section of the IP packet.
| |
| Destination |
The IPv4 address of the receiver of the packet.
| |
| Dscp |
The Differentiated Services Code Point (not implemented).
| |
| Flags |
The flags for controlling and identifying fragments set on this packet.
| |
| FragmentOffset |
The fragment offset of the packet.
| |
| Identification |
The idenfication used for uniquely identifying fragments of a fragmented
IP packet.
| |
| Ihl |
The Internet Header Length, which is the number of 32-bit words
in the header.
| |
| Options |
Optional header fields.
| |
| Protocol |
Indicates which transport protocol is encapsulated in the data section.
| |
| Source |
The IPv4 address of the sender of the packet.
| |
| TimeToLive |
The hop count of the packet.
| |
| TotalLength |
The total length of the packet, including header and data, in bytes.
| |
| Version |
The version of the IP packet.
|