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 --- wiretap/nettrace_3gpp_32_423.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wiretap/nettrace_3gpp_32_423.c') diff --git a/wiretap/nettrace_3gpp_32_423.c b/wiretap/nettrace_3gpp_32_423.c index 233c898c9b..1504ea3529 100644 --- a/wiretap/nettrace_3gpp_32_423.c +++ b/wiretap/nettrace_3gpp_32_423.c @@ -805,7 +805,7 @@ create_temp_pcapng_file(wtap *wth, int *err, gchar **err_info, nettrace_3gpp_32_ goto end; } - /* OK we've opend a new pcap-ng file and written the headers, time to do the packets, strt by finding the file size */ + /* OK we've opend a new pcapng file and written the headers, time to do the packets, strt by finding the file size */ if ((file_size = wtap_file_size(wth, err)) == -1) { result = WTAP_OPEN_ERROR; -- cgit v1.2.3