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 --- capture_opts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'capture_opts.c') diff --git a/capture_opts.c b/capture_opts.c index 2cd8ed71f6..a30485a3cf 100644 --- a/capture_opts.c +++ b/capture_opts.c @@ -86,7 +86,7 @@ capture_opts_init(capture_options *capture_opts) capture_opts->save_file = NULL; capture_opts->group_read_access = FALSE; #ifdef PCAP_NG_DEFAULT - capture_opts->use_pcapng = TRUE; /* Save as pcap-ng by default */ + capture_opts->use_pcapng = TRUE; /* Save as pcapng by default */ #else capture_opts->use_pcapng = FALSE; /* Save as pcap by default */ #endif -- cgit v1.2.3