Skip to content
Snippets Groups Projects
  1. Dec 06, 2009
  2. 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
  3. Nov 16, 2009
  4. Nov 05, 2009
  5. Nov 02, 2009
  6. Oct 30, 2009
    • Dirk Loss's avatar
      Fixed run_scapy.bat to work under Python 2.6 · d3648de7
      Dirk Loss authored
      The old batch file worked on Python 2.5 but lead to the
      following error under Python 2.6:
      c:\Python26\python.exe: scapy is a package and cannot be directly executed
      New file should work under both versions.
      d3648de7
  7. Oct 29, 2009
  8. Oct 25, 2009
  9. Oct 23, 2009
  10. Oct 22, 2009
  11. Oct 21, 2009
  12. Oct 20, 2009
Loading