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 /print-802_11.c | |
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 'print-802_11.c')
-rw-r--r-- | print-802_11.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print-802_11.c b/print-802_11.c index daeb0c90..8722f854 100644 --- a/print-802_11.c +++ b/print-802_11.c @@ -2589,7 +2589,7 @@ print_radiotap_field(netdissect_options *ndo, /* * XXX On FreeBSD rate & 0x80 means we have an MCS. On * Linux and AirPcap it does not. (What about - * Mac OS X, NetBSD, OpenBSD, and DragonFly BSD?) + * macOS, NetBSD, OpenBSD, and DragonFly BSD?) * * This is an issue either for proprietary extensions * to 11a or 11g, which do exist, or for 11n |