Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/secdev/scapy
/ send
Method
send
scapy/pipetool.py:602–605 ·
view source on GitHub ↗
(self, msg)
Source
from the content-addressed store, hash-verified
600
""
"
601
602
def
send(self, msg):
603
# type: (Any) -> int
604
self._gen_high_data(msg)
605
return
1
606
607
608
class
PeriodicSource(ThreadGenSource):
Callers
nothing calls this directly
Calls
1
_gen_high_data
Method · 0.80
Tested by
no test coverage detected