summaryrefslogtreecommitdiff
path: root/af.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2018-01-08 18:49:50 -0800
committerGuy Harris <guy@alum.mit.edu>2018-01-08 18:50:06 -0800
commit3bc62cd35f4c52f590605c73d92c92b6b4a4bdc5 (patch)
tree08999d08162f893e84ce4529cda9d7d66167c2cb /af.h
parent447060b9fbb3aacdeba6fca7f86061118ead7ffa (diff)
downloadtcpdump-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 'af.h')
-rw-r--r--af.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/af.h b/af.h
index 6365b126..b9fec8e6 100644
--- a/af.h
+++ b/af.h
@@ -52,4 +52,4 @@ extern const struct tok bsd_af_values[];
#define BSD_AFNUM_IPX 23
#define BSD_AFNUM_INET6_BSD 24 /* NetBSD, OpenBSD, BSD/OS, Npcap */
#define BSD_AFNUM_INET6_FREEBSD 28 /* FreeBSD */
-#define BSD_AFNUM_INET6_DARWIN 30 /* OS X, iOS, other Darwin-based OSes */
+#define BSD_AFNUM_INET6_DARWIN 30 /* macOS, iOS, other Darwin-based OSes */