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

Method resend_arp_req

scapy/modules/krack/automaton.py:861–863  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

859
860 @ATMT.timeout(WAIT_ARP_REPLIES, 0.5)
861 def resend_arp_req(self):
862 self.send_arp_req()
863 raise self.WAIT_ARP_REPLIES()
864
865 @ATMT.receive_condition(WAIT_ARP_REPLIES)
866 def get_arp(self, pkt):

Callers

nothing calls this directly

Calls 2

send_arp_reqMethod · 0.95
WAIT_ARP_REPLIESMethod · 0.95

Tested by

no test coverage detected