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

Class NDRLongField

scapy/layers/dcerpc.py:1616–1618  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1614
1615
1616class NDRLongField(_NDRField):
1617 FMT = "Q"
1618 ALIGN = (8, 8)
1619
1620
1621class NDRSignedLongField(_NDRField):

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…