Skip to content
Snippets Groups Projects
Commit 2d0a8bf2 authored by Michael Tüxen's avatar Michael Tüxen
Browse files

Don't rely on pcap_setdirection() for filtering.

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.
parent 627d8682
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment