| 2814 | |
| 2815 | |
| 2816 | class 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 | |
| 2825 | bind_top_down(SMB2_Header, SMB2_Tree_Disconnect_Response, Command=0x0004, Flags=1) |
no test coverage detected
searching dependent graphs…