Skip to content
Snippets Groups Projects
  1. Dec 20, 2016
    • Pierre Lalet's avatar
      Support (BPF) filter in sniff() with offline parameter set (#394) · 7ec0af2c
      Pierre Lalet authored
      * Support (BPF) filter in sniff() with offline parameter set
      
      Fixes #393
      Also, fixes #355
      
      * Add tests for wrpcap() and sniff(offline=)
      
      as suggested by Guillaume.
      
      Also, cleanup regression.uts since it was a pain to find a place
      to add those tests.
      
      * Fix PATH for tcpdump with non-root user
      
      * Do not run tcpdump tests when tcpdump is not available
      
      * Appveyor tests: install WinDump.exe
      
      Thanks @gpotter2
      7ec0af2c
  2. Dec 19, 2016
  3. Dec 16, 2016
  4. Dec 15, 2016
  5. Dec 14, 2016
  6. Dec 13, 2016
  7. Dec 12, 2016
  8. Dec 10, 2016
  9. Dec 09, 2016
  10. Dec 07, 2016
    • Alexander Bluhm's avatar
      Allow to set promisc mode in sndrcv(). · e4162776
      Alexander Bluhm authored
      In the pcapdnet() backend it was not possible to run the
      L{2,3}{pcap,dnet}Socket in promiscuous mode.  Add a promisc option
      to sr(), sr1(), srp(), srp1(), srflood(), srpflood() so that the
      user can choose the behavior.
      
      Keep the default non-promiscuous as in most cases sndrcv() sniffs
      an answer that is directed to the sender.
      e4162776
    • Alexander Bluhm's avatar
      Use special code path for OpenBSD in sndrcv. · 3983433a
      Alexander Bluhm authored
      On OpenBSD use the non-blocking recv() after select() in sndrcv().
      That was already done for FreeBSD and Darwin.  This fixes sniffing
      on real hardware with libdnet backend.
      3983433a
  11. Dec 06, 2016
  12. Dec 05, 2016
  13. Dec 03, 2016
  14. Dec 02, 2016
  15. Dec 01, 2016
  16. Nov 25, 2016
Loading