Guillaume Valadon
Guillaume Valadon
Simplify the installation using a `requirements.txt`file.
From highest to lowest priority: - [x] Travis: add OS X support - [x] build and publish a docker image on https://hub.docker.com - [x] create an asciinema video - [x]...
SH4 architecture does not have expected miasm2 features (getpc(), getsp(), dis_engine(), ...)
Some unit tests related to `ctypes.util.find_library("pcap")` fail on macOS Big Sur. This is likely related to this issue https://bugs.python.org/issue41179 as the Python interpreters used by Github Actions does not seem...
The test named `Check offline sniff() with a PcapNg file and a filter (by file object)` is failing on OpenBSD 7.1 with the following error `scapy.error.Scapy_Exception: Failed to compile filter...
This PR is an attempt at automatically testing Scapy on *BSD. These unit tests will only be triggered when a PR is labelled with specific labels (i.e `ci/bsd`, `ci/freebsd`...)
This issue tracks the associated [2.6.0 release](https://github.com/secdev/scapy/milestone/2). As usual, feel free to comment down below to have some features/bugs included before the final release. Note: this is a *big* release....
This is a test related to #3716
This PR makes sure that all unit tests pass on *BSD.
Today, we need to do the following: ``` >>> conf.route.resync() >>> conf.ifaces.reload() ``` We should unify the method names, and maybe add a function named `network_resync()` to call them together.