Dirk Loss <d.loss@infodas.de> [Wed, 13 Jan 2010 12:16:42 +0100] rev 1216
Fixed console redirection bug in sniff()
This was left-over from the old console handling
code in Scapy-win. Now this caused a NameError:
"global name 'console' is not defined"
Dirk Loss <mail@dirk-loss.de> [Tue, 12 Jan 2010 11:15:13 +0100] rev 1215
Fixed command line argument handling when using IPython
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.
Dirk Loss <mail@dirk-loss.de> [Wed, 06 Jan 2010 19:56:28 +0100] rev 1214
Merge with main repo
Phil <phil@secdev.org> [Tue, 05 Jan 2010 21:59:13 +0100] rev 1213
Added IPython support (ticket #329, patch from D. Loss)
Add the following line to ~/.scapy_startup.py :
conf.interactive_shell="ipython
Dirk Loss <mail@dirk-loss.de> [Tue, 05 Jan 2010 22:38:03 +0100] rev 1212
Merge with main repo
Phil <phil@secdev.org> [Wed, 30 Dec 2009 23:20:20 +0100] rev 1211
Merge
zer0@platinum [Tue, 29 Dec 2009 22:44:50 +0100] rev 1210
Support of VRRP.
Not fully tested. Based on:
http://trac.secdev.org/scapy/ticket/3
http://trac.secdev.org/scapy/ticket/60
zer0@platinum [Tue, 29 Dec 2009 22:40:01 +0100] rev 1209
don't import thread in sctp.py
zer0@platinum [Tue, 29 Dec 2009 22:28:31 +0100] rev 1208
remove SCTPTest() class
zer0@platinum [Tue, 29 Dec 2009 19:33:40 +0100] rev 1207
SCTP support (RFC 4960)
Add all classes to forge and dissect SCTP packets in scapy.