- Mar 23, 2017
-
-
Robin Jarry authored
Scapy may be used as third party library by other projects, themselves managed under git. This leads to surprising results such as this: $ git describe awesomeproject-v5.22-1-ga1316614c290 $ virtualenv env ... $ . env/bin/activate (env)$ pip install scapy==2.3.3 ... (env)$ cat env/lib/python2.7/site-packages/scapy/VERSION 2.3.3 (env)$ which scapy /home/.../env/bin/scapy (env)$ scapy ... Welcome to Scapy (awesomeproject-v5.22.dev1) >>> Scapy's version is wrongly set to the current project's version. When trying to determine scapy's version from git, make sure that the code is executed from the root of a git repo. If not, read the version from the scapy/VERSION file which has been generated when packaging scapy source archive. Fixes: 4f71027f ("enhance version management") Signed-off-by:
Robin Jarry <robin.jarry@6wind.com>
-
- Mar 22, 2017
-
-
Guillaume Valadon authored
Prevent sr() tests crashes
-
Pierre LALET authored
-
Pierre Lalet authored
[convergence] Python 3- string byte tag
-
Pierre Lalet authored
[Windows] support Npcap
-
- Mar 21, 2017
- Mar 20, 2017
- Mar 17, 2017
- Mar 16, 2017
-
-
phil authored
-
Guillaume Valadon authored
NTP : update and small fixes
-
- Mar 15, 2017
-
-
Guillaume Valadon authored
Create a secdev team in AppVeyor
-
Pierre Lalet authored
[rewritten] PR #182
-
Pierre LALET authored
-
Guillaume Valadon authored
[coverage] Tests for ManufDB + Multiple fixes
-
Guillaume Valadon authored
[Pickling] Add packets pickling support
-
Guillaume Valadon authored
-
gpotter2 authored
-
gpotter2 authored
-
gpotter2 authored
-
gpotter2 authored
-
gpotter2 authored
-
gpotter2 authored
-
gpotter2 authored
-
gpotter2 authored
-
- Mar 14, 2017
-
-
Guillaume Valadon authored
coap: allow CoAP packets to have a payload
-
- Mar 13, 2017
-
-
Pierre Lalet authored
[Windows] Fixed VBS fallback
-