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

Method results

scapy/sendrecv.py:254–256  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

252 self.unans_result = PacketList(remain, "Unanswered")
253
254 def results(self):
255 # type: () -> Tuple[SndRcvList, PacketList]
256 return self.ans_result, self.unans_result
257
258 def _stop_sniffer_if_done(self) -> None:
259 """Close the sniffer if all expected answers have been received"""

Callers 1

sndrcvFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected