MCPcopy Index your code
hub / github.com/secdev/scapy / __init__

Method __init__

scapy/arch/libpcap.py:634–637  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

632 desc = "read/write packets at layer 3 using only libpcap"
633
634 def __init__(self, *args, **kwargs):
635 # type: (*Any, **Any) -> None
636 super(L3pcapSocket, self).__init__(*args, **kwargs)
637 self.send_socks = {network_name(self.iface): self}
638
639 def recv(self, x=MTU, **kwargs):
640 # type: (int, **Any) -> Optional[Packet]

Callers

nothing calls this directly

Calls 2

network_nameFunction · 0.90
__init__Method · 0.45

Tested by

no test coverage detected