HeaderIP

Summary

Represents an IP header object (regardless of ip version).

Properties

Structure

class HeaderIP
ip_address_destination

An IPv4 address indicating the receiver of the packet.

Type

str

ip_address_source

An IPv4 address indicating the sender of the packet.

Type

str

version

The version of the packet, or None if no version is present.

Type

uint8 or None