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

Class SMB2_Set_Info_Response

scapy/layers/smb2.py:4374–4379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4372
4373
4374class SMB2_Set_Info_Response(_SMB2_Payload):
4375 name = "SMB2 SET INFO Request"
4376 Command = 0x0011
4377 fields_desc = [
4378 XLEShortField("StructureSize", 0x02),
4379 ]
4380
4381
4382bind_top_down(

Callers 1

Calls 1

XLEShortFieldClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…