mirror of
https://github.com/nfstream/nfstream.git
synced 2026-05-22 03:03:29 +00:00
Revert Changes.
This commit is contained in:
parent
099e187e2a
commit
0ab33127ce
2 changed files with 7 additions and 9 deletions
14
.github/workflows/build_and_publish.yml
vendored
14
.github/workflows/build_and_publish.yml
vendored
|
|
@ -21,13 +21,13 @@ jobs:
|
|||
matrix:
|
||||
os: ["ubuntu-latest", "macOS-latest"]
|
||||
python-version: [pypy3, 3.8, 3.7, 3.6]
|
||||
#exclude:
|
||||
# - os: macos-latest
|
||||
# python-version: pypy3
|
||||
# - os: macos-latest
|
||||
# python-version: 3.8
|
||||
# - os: macos-latest
|
||||
# python-version: 3.6
|
||||
exclude:
|
||||
- os: macos-latest
|
||||
python-version: pypy3
|
||||
- os: macos-latest
|
||||
python-version: 3.8
|
||||
- os: macos-latest
|
||||
python-version: 3.6
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
|
|
|||
|
|
@ -586,8 +586,6 @@ class PcapReader(object):
|
|||
except ValueError as e:
|
||||
raise PcapException("Don't know how to handle datalink type {}".format(dl))
|
||||
self._pcapdev = PcapDev(dl, 0, 0, _PcapFfi.instance().version, pcap)
|
||||
# libpcap debug trace
|
||||
print(_PcapFfi.instance().version.decode('utf-8'))
|
||||
|
||||
def close(self):
|
||||
self._libpcap.pcap_close(self._pcapdev.pcap)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue