aboutsummaryrefslogtreecommitdiff
path: root/pcap-common.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2018-01-08 18:14:54 -0800
committerGuy Harris <guy@alum.mit.edu>2018-01-08 18:14:54 -0800
commitb5ffe4444223cac0cecc0e871ebb9f9bd88ade55 (patch)
treef9ba5872720b3b9a581b83480ab0c726ad649bd0 /pcap-common.c
parent3bb4fc1995705d629a2f202710fd4ea8bd628ff8 (diff)
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 libpcap reflect that.
Diffstat (limited to 'pcap-common.c')
-rw-r--r--pcap-common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcap-common.c b/pcap-common.c
index 6c23bbbb..6f5d44ae 100644
--- a/pcap-common.c
+++ b/pcap-common.c
@@ -18,7 +18,7 @@
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * pcap-common.c - common code for pcap and pcap-ng files
+ * pcap-common.c - common code for pcap and pcapng files
*/
#ifdef HAVE_CONFIG_H