Code
Hub
Trending
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/secdev/scapy
/ push
Method
push
scapy/scapypipes.py:224–227 ·
view source on GitHub ↗
(self, msg)
Source
from the content-addressed store, hash-verified
222
self.f.close()
223
224
def
push(self, msg):
225
# type: (Packet) -> None
226
if
msg and self.f:
227
self.f.write(msg)
228
229
230
class
WiresharkSink(WrpcapSink):
Callers
nothing calls this directly
Calls
1
write
Method · 0.45
Tested by
no test coverage detected