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

Method high_push

scapy/scapypipes.py:317–321  ·  view source on GitHub ↗
(self, msg)

Source from the content-addressed store, hash-verified

315 self._high_send(raw(payload))
316
317 def high_push(self, msg):
318 # type: (Packet) -> None
319 from scapy.layers.inet import IP, UDP
320 p = IP(dst=self.ip) / UDP(sport=1234, dport=self.port) / msg
321 self._send(p)
322
323
324class FDSourceSink(Source):

Callers

nothing calls this directly

Calls 3

IPClass · 0.90
UDPClass · 0.90
_sendMethod · 0.45

Tested by

no test coverage detected