File tree Expand file tree Collapse file tree 1 file changed +7
-25
lines changed Expand file tree Collapse file tree 1 file changed +7
-25
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Haiku R1/beta4 and earlier versions do not support packet capture on the
4
4
loopback interface. Using this version of libpcap, loopback capture works
5
- since Haiku revision hrev57585 and is expected to work in Haiku R1/beta5 when
6
- the latter becomes available. Packet timestamping and filtering always occur
5
+ since Haiku R1/beta5. Packet timestamping and filtering always occur
7
6
in userland. Wireless monitor mode is not supported. The "any"
8
7
pseudo-interface is not supported.
9
8
[ ** pcap_set_buffer_size** ] ( https://www.tcpdump.org/manpages/pcap_set_buffer_size.3pcap.html ) (3PCAP)
@@ -22,36 +21,19 @@ on Haiku are as follows:
22
21
* ` ps_ifdrop ` is the number of packets dropped by the network interface (as
23
22
seen via ` SIOCGIFSTATS ` ) since the capture handle became active.
24
23
25
- ## 64-bit x86 R1/beta4
24
+ ## AMD64 R1/beta5
26
25
27
- * Autoconf 2.71 works.
26
+ * Autoconf 2.72 works.
28
27
* CMake 3.28.3 works.
29
- * GCC 13.2 .0 works.
30
- * Clang 12.0.1 works with the latest llvm12_clang-12.0.1-5 version .
28
+ * GCC 13.3 .0 works.
29
+ * Clang 18.1.7 works .
31
30
* flex 2.6.4 works.
32
31
* bison 3.8.2 works.
33
32
34
33
The following command will install respective non-default packages:
35
34
```
36
- pkgman install cmake llvm12_clang
35
+ pkgman install cmake llvm18_clang
37
36
```
38
37
39
38
For reference, the tests were done using a system installed from
40
- ` haiku-r1beta4-x86_64-anyboot.iso ` .
41
-
42
- ## 32-bit x86 R1/beta4
43
-
44
- * Autoconf 2.71 works.
45
- * CMake 3.24.2 works.
46
- * GCC 11.2.0 works.
47
- * Clang does not work.
48
- * flex 2.6.4 works.
49
- * bison 3.0.5 works.
50
-
51
- The following command will install respective non-default packages:
52
- ```
53
- pkgman install cmake_x86
54
- ```
55
-
56
- For reference, the tests were done using a system installed from
57
- ` haiku-r1beta4-x86_gcc2h-anyboot.iso ` .
39
+ ` haiku-r1beta5-x86_64-anyboot.iso ` .
You can’t perform that action at this time.
0 commit comments