From 3bc62cd35f4c52f590605c73d92c92b6b4a4bdc5 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Mon, 8 Jan 2018 18:49:50 -0800 Subject: 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). --- af.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'af.h') 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 */ -- cgit v1.2.1