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

Class NDRInt3264EnumField

scapy/layers/dcerpc.py:1654–1658  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1652
1653
1654class NDRInt3264EnumField(NDRAlign):
1655 def __init__(self, *args, **kwargs):
1656 super(NDRInt3264EnumField, self).__init__(
1657 _NDREnumField(*args, **kwargs), align=(2, 4)
1658 )
1659
1660
1661class NDRIntEnumField(_NDRValueOf, NDRAlign):

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…