diff options
author | Guy Harris <guy@alum.mit.edu> | 2018-08-22 17:20:53 -0700 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2018-08-22 17:20:53 -0700 |
commit | 409f2293a38c2b9adb2d6097748c95efcdafad2f (patch) | |
tree | 87be26a7d77e5328bc522facd62c356f9aa1a3ef /pcap_findalldevs.3pcap | |
parent | 23b53022733dd486d77f15656876b5b21505daa4 (diff) |
Add some "what if it's an earlier release" information.
Expand the BACKWARD COMPATIBILITY section to either say "sorry, you
can't get that with earlier releases of libpcap" or "if you need this,
here's what you'd have to do".
Diffstat (limited to 'pcap_findalldevs.3pcap')
-rw-r--r-- | pcap_findalldevs.3pcap | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/pcap_findalldevs.3pcap b/pcap_findalldevs.3pcap index 47822eff..712e255a 100644 --- a/pcap_findalldevs.3pcap +++ b/pcap_findalldevs.3pcap @@ -218,6 +218,14 @@ The .B PCAP_IF_UP and .B PCAP_IF_RUNNING -constants became available in libpcap release 1.6.1. +constants became available in libpcap release 1.6.1. The +.BR PCAP_IF_WIRELESS , +.BR PCAP_IF_CONNECTION_STATUS , +.BR PCAP_IF_CONNECTION_STATUS_UNKNOWN , +.BR PCAP_IF_CONNECTION_STATUS_CONNECTED , +.BR PCAP_IF_CONNECTION_STATUS_DISCONNECTED , +and +.B PCAP_IF_CONNECTION_STATUS_NOT_APPLICABLE +constants became available in libpcap release 1.9.0. .SH SEE ALSO pcap(3PCAP) |