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

Class ComplexPing_Response

scapy/layers/msrpce/raw/ms_dcom.py:305–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

303
304
305class ComplexPing_Response(NDRPacket):
306 fields_desc = [
307 NDRLongField("pSetId", 0),
308 NDRShortField("pPingBackoffFactor", 0),
309 NDRIntField("status", 0),
310 ]
311
312
313class ServerAlive_Request(NDRPacket):

Callers

nothing calls this directly

Calls 3

NDRLongFieldClass · 0.90
NDRShortFieldClass · 0.90
NDRIntFieldClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…