Skip to content
Snippets Groups Projects
  • Michael Tüxen's avatar
    2d0a8bf2
    Don't rely on pcap_setdirection() for filtering. · 2d0a8bf2
    Michael Tüxen authored
    MacOS does not support pcap_setdirection() for PCAP_D_OUT.
    Instead use only a single pcap handle (as it was originally) and
    add a capture filter to only filter the packets in the expected
    direction.
    Only packets sent by the machine under test needs to be captured.
    2d0a8bf2
    History
    Don't rely on pcap_setdirection() for filtering.
    Michael Tüxen authored
    MacOS does not support pcap_setdirection() for PCAP_D_OUT.
    Instead use only a single pcap handle (as it was originally) and
    add a capture filter to only filter the packets in the expected
    direction.
    Only packets sent by the machine under test needs to be captured.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.