]> The Tcpdump Group git mirrors - tcpdump/blobdiff - PLATFORMS
OSPF: Use %zu to print sizeof values
[tcpdump] / PLATFORMS
index 492911765f7e62966d51b41e4f3e85a4b2c85643..64df8d4ce151490fed3556242169295782dc515f 100644 (file)
--- a/PLATFORMS
+++ b/PLATFORMS
@@ -1,8 +1,19 @@
-== Tested platforms ==
-NetBSD                 1.5/i386        (mcr - 2000/12/8)       
-
----
-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
+* DragonFly BSD
+* 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
+* OpenBSD
+* OpenWrt
+* Solaris
+* Windows (requires WinPcap or Npcap, and Visual Studio with CMake)