ARP Vendor Crawlers
This module contains all vendor crawlers of ARP
and RARP implementations. Available
vendor crawlers include:
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: str = 'https://www.iana.org/assignments/arp-parameters/arp-parameters-2.csv'
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: str = 'https://www.iana.org/assignments/arp-parameters/arp-parameters-1.csv'
Link to registry.
Footnotes