Support (BPF) filter in sniff() with offline parameter set (#394)
* Support (BPF) filter in sniff() with offline parameter set Fixes #393 Also, fixes #355 * Add tests for wrpcap() and sniff(offline=) as suggested by Guillaume. Also, cleanup regression.uts since it was a pain to find a place to add those tests. * Fix PATH for tcpdump with non-root user * Do not run tcpdump tests when tcpdump is not available * Appveyor tests: install WinDump.exe Thanks @gpotter2
Showing
- .travis/test.sh 12 additions, 1 deletion.travis/test.sh
- appveyor.yml 4 additions, 2 deletionsappveyor.yml
- scapy/arch/windows/compatibility.py 28 additions, 3 deletionsscapy/arch/windows/compatibility.py
- scapy/sendrecv.py 25 additions, 2 deletionsscapy/sendrecv.py
- test/regression.uts 409 additions, 147 deletionstest/regression.uts
Loading
Please register or sign in to comment