Skip to content

Commit c28c1b6

Browse files
committed
doc: Refine Haiku particulars further.
1 parent 6542cb7 commit c28c1b6

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

doc/README.haiku.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
1-
# Compiling libpcap on Haiku
1+
# Compiling and using libpcap on Haiku
22

33
Haiku R1/beta4 and earlier versions do not support packet capture on the
44
loopback interface. In the master branch this works since hrev57585 and
55
is expected to work in R1/beta5 when it becomes available. Packet timestamping
6-
and filtering always occur in userland. pcap_set_buffer_size() has no effect.
7-
pcap_setdirection() is not supported.
6+
and filtering always occur in userland. Wireless monitor mode is not
7+
supported.
8+
[**pcap_set_buffer_size**](https://www.tcpdump.org/manpages/pcap_set_buffer_size.3pcap.html)(3PCAP)
9+
has no effect.
10+
[**pcap_setdirection**](https://www.tcpdump.org/manpages/pcap_setdirection.3pcap.html)(3PCAP)
11+
is not supported.
12+
[**pcap_inject**](https://www.tcpdump.org/manpages/pcap_inject.3pcap.html)(3PCAP)
13+
is not supported.
814

915
## 64-bit x86 R1/beta4
1016

0 commit comments

Comments
 (0)