pdump: disable on Windows
authorStephen Hemminger <stephen@networkplumber.org>
Wed, 20 Oct 2021 21:42:25 +0000 (14:42 -0700)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 22 Oct 2021 13:46:19 +0000 (15:46 +0200)
commit09644b58a12500933b483beb6d6c8a0b02c57d87
tree9f355ead47b6a315d564b19409e070daf1574899
parenta188277d5357dd3c7957070650aaac0027bf69dd
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>
lib/meson.build