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

Method SERVING

scapy/layers/smbserver.py:819–823  ·  view source on GitHub ↗

Main state when serving files

(self)

Source from the content-addressed store, hash-verified

817
818 @ATMT.state()
819 def SERVING(self):
820 """
821 Main state when serving files
822 """
823 pass
824
825 @ATMT.receive_condition(SERVING)
826 def receive_logoff_request(self, pkt):

Callers 14

should_serveMethod · 0.95
receive_tree_connectMethod · 0.95
receive_ioctlMethod · 0.95
receive_create_fileMethod · 0.95
receive_query_infoMethod · 0.95
receive_write_requestMethod · 0.95
receive_read_requestMethod · 0.95
receive_close_requestMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected