Conversation
scapy/arch/pcapdnet.py
Outdated
There was a problem hiding this comment.
I think it would be a good idea to use something similar to
https://github.com/secdev/scapy/blob/master/scapy/arch/pcapdnet.py#L464-L469
telling people to update their version
Codecov Report
@@ Coverage Diff @@
## master #1315 +/- ##
==========================================
- Coverage 82.83% 79.42% -3.41%
==========================================
Files 169 166 -3
Lines 38952 37333 -1619
==========================================
- Hits 32267 29653 -2614
- Misses 6685 7680 +995
|
tox.ini
Outdated
There was a problem hiding this comment.
How about using > instead of == (not sure if supported in tox)
Same above in the warning, it should be saying Please use pcapy 0.11.3+
tox.ini
Outdated
There was a problem hiding this comment.
Small question not related to this PR: what is this used for? I couldn't find any other occurrence of SCAPY_ROOT_DIR
Moreover, PWD doesn't exist on windows, making tox crash-on-start
There was a problem hiding this comment.
You can try to use nested env substitutions like {env:KEY:{env:DEFAULT_OF_KEY}}. That should allow to support Windows easily.
|
It is used in uts related to TLS to ease file access. It is a dirty hack.
|
729d5c0 to
c7f91d3
Compare
07b6c10 to
c082492
Compare
fe5f386 to
80ebcd8
Compare
| env: | ||
| - SCAPY_COVERAGE=yes | ||
|
|
||
| - os: osx |
There was a problem hiding this comment.
This non-root test is not useful anymore as the default native osx support works perfectly fine for non-root usages.
Fix issue #1289 and test pcap/dnet with tox.
This PR is ready to be reviewed.