File tree 1 file changed +9
-3
lines changed 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
- # Compiling libpcap on Haiku
1
+ # Compiling and using libpcap on Haiku
2
2
3
3
Haiku R1/beta4 and earlier versions do not support packet capture on the
4
4
loopback interface. In the master branch this works since hrev57585 and
5
5
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.
8
14
9
15
## 64-bit x86 R1/beta4
10
16
You can’t perform that action at this time.
0 commit comments