diff options
author | Denis Ovsienko <denis@ovsienko.info> | 2017-02-09 12:42:50 +0000 |
---|---|---|
committer | Denis Ovsienko <denis@ovsienko.info> | 2017-02-09 12:42:50 +0000 |
commit | 73b4862e21ab6f6c129da66df3e92f12b62ae5b8 (patch) | |
tree | e67db04d574c0827d41a20bed6d9eaa4037bb675 /PLATFORMS | |
parent | 5d3c5151c2b885aab36627bafb8539238da27b2d (diff) | |
download | tcpdump-73b4862e21ab6f6c129da66df3e92f12b62ae5b8.tar.gz |
update PLATFORMS
Diffstat (limited to 'PLATFORMS')
-rw-r--r-- | PLATFORMS | 20 |
1 files changed, 13 insertions, 7 deletions
@@ -1,9 +1,15 @@ -== Tested platforms == -NetBSD 5.1/i386 (mcr - 2012/4/1) -Debian Linux (squeeze/i386) (mcr - 2012/4/1) - ---- -RedHat Linux 6.1/i386 (assar) -FreeBSD 2.2.8/i386 (itojun) +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 +* 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 |