diff options
author | Guy Harris <guy@alum.mit.edu> | 2018-01-08 18:49:50 -0800 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2018-01-08 18:50:06 -0800 |
commit | 3bc62cd35f4c52f590605c73d92c92b6b4a4bdc5 (patch) | |
tree | 08999d08162f893e84ce4529cda9d7d66167c2cb /PLATFORMS | |
parent | 447060b9fbb3aacdeba6fca7f86061118ead7ffa (diff) | |
download | tcpdump-3bc62cd35f4c52f590605c73d92c92b6b4a4bdc5.tar.gz |
Use pcapng as the name of the file format.
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).
Diffstat (limited to 'PLATFORMS')
-rw-r--r-- | PLATFORMS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ tcpdump compiles and works on at least the following platforms: * 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 +* {Mac} OS X / macOS * NetBSD * OpenWrt * Solaris |