]> The Tcpdump Group git mirrors - libpcap/commitdiff
Update some comments. [skip ci]
authorGuy Harris <[email protected]>
Thu, 24 Oct 2024 09:45:26 +0000 (02:45 -0700)
committerGuy Harris <[email protected]>
Thu, 24 Oct 2024 09:45:26 +0000 (02:45 -0700)
We currently require Visual Studio 2015 or later, for C99 support.

optimize.c
sf-pcap.c

index 89844411ed99b06543849c20cdc7ab2d7d9161b0..ad2fdb3127ae583af2f968e91cd53b59465d9961 100644 (file)
@@ -117,7 +117,7 @@ pcap_set_print_dot_graph(int value)
   #define lowest_set_bit(mask) ((u_int)__builtin_ctz(mask))
 #elif defined(_MSC_VER)
   /*
-   * Visual Studio; we support only 2005 and later, so use
+   * Visual Studio; we support only 2015 and later, so use
    * _BitScanForward().
    */
 #include <intrin.h>
index 01651c7acd24548f3ef478fce7ad2f41998c011e..a2d4c59931769dc3f6afa71dd89e0a38162015b2 100644 (file)
--- a/sf-pcap.c
+++ b/sf-pcap.c
@@ -1223,7 +1223,7 @@ pcap_dump_ftell64(pcap_dumper_t *p)
 }
 #elif defined(_MSC_VER)
 /*
- * We have Visual Studio; we support only 2005 and later, so we have
+ * We have Visual Studio; we support only 2015 and later, so we have
  * _ftelli64().
  */
 int64_t