aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGuy Harris <gharris@sonic.net>2022-03-24 14:29:41 -0700
committerGuy Harris <gharris@sonic.net>2022-03-24 14:40:39 -0700
commit42aeabe4c25b063014e84fac713caf00547691c1 (patch)
treecfb23cbf7981249ac8044292fddb0285bf5875c5 /README.md
parent7b155ef49ec1bb39a07897f9f2525073e4888c30 (diff)
downloadlibpcap-42aeabe4c25b063014e84fac713caf00547691c1.tar.gz
README.md: indicate that Solaris 11 also provides BPF. [skip ci]
(cherry picked from commit 6ed814631ccd21c7553225139187cd3fd7438b2b)
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index d89e3bb6..5427d7e7 100644
--- a/README.md
+++ b/README.md
@@ -52,11 +52,11 @@ would translate BPF filters into a filter program that is compatible
with the underlying kernel subsystem, but this is not yet implemented.
BPF is standard in 4.4BSD, BSD/OS, NetBSD, FreeBSD, OpenBSD, DragonFly
-BSD, and macOS; an older, modified and undocumented version is standard
-in AIX. {DEC OSF/1, Digital UNIX, Tru64 UNIX} uses the packetfilter
-interface but has been extended to accept BPF filters (which libpcap
-utilizes). Also, you can add BPF filter support to Ultrix using the
-kernel source and/or object patches available
+BSD, macOS, and Solaris 11; an older, modified and undocumented version
+is standard in AIX. {DEC OSF/1, Digital UNIX, Tru64 UNIX} uses the
+packetfilter interface but has been extended to accept BPF filters
+(which libpcap utilizes). Also, you can add BPF filter support to
+Ultrix using the kernel source and/or object patches available
[here](https://www.tcpdump.org/other/bpfext42.tar.Z).
Linux has a number of BPF based systems, and libpcap does not support