OSPF Vendor Crawlers
This module contains all vendor crawlers of
OSPF implementations. Available
vendor crawlers include:
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: str = 'https://www.iana.org/assignments/ospf-authentication-codes/authentication-codes.csv'
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: str = 'https://www.iana.org/assignments/ospfv2-parameters/ospfv2-parameters-3.csv'
Link to registry.
Footnotes