From af0f49e80dce20b50ca757b52c2454e137ce1c74 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Mon, 8 Jan 2018 16:38:10 -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 Wireshark reflect that. Change-Id: Ie66fb13a0fe3a8682143106dab601952e9154e2a Reviewed-on: https://code.wireshark.org/review/25214 Reviewed-by: Guy Harris --- caputils/capture-pcap-util.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'caputils/capture-pcap-util.c') diff --git a/caputils/capture-pcap-util.c b/caputils/capture-pcap-util.c index 300f6e538b..ffe70b6d9d 100644 --- a/caputils/capture-pcap-util.c +++ b/caputils/capture-pcap-util.c @@ -1157,9 +1157,9 @@ open_capture_device_pcap_create(capture_options *capture_opts #ifdef HAVE_PCAP_SET_TSTAMP_PRECISION /* - * If we're writing pcap-ng files, try to enable + * If we're writing pcapng files, try to enable * nanosecond-resolution capture; any code that - * can read pcap-ng files must be able to handle + * can read pcapng files must be able to handle * nanosecond-resolution time stamps. We don't * care whether it succeeds or fails - if it fails, * we just use the microsecond-precision time stamps -- cgit v1.2.3