MCPcopy 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
249class TFTP_write(Automaton):

Callers 1

RECEIVINGMethod · 0.95

Calls 1

split_bottom_upFunction · 0.90

Tested by

no test coverage detected