- Apr 09, 2010
- Apr 07, 2010
-
-
Phil authored
-
- Mar 20, 2010
-
-
Dirk Loss authored
PyCrypto 2.0.1 caused deprecation warnings on Python 2.6, because it used sha and md5 modules, which were replaced by hashlib in Python 2.5.
-
Dirk Loss authored
Indentation was sometimes done with spaces and sometimes with tabs, which was irritating if your editor had a different tabsize configured than 8 spaces.
-
- Mar 04, 2010
-
-
Phil authored
-
- Feb 18, 2010
-
-
Phil authored
-
- Feb 17, 2010
-
-
Phil authored
-
- Feb 16, 2010
-
-
Arnaud Ebalard authored
-
- Jan 23, 2010
- Jan 13, 2010
-
-
Dirk Loss authored
This was left-over from the old console handling code in Scapy-win. Now this caused a NameError: "global name 'console' is not defined"
-
- Jan 12, 2010
-
-
Dirk Loss authored
With IPython support enabled, any command line arguments given to Scapy were incorrectly interpreted by the embedded IPython shell as IPython command line arguments. For example, "scapy -d" (to increase Scapy's debug level) did not work.
-
- Jan 11, 2010
-
-
Phil authored
-
- Jan 06, 2010
-
-
Dirk Loss authored
-
- Jan 05, 2010
- Dec 30, 2009
- Dec 29, 2009
-
-
zer0@platinum authored
Not fully tested. Based on: http://trac.secdev.org/scapy/ticket/3 http://trac.secdev.org/scapy/ticket/60
-
zer0@platinum authored
-
zer0@platinum authored
-
zer0@platinum authored
Add all classes to forge and dissect SCTP packets in scapy.
-
zer0@platinum authored
-
zer0@platinum authored
-
zer0@platinum authored
This argment is a python function applied to each packet to determine if we have to stop the capture after this packet. ex: stop_filter = lambda x: x.haslayer(TCP)
-
zer0@platinum authored
This includes: key, gre routing infos, sequence number, ...
-
- Dec 14, 2009
-
-
Dirk Loss authored
The ZIP file available at http://scapy.net/ has an additional header to make it startable on Linux. This confuses the Windows internal unzipper and causes warnings about corrupted archives. The files can be extracted with 7-Zip or InfoUnzip, but this might be inconvenient for a lot of users. So we now point to the Hg repo which carries an unmodified ZIP. * * * Fixed duplicate reference in install.rst The duplicate reference "latest version" gave a Sphinx warning. * * * Updated version number of Scapy documentation * * * Fixed typo in Windows installation doc
-
- Apr 07, 2010
- Dec 14, 2009
- Dec 10, 2009
-
-
Phil authored
-