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

Method ERROR

scapy/layers/tftp.py:332–334  ·  view source on GitHub ↗
(self, pkt)

Source from the content-addressed store, hash-verified

330 # ERROR
331 @ATMT.state(error=1)
332 def ERROR(self, pkt):
333 split_bottom_up(UDP, TFTP, dport=self.my_tid)
334 return pkt[TFTP_ERROR].summary()
335
336 # END
337 @ATMT.state(final=1)

Callers 1

received_errorMethod · 0.95

Calls 2

split_bottom_upFunction · 0.90
summaryMethod · 0.45

Tested by

no test coverage detected