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

Class PNETLOGON_DELTA_RENAME_GROUP

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

Source from the content-addressed store, hash-verified

1178
1179
1180class PNETLOGON_DELTA_RENAME_GROUP(NDRPacket):
1181 ALIGNMENT = (4, 8)
1182 fields_desc = [
1183 NDRPacketField("OldName", UNICODE_STRING(), UNICODE_STRING),
1184 NDRPacketField("NewName", UNICODE_STRING(), UNICODE_STRING),
1185 NDRPacketField("DummyString1", UNICODE_STRING(), UNICODE_STRING),
1186 NDRPacketField("DummyString2", UNICODE_STRING(), UNICODE_STRING),
1187 NDRPacketField("DummyString3", UNICODE_STRING(), UNICODE_STRING),
1188 NDRPacketField("DummyString4", UNICODE_STRING(), UNICODE_STRING),
1189 NDRIntField("DummyLong1", 0),
1190 NDRIntField("DummyLong2", 0),
1191 NDRIntField("DummyLong3", 0),
1192 NDRIntField("DummyLong4", 0),
1193 ]
1194
1195
1196class NLPR_LOGON_HOURS(NDRPacket):

Callers 1

Calls 3

NDRPacketFieldClass · 0.90
NDRIntFieldClass · 0.90
UNICODE_STRINGClass · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…