- Dec 21, 2016
-
-
Pierre LALET authored
-
Pierre LALET authored
-
Pierre LALET authored
-
Pierre LALET authored
-
Pierre LALET authored
-
Pierre LALET authored
-
Pierre LALET authored
-
Pierre LALET authored
-
- Dec 20, 2016
-
-
gpotter2 authored
-
Pierre Lalet authored
* Add conf.checkIPinIP This setting, when set to False, will exclude IP layers which encapsulate another IP layer from the checks to tell if a packet is an answer to another one. Fixes #383 * conf.checkIPinIP affects both IP() and IPv6() Setting conf.checkIPinIP will handle IP()/IP(), IP()/IPv6(), IPv6()/IP(), IPv6()/IPv6(). Thanks @guedou! * Clean-up IP.hashret and .answers code * Add tests for .hashret() and .answers()
-
Pierre Lalet authored
* 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
-
- Dec 19, 2016
-
-
Pierre Lalet authored
Added roadmap link
-
gpotter2 authored
-
- Dec 16, 2016
-
-
mkaliszan authored
* [isis.py] Add support for some SubTLVs * [isis.py, isis.uts] Fix, (unit-)test and extend SubTLVs support
-
Pierre Lalet authored
Fixed the invalid copy_flag in some ip options
-
Pierre Lalet authored
HTTP/2 support
-
- Dec 15, 2016
-
-
Guillaume Valadon authored
Add AppVeyor badge
-
Pierre LALET authored
-
Pierre Lalet authored
AppVeyor support
-
Pierre Lalet authored
fix version when installing from git archive
-
Guillaume Valadon authored
[bug] fix issue with python-pcapy interface next() function
-
Guillaume Valadon authored
-
- Dec 14, 2016
-
-
Florian Maury authored
-
Florian Maury authored
-
Florian Maury authored
-
Pierre Lalet authored
[Windows] Fix autocompletion crash
-
gpotter2 authored
-
- Dec 13, 2016
-
-
Dmitriy Dubson authored
[bug] fix issue with python-pcapy interface next() function not properly catching if next packet does not exist.
-
Guillaume Valadon authored
[Windows] Updated bin scripts
-
- Dec 12, 2016
-
-
gpotter2 authored
-
- Dec 10, 2016
-
-
Pierre Lalet authored
Return a correct exit code
-
- Dec 09, 2016
-
-
Guillaume Valadon authored
Allow to set promisc mode in sndrcv().
-
Guillaume Valadon authored
Use special code path for OpenBSD in sndrcv.
-
- Dec 07, 2016
-
-
Alexander Bluhm authored
In the pcapdnet() backend it was not possible to run the L{2,3}{pcap,dnet}Socket in promiscuous mode. Add a promisc option to sr(), sr1(), srp(), srp1(), srflood(), srpflood() so that the user can choose the behavior. Keep the default non-promiscuous as in most cases sndrcv() sniffs an answer that is directed to the sender.
-
Alexander Bluhm authored
On OpenBSD use the non-blocking recv() after select() in sndrcv(). That was already done for FreeBSD and Darwin. This fixes sniffing on real hardware with libdnet backend.
-
- Dec 06, 2016
-
-
Robin Jarry authored
When installing from a git archive downloaded from github, the file scapy/VERSION is not present since it is generated when building a source archive with: ./setup.py sdist To work around the problem, use the export-subst git attribute to make git archive write the current revison information in scapy/__init__.py. Signed-off-by:
Robin Jarry <robin.jarry@6wind.com>
-
Guillaume Valadon authored
-
- Dec 05, 2016
-
-
Pierre Lalet authored
OS X Travis tests fixed
-
Guillaume Valadon authored
setup: add scapy.arch.bpf module
-
- Dec 03, 2016
-
-
Pierre LALET authored
-