diff options
author | Guy Harris <guy@alum.mit.edu> | 2018-01-08 18:14:54 -0800 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2018-01-08 18:14:54 -0800 |
commit | b5ffe4444223cac0cecc0e871ebb9f9bd88ade55 (patch) | |
tree | f9ba5872720b3b9a581b83480ab0c726ad649bd0 /pcap-common.h | |
parent | 3bb4fc1995705d629a2f202710fd4ea8bd628ff8 (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.h')
-rw-r--r-- | pcap-common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcap-common.h b/pcap-common.h index b8d1f314..88c057cb 100644 --- a/pcap-common.h +++ b/pcap-common.h @@ -18,7 +18,7 @@ * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * pcap-common.h - common code for pcap and pcap-ng files + * pcap-common.h - common code for pcap and pcapng files */ /* |