MCPcopy Index your code
hub / github.com/secdev/scapy / IntEnumField

Class IntEnumField

scapy/fields.py:2793–2800  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2791
2792
2793class IntEnumField(EnumField[int]):
2794 def __init__(self,
2795 name, # type: str
2796 default, # type: Optional[int]
2797 enum, # type: _EnumType[int]
2798 ):
2799 # type: (...) -> None
2800 super(IntEnumField, self).__init__(name, default, enum, "I")
2801
2802
2803class SignedIntEnumField(EnumField[int]):

Callers 15

VQPEntryClass · 0.90
DiamGClass · 0.90
OpcDaFaultClass · 0.90
OpcDaRejectClass · 0.90
BGPPACommunityClass · 0.90
IODWriteResClass · 0.90
IODWriteMultipleResClass · 0.90
PNIOServiceResPDUClass · 0.90
MOUNT_ReplyClass · 0.90
Fattr3Class · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…