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

Class SMB2_Tree_Disconnect_Response

scapy/layers/smb2.py:2816–2822  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2814
2815
2816class SMB2_Tree_Disconnect_Response(_SMB2_Payload):
2817 name = "SMB2 TREE_DISCONNECT Response"
2818 Command = 0x0004
2819 fields_desc = [
2820 XLEShortField("StructureSize", 0x4),
2821 XLEShortField("Reserved", 0),
2822 ]
2823
2824
2825bind_top_down(SMB2_Header, SMB2_Tree_Disconnect_Response, Command=0x0004, Flags=1)

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…