Skip to content
  1. Feb 16, 2016
    • Francisco Blas Izquierdo Riera's avatar
      Prevent race conditions involving SIGINT handling · ff34bb0f
      Francisco Blas Izquierdo Riera authored
      Until now if the user pressed Control+C whilst the program was cleaning up (for example waiting for pending packets) the program would die inmediately. This patch renames  the globals control_c_pressed and control_c_pressed_again to much clearer tx_done and rx_done. It also adds propper handling of control_c count handling in the handler itself as a result the wait will now only be cancelled when pressing control+c a second time during the program life instead of on the first control+c if the user pressed it when we are already doing the scan.
      ff34bb0f
    • Francisco Blas Izquierdo Riera's avatar
      Allow for removing status updates · 32dfd866
      Francisco Blas Izquierdo Riera authored
      We introduce the --nostatus parameter which allows disabling the printing of status updates.
      Aside, we allow for reenabling them using the --status parameter
      32dfd866
  2. Dec 09, 2015
  3. Jun 28, 2015
  4. May 13, 2015
  5. May 07, 2015
  6. Nov 04, 2014
  7. Oct 22, 2014
  8. Oct 13, 2014
  9. Oct 08, 2014
  10. Oct 03, 2014
  11. Sep 25, 2014
  12. Sep 14, 2014
  13. Sep 01, 2014
  14. Aug 28, 2014
  15. Aug 27, 2014
  16. Aug 24, 2014
  17. Aug 23, 2014
  18. Aug 22, 2014
  19. Aug 19, 2014
  20. Aug 09, 2014
  21. Jul 19, 2014