ARP Vendor Crawlers#

This module contains all vendor crawlers of ARP and RARP implementations. Available vendor crawlers include:

ARP_Hardware

ARP Hardware Types [*]

ARP_Operation

Operation Codes []

Hardware Types#

This module contains the vendor crawler for Hardware Types, which is automatically generating pcapkit.const.arp.hardware.Hardware.

class pcapkit.vendor.arp.hardware.Hardware[source]#

Bases: Vendor

Hardware Types [RFC 826][RFC 5494]

FLAG: str = 'isinstance(value, int) and 0 <= value <= 65535'#

Value limit checker.

Link to registry.

Operation Codes#

This module contains the vendor crawler for Operation Codes, which is automatically generating pcapkit.const.arp.operation.Operation.

class pcapkit.vendor.arp.operation.Operation[source]#

Bases: Vendor

Operation Codes [RFC 826][RFC 5494]

FLAG: str = 'isinstance(value, int) and 0 <= value <= 65535'#

Value limit checker.

Link to registry.

Footnotes