OSPF Vendor Crawlers#

This module contains all vendor crawlers of OSPF implementations. Available vendor crawlers include:

OSPF_Authentication

Authentication Codes [*]

OSPF_Packet

OSPF Packet Types []

Authentication Types#

This module contains the vendor crawler for Authentication Types, which is automatically generating pcapkit.const.ospf.authentication.Authentication.

class pcapkit.vendor.ospf.authentication.Authentication[source]#

Bases: Vendor

Authentication Types

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

Value limit checker.

Link to registry.

OSPF Packet Types#

This module contains the vendor crawler for OSPF Packet Types, which is automatically generating pcapkit.const.ospf.packet.Packet.

class pcapkit.vendor.ospf.packet.Packet[source]#

Bases: Vendor

OSPF Packet Types

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

Value limit checker.

Link to registry.

Footnotes