mirror of
https://github.com/the-tcpdump-group/tcpdump.git
synced 2024-11-23 18:14:29 +08:00
3bc62cd35f
At one point, I remember a discussion resulting in the official name of the next-generation replacement for pcap format being changed to "pcapng", with no hyphen. Make tcpdump reflect that. While we're at it, uppdate to use "macOS" as the name of Apple's UNIX-for-Macs, as appropriate (don't use it for versions that were still called Mac OS X or OS X).
17 lines
569 B
Plaintext
17 lines
569 B
Plaintext
In many operating systems tcpdump is available as a native package or port,
|
|
which simplifies installation of updates and long-term maintenance. However,
|
|
the native packages are sometimes a few versions behind and to try a more
|
|
recent snapshot it will take to compile tcpdump from the source code.
|
|
|
|
tcpdump compiles and works on at least the following platforms:
|
|
|
|
* AIX
|
|
* FreeBSD
|
|
* HP-UX 11i
|
|
* Linux (any) with glibc (usually just works)
|
|
* Linux (any) with musl libc (sometimes fails to compile, please report any bugs)
|
|
* {Mac} OS X / macOS
|
|
* NetBSD
|
|
* OpenWrt
|
|
* Solaris
|