]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Update a comment.
authorGuy Harris <[email protected]>
Fri, 17 Feb 2017 21:51:08 +0000 (13:51 -0800)
committerGuy Harris <[email protected]>
Fri, 17 Feb 2017 21:51:08 +0000 (13:51 -0800)
tcpdump.c

index 245b4b8837e00dc554ee878f864c5acca92b5c5f..6752c674fd47cc4a1e8cfeb07c3b09295bee0788 100644 (file)
--- a/tcpdump.c
+++ b/tcpdump.c
@@ -44,9 +44,10 @@ The Regents of the University of California.  All rights reserved.\n";
 #endif
 
 /*
 #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
  */
 #ifdef HAVE_PCAP_FINDALLDEVS
 #ifndef HAVE_PCAP_IF_T