From: Guy Harris Date: Fri, 17 Feb 2017 21:51:08 +0000 (-0800) Subject: Update a comment. X-Git-Tag: tcpdump-4.99-bp~2073 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/1ee088bde3342f0e5de3935a6f5b1c06f4c0f85e?ds=sidebyside Update a comment. --- diff --git a/tcpdump.c b/tcpdump.c index 245b4b88..6752c674 100644 --- a/tcpdump.c +++ b/tcpdump.c @@ -44,9 +44,10 @@ The Regents of the University of California. All rights reserved.\n"; #endif /* - * Mac OS X may ship pcap.h from libpcap 0.6 with a libpcap based on - * 0.8. That means it has pcap_findalldevs() but the header doesn't - * define pcap_if_t, meaning that we can't actually *use* pcap_findalldevs(). + * Some older versions of Mac OS X may ship pcap.h from libpcap 0.6 with a + * libpcap based on 0.8. That means it has pcap_findalldevs() but the + * header doesn't define pcap_if_t, meaning that we can't actually *use* + * pcap_findalldevs(). */ #ifdef HAVE_PCAP_FINDALLDEVS #ifndef HAVE_PCAP_IF_T