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

Class PNETLOGON_VALIDATION_GENERIC_INFO2

scapy/layers/msrpce/raw/ms_nrpc.py:413–420  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

411
412
413class PNETLOGON_VALIDATION_GENERIC_INFO2(NDRPacket):
414 ALIGNMENT = (4, 8)
415 fields_desc = [
416 NDRIntField("DataLength", None, size_of="ValidationData"),
417 NDRFullEmbPointerField(
418 NDRConfStrLenField("ValidationData", "", size_is=lambda pkt: pkt.DataLength)
419 ),
420 ]
421
422
423class PNETLOGON_VALIDATION_SAM_INFO4(NDRPacket):

Calls 3

NDRIntFieldClass · 0.90
NDRConfStrLenFieldClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…