MCPcopy Create free account
hub / github.com/secdev/scapy / NDRIntEnumField

Class NDRIntEnumField

scapy/layers/dcerpc.py:1661–1666  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1659
1660
1661class NDRIntEnumField(_NDRValueOf, NDRAlign):
1662 # v1_enum are always 4-octets, even in NDR32
1663 def __init__(self, *args, **kwargs):
1664 super(NDRIntEnumField, self).__init__(
1665 LEIntEnumField(*args, **kwargs), align=(4, 4)
1666 )
1667
1668
1669# Special types

Callers 2

CustomHeaderClass · 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…