MCPcopy Index your code
hub / github.com/secdev/scapy / current_tree

Method current_tree

scapy/layers/smbserver.py:801–805  ·  view source on GitHub ↗

Return the current tree name

(self)

Source from the content-addressed store, hash-verified

799 # SERVE FILES
800
801 def current_tree(self):
802 """
803 Return the current tree name
804 """
805 return self.current_trees[self.smb_header.TID]
806
807 def root_path(self):
808 """

Callers 6

root_pathMethod · 0.95
send_write_responseMethod · 0.95
send_read_responseMethod · 0.95
send_close_responseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected