diff options
author | Guy Harris <guy@alum.mit.edu> | 2019-10-28 23:08:56 -0700 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2019-10-28 23:08:56 -0700 |
commit | 073b3dd88f5241fdb1b854053a296f7c6f1f3db2 (patch) | |
tree | 1001400db6df814c846080e5ed04de3ce57aa163 /README.md | |
parent | 44473309617d040822e507da5cd5c86aa0389bad (diff) |
The answer is "nothing in Markdown, but it is now indented".
Use it for all the separated URLs; that makes it look reasonable if you
treat the file as human-readable plain text, and doesn't mess things up
if it's formatted as Markdown.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -43,11 +43,11 @@ found at and a gzipped version can be found at -https://www.tcpdump.org/papers/bpf-usenix93.ps.gz + https://www.tcpdump.org/papers/bpf-usenix93.ps.gz A PDF version can be found at -https://www.tcpdump.org/papers/bpf-usenix93.pdf + https://www.tcpdump.org/papers/bpf-usenix93.pdf Although most packet capture interfaces support in-kernel filtering, libpcap utilizes in-kernel filtering only for the BPF interface. @@ -64,7 +64,7 @@ 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 in: -https://www.tcpdump.org/other/bpfext42.tar.Z + https://www.tcpdump.org/other/bpfext42.tar.Z Linux has a number of BPF based systems, and libpcap does not support any of the eBPF mechanisms as yet, although it supports many of the |