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

Method read_all

scapy/utils.py:1605–1609  ·  view source on GitHub ↗
(self, count=-1)

Source from the content-addressed store, hash-verified

1603 raise StopIteration
1604
1605 def read_all(self, count=-1):
1606 # type: (int) -> PacketList
1607 res = self._read_all(count)
1608 from scapy import plist
1609 return plist.PacketList(res, name=os.path.basename(self.filename))
1610
1611
1612class RawPcapNgReader(RawPcapReader):

Callers 2

rdpcapFunction · 0.45
rderfFunction · 0.45

Calls 1

_read_allMethod · 0.80

Tested by

no test coverage detected