pdump: disable on Windows

The current version of the pdump library was building on
Windows, but it was useless since the pdump utility was not being
built and Windows does not have multi-process support.

The new version of pdump with filtering now has dependency
on bpf. But bpf library is not available on Windows.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Acked-by: Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>
This commit is contained in:
Stephen Hemminger 2021-10-20 14:42:25 -07:00 committed by Thomas Monjalon
parent a188277d53
commit 09644b58a1

View File

@ -86,7 +86,6 @@ if is_windows
'gro',
'gso',
'latencystats',
'pdump',
'stack',
'security',
] # only supported libraries for windows