IPv4 Constant Enumerations¶
Classification Level Encodings¶
-
class
pcapkit.const.ipv4.classification_level.ClassificationLevel(value=<object object>, names=None, module=None, type=None, start=1)[source]¶ Bases:
aenum.IntEnum[ClassificationLevel] Classification Level Encodings
-
Confidential= 150¶
-
Reserved_1= 241¶
-
Reserved_2= 204¶
-
Reserved_3= 102¶
-
Reserved_4= 1¶
-
Secret= 90¶
-
Top_Secret= 61¶
-
Unclassified= 171¶
-
Option Classes¶
IP Option Numbers *¶
-
class
pcapkit.const.ipv4.option_number.OptionNumber(value=<object object>, names=None, module=None, type=None, start=1)[source]¶ Bases:
aenum.IntEnum[OptionNumber] IP Option Numbers
-
CIPSO= 134¶ CIPSO - Commercial Security [draft-ietf-cipso-ipsecurity-01]
-
FINN= 205¶ FINN - Experimental Flow Control [Greg Finn]
-
IMITD= 144¶ IMITD - IMI Traffic Descriptor [Lee]
-
Unassigned_150= 150¶ Unassigned (Released 18 October 2005)
-
ZSU= 10¶ ZSU - Experimental Measurement [ZSu]
-
Protection Authority Bit Assignments¶
Bases:
aenum.IntEnum[ProtectionAuthority] Protection Authority Bit Assignments
Lookup function used when value is not found.
Backport support for original codes.
QS Functions¶
IPv4 Router Alert Option Values †¶
ToS (DS Field) Delay¶
ToS ECN Field¶
ToS (DS Field) Precedence¶
-
class
pcapkit.const.ipv4.tos_pre.ToSPrecedence(value=<object object>, names=None, module=None, type=None, start=1)[source]¶ Bases:
aenum.IntEnum[ToSPrecedence] ToS (DS Field) Precedence
-
CRITIC_ECP= 5¶
-
Flash= 3¶
-
Flash_Override= 4¶
-
Immediate= 2¶
-
Internetwork_Control= 6¶
-
Network_Control= 7¶
-
Priority= 1¶
-
Routine= 0¶
-