Files
rk35xx-android14/external/tcpdump/doc/README.NetBSD.md
T
hmz007 36ed224bac Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
Signed-off-by: hmz007 <hmz007@gmail.com>
Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
2024-10-29 18:12:02 +08:00

693 B

Compiling tcpdump on NetBSD

NetBSD has two libpcap libraries: one that is always installed as a part of the OS and another that can be installed as a package from pkgsrc. Also the usual method of compiling with the upstream libpcap in ../libpcap is available.

GCC, Clang, Autoconf and CMake are presumed to work, if this is not the case, please report a bug as explained in the guidelines for contributing.

NetBSD 9.3

  • Upstream libpcap works.
  • OS libpcap works.
  • pkgsrc libpcap works.

NetBSD 9.2, 9.1 and 9.0

  • Upstream libpcap works.
  • OS libpcap cannot be used due to this bug.