From: Guy Harris Date: Fri, 12 Jun 2020 03:27:07 +0000 (-0700) Subject: Fix a comment. X-Git-Tag: libpcap-1.10-bp~106 X-Git-Url: https://git.tcpdump.org/libpcap/commitdiff_plain/0b5dba664659779c2533bffa1355ff964af10853 Fix a comment. *Older* versions of libpcap support no more LINKTYPE_/DLT_ values than we do; *newer* versions, however, might. [skip ci] --- diff --git a/pcap-common.c b/pcap-common.c index 50be598f..c4227d90 100644 --- a/pcap-common.c +++ b/pcap-common.c @@ -1350,7 +1350,7 @@ linktype_to_dlt(int linktype) /* * If we don't have an entry for this LINKTYPE, return - * the link type value; it may be a DLT from an older + * the link type value; it may be a DLT from an newer * version of libpcap. */ return linktype;