Skip to content
Snippets Groups Projects
  1. Mar 04, 2010
  2. Feb 18, 2010
  3. Feb 17, 2010
    • Phil's avatar
      merge · 922b21f9
      Phil authored
      922b21f9
  4. Feb 16, 2010
  5. Jan 23, 2010
  6. Jan 13, 2010
  7. Jan 12, 2010
    • Dirk Loss's avatar
      Fixed command line argument handling when using IPython · 540caf9c
      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.
      540caf9c
  8. Jan 11, 2010
  9. Jan 06, 2010
  10. Jan 05, 2010
  11. Dec 30, 2009
  12. Dec 29, 2009
  13. Dec 14, 2009
  14. Dec 10, 2009
  15. Dec 09, 2009
    • Dirk Loss's avatar
      Added default locations for PDF/PS viewers on Windows · 0568cf7e
      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.
      0568cf7e
    • Dirk Loss's avatar
      Use subprocess instead of os.system to launch PDF/PS viewer · 60f945fd
      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.
      60f945fd
  16. Dec 06, 2009
  17. Nov 20, 2009
    • Dirk Loss's avatar
      Catch dnet OSError exception during routing table analysis · 1ce93436
      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.
      1ce93436
    • Dirk Loss's avatar
      Improved startup performance on Windows · 4ccc82a5
      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.
      4ccc82a5
  18. Nov 16, 2009
Loading