OSPF
Constant Enumerations¶
This module contains all constant enumerations of
OSPF
implementations. Available
enumerations include:
Authentication Types¶
This module contains the constant enumeration for Authentication Types,
which is automatically generated from pcapkit.vendor.ospf.authentication.Authentication
.
- class pcapkit.const.ospf.authentication.Authentication(value=<no_arg>, names=None, module=None, qualname=None, type=None, start=1, boundary=None)[source]¶
Bases:
IntEnum
[Authentication] Authentication Types
- Cryptographic_Authentication_with_Extended_Sequence_Numbers = 3¶
Cryptographic Authentication with Extended Sequence Numbers [RFC 7474]
OSPF Packet Types¶
This module contains the constant enumeration for OSPF Packet Types,
which is automatically generated from pcapkit.vendor.ospf.packet.Packet
.
- class pcapkit.const.ospf.packet.Packet(value=<no_arg>, names=None, module=None, qualname=None, type=None, start=1, boundary=None)[source]¶
Bases:
IntEnum
[Packet] OSPF Packet Types
- Reserved_0 = 0¶
Reserved
Footnotes