Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/secdev/scapy
/ start
Method
start
scapy/scapypipes.py:108–111 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
106
self.f = PcapReader(self.fname)
107
108
def
start(self):
109
# type: () -> None
110
self.f = PcapReader(self.fname)
111
self.is_exhausted = False
112
113
def
stop(self):
114
# type: () -> None
Callers
nothing calls this directly
Calls
1
PcapReader
Class · 0.90
Tested by
no test coverage detected