File: README.NetBSD.md

package info (click to toggle)
tcpdump 4.99.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 19,640 kB
  • sloc: ansic: 84,205; sh: 3,801; makefile: 505; perl: 327; awk: 123
file content (22 lines) | stat: -rw-r--r-- 693 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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](../CONTRIBUTING.md).

## 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](https://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=55901).