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

Method received_error

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

Source from the content-addressed store, hash-verified

306
307 @ATMT.receive_condition(WAITING_ACK)
308 def received_error(self, pkt):
309 if TFTP_ERROR in pkt:
310 raise self.ERROR(pkt)
311
312 @ATMT.timeout(WAITING_ACK, 3)
313 def timeout_waiting(self):

Callers

nothing calls this directly

Calls 1

ERRORMethod · 0.95

Tested by

no test coverage detected