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

Class ComplexPing_Request

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

Source from the content-addressed store, hash-verified

288
289
290class ComplexPing_Request(NDRPacket):
291 fields_desc = [
292 NDRLongField("pSetId", 0),
293 NDRShortField("SequenceNum", 0),
294 NDRShortField("cAddToSet", None, size_of="AddToSet"),
295 NDRShortField("cDelFromSet", None, size_of="DelFromSet"),
296 NDRConfFieldListField(
297 "AddToSet", [], NDRLongField("", 0), size_is=lambda pkt: pkt.cAddToSet
298 ),
299 NDRConfFieldListField(
300 "DelFromSet", [], NDRLongField("", 0), size_is=lambda pkt: pkt.cDelFromSet
301 ),
302 ]
303
304
305class ComplexPing_Response(NDRPacket):

Callers

nothing calls this directly

Calls 3

NDRLongFieldClass · 0.90
NDRShortFieldClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…