- Jan 23, 2016
-
-
Pierre Lalet authored
Fix IPv6 support on OpenBSD
-
Pierre Lalet authored
Matplotlib support
-
Daniel Jakots authored
-
- Jan 22, 2016
-
-
Guillaume Valadon authored
Use __future__ to allow with statement under Python 2.5
-
Guillaume Valadon authored
Fix crash when an unpriv user builds an Ether() packet without dst set
-
Guillaume Valadon authored
Fix layer binding in IGMPv3 (contrib)
-
Guillaume Valadon authored
-
Guillaume Valadon authored
-
Pierre LALET authored
-
Pierre LALET authored
When an Ether() / IP() packet is built with IP.dst set and Ether.dst not set, Scapy tries to fix Ether.dst by sending an ARP request. This fails when the user cannot send packets. Before: >>> p = str(Ether()/IP(dst="1.2.3.4")) Traceback (most recent call last): File "<console>", line 1, in <module> File "/usr/local/lib/python2.7/dist-packages/scapy/packet.py", line 272, in __str__ return self.build() [...] File "/usr/local/lib/python2.7/dist-packages/scapy/arch/linux.py", line 414, in __init__ self.ins = socket.socket(socket.AF_PACKET, socket.SOCK_RAW, socket.htons(type)) File "/usr/lib/python2.7/socket.py", line 187, in __init__ _sock = _realsocket(family, type, proto) error: [Errno 1] Operation not permitted After: >>> p = str(Ether()/IP(dst="1.2.3.4")) WARNING: Mac address to reach destination not found. Using broadcast.
-
- Jan 21, 2016
-
-
Guillaume Valadon authored
Accept generators and xrange objects as field values
-
Guillaume Valadon authored
Update setup files for PyPI
-
Guillaume Valadon authored
Use appropriate config value to call tcpdump
-
Pierre LALET authored
-
Guillaume Valadon authored
-
Pierre LALET authored
-
Pierre LALET authored
-
Pierre LALET authored
-
Pierre LALET authored
-
Pierre LALET authored
-
Guillaume Valadon authored
Move sebek to contrib/ (uncommon protocol)
-
Guillaume Valadon authored
Add PyPy to travis-ci tests
-
Pierre LALET authored
-
Pierre LALET authored
-
Pierre LALET authored
-
- Jan 20, 2016
-
-
Guillaume Valadon authored
Fix .do_dissect() (code easier to read and a bit faster)
-
Guillaume Valadon authored
Update ethertypes link
-
Pierre LALET authored
-
- Jan 19, 2016
-
-
Pierre LALET authored
-
Guillaume Valadon authored
Fix syntax for Python 2.5 compatibility
-
Pierre LALET authored
-
- Jan 18, 2016
-
-
Guillaume Valadon authored
Remove unneeded lists (primarily range() calls)
-
Guillaume Valadon authored
Doc update for Github
-
- Jan 17, 2016
-
-
Pierre LALET authored
-
Pierre LALET authored
-
- Jan 15, 2016
-
-
Guillaume Valadon authored
-
Guillaume Valadon authored
-
Pierre Lalet authored
gtp.uts fixed
-
Guillaume Valadon authored
-
guedou authored
Fix tests and test framework
-