| 303 | |
| 304 | |
| 305 | class ComplexPing_Response(NDRPacket): |
| 306 | fields_desc = [ |
| 307 | NDRLongField("pSetId", 0), |
| 308 | NDRShortField("pPingBackoffFactor", 0), |
| 309 | NDRIntField("status", 0), |
| 310 | ] |
| 311 | |
| 312 | |
| 313 | class ServerAlive_Request(NDRPacket): |
nothing calls this directly
no test coverage detected
searching dependent graphs…