From 4d8bad0dcb90582c7c18574c33dcfa0577aa366d Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Thu, 22 Jun 2023 15:15:11 -0700 Subject: [PATCH] Update a comment. [skip ci] This code writes pcapng files as well as (lib)pcap files. --- writecap/pcapio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/writecap/pcapio.h b/writecap/pcapio.h index ad3f1b2f3a..9c00c5af23 100644 --- a/writecap/pcapio.h +++ b/writecap/pcapio.h @@ -1,6 +1,6 @@ /** @file * - * Declarations of our own routines for writing libpcap files. + * Declarations of our own routines for writing pcap and pcapng files. * * Wireshark - Network traffic analyzer * By Gerald Combs