| Bug ID |
8813
|
| Summary |
Detection of ipv6 works only on Solaris 8
|
| Classification |
Unclassified
|
| Product |
Wireshark
|
| Version |
1.10.0
|
| Hardware |
SPARC
|
| OS |
Solaris
|
| Status |
UNCONFIRMED
|
| Severity |
Major
|
| Priority |
Low
|
| Component |
Wireshark
|
| Assignee |
[email protected]
|
| Reporter |
[email protected]
|
Build Information:
In acinclude.m4 the detection line for Solaris looks like
if test "`uname -s`" = "SunOS" && test "`uname -r`" = "5.8"; then
The test should be enhanced to work either from Solaris 8 onwards (5.9, 5.10,
5.11...)
or check the respective headers.
--
You are receiving this mail because:
- You are watching all bug changes.