diff options
author | Guy Harris <gharris@sonic.net> | 2021-04-11 21:29:15 -0700 |
---|---|---|
committer | Guy Harris <gharris@sonic.net> | 2021-04-11 21:29:15 -0700 |
commit | efe84db2cb15637d9b008557ec3d211953f71930 (patch) | |
tree | 4ea1bf7e7a81b5db94023f7b343a6c252888225a | |
parent | b8b358a098500d68b790f7a303388d939621e256 (diff) |
Add PCAP_AVAILABLE_1_11, update PCAP_AVAILABLE_1_10 comment.
1.10.0 *has* been released, but hasn't made it into macOS 12 Oxnard yet.
1.11 is what the main branch will eventually be.
-rw-r--r-- | pcap/funcattrs.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pcap/funcattrs.h b/pcap/funcattrs.h index cdc083d8..a2ca542b 100644 --- a/pcap/funcattrs.h +++ b/pcap/funcattrs.h @@ -189,7 +189,8 @@ #define PCAP_AVAILABLE_1_7 PCAP_AVAILABLE_MACOS(10.12) #define PCAP_AVAILABLE_1_8 PCAP_AVAILABLE_MACOS(10.13) /* only Windows adds routines to the API; XXX - what version first had it? */ #define PCAP_AVAILABLE_1_9 PCAP_AVAILABLE_MACOS(10.13) -#define PCAP_AVAILABLE_1_10 /* not released yet, so not in macOS yet */ +#define PCAP_AVAILABLE_1_10 /* not in macOS yet */ +#define PCAP_AVAILABLE_1_11 /* not released yet, so not in macOS yet */ #else /* __APPLE__ */ #define PCAP_AVAILABLE_0_4 #define PCAP_AVAILABLE_0_5 @@ -208,6 +209,7 @@ #define PCAP_AVAILABLE_1_8 #define PCAP_AVAILABLE_1_9 #define PCAP_AVAILABLE_1_10 +#define PCAP_AVAILABLE_1_11 #endif /* __APPLE__ */ /* |