| 4372 | |
| 4373 | |
| 4374 | class 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 | |
| 4382 | bind_top_down( |
no test coverage detected
searching dependent graphs…