- 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
- Dec 10, 2009
-
-
Phil authored
-
- Dec 09, 2009
-
-
Dirk Loss authored
This shall make it more convenient to use pdfdump() and psdump() and automatically launch a viewer: Default viewer for pdfdump() is Acrobat reader. Please change your PATH variable to include the directory where AcroRd.exe is placed. Default viewer for psdump() is GSview. The gsview32.exe executable is automatically searched for in GSview's default installation directory: %ProgramFiles%\Ghostgum\gsview If it is not found, put the directory on your PATH. You can manually set the paths to the executables by changing the conf.prog.pdfreader and conf.prog.psreader configuration parameters.
-
Dirk Loss authored
os.system() is deprecated, does not work correctly if the path name of the executable includes spaces, and needs an ampersand to put the called program in the background (which does not work on Windows). subprocess.Popen() solves all these problems.
-
- Dec 06, 2009
- Nov 20, 2009
-
-
Dirk Loss authored
dnet throws an "OSError: No error" exception when we want to get the outgoing interface and the interface has no IP address. This uncaught exception made Scapy exit.
-
Dirk Loss authored
When enumerating usable network interfaces we now only try those that have an IP address, because the IP address is needed anyway to construct the mapping between dnet and pcap interface names. This significantly improves Scapy's startup performance.
-
- Nov 16, 2009
- Nov 05, 2009