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

Class SMB2_Write_Response

scapy/layers/smb2.py:3535–3545  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3533
3534
3535class SMB2_Write_Response(_SMB2_Payload):
3536 name = "SMB2 WRITE Response"
3537 Command = 0x0009
3538 fields_desc = [
3539 XLEShortField("StructureSize", 0x11),
3540 LEShortField("Reserved", 0),
3541 LEIntField("Count", 0),
3542 LEIntField("Remaining", 0),
3543 LEShortField("WriteChannelInfoBufferOffset", 0),
3544 LEShortField("WriteChannelInfoLen", 0),
3545 ]
3546
3547
3548bind_top_down(SMB2_Header, SMB2_Write_Response, Command=0x0009, Flags=1)

Callers 1

send_write_responseMethod · 0.90

Calls 3

XLEShortFieldClass · 0.90
LEShortFieldClass · 0.90
LEIntFieldClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…