Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/secdev/scapy
/ END
Method
END
scapy/layers/tftp.py:244–246 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
242
# END
243
@ATMT.state(final=1)
244
def
END(self):
245
split_bottom_up(UDP, TFTP, dport=self.my_tid)
246
return
self.res
247
248
249
class
TFTP_write(Automaton):
Callers
1
RECEIVING
Method · 0.95
Calls
1
split_bottom_up
Function · 0.90
Tested by
no test coverage detected