| 2682 | |
| 2683 | |
| 2684 | class SMB2_Session_Logoff_Response(_SMB2_Payload): |
| 2685 | name = "SMB2 LOGOFF Request" |
| 2686 | Command = 0x0002 |
| 2687 | fields_desc = [ |
| 2688 | XLEShortField("StructureSize", 0x4), |
| 2689 | ShortField("reserved", 0), |
| 2690 | ] |
| 2691 | |
| 2692 | |
| 2693 | bind_top_down( |
no test coverage detected
searching dependent graphs…