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

Class SMB2_Session_Logoff_Response

scapy/layers/smb2.py:2684–2690  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2682
2683
2684class 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
2693bind_top_down(

Callers 1

send_logoff_responseMethod · 0.90

Calls 2

XLEShortFieldClass · 0.90
ShortFieldClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…