| Bug ID |
9581
|
| Summary |
packet-rtpproxy.c - AF_INET undeclared
|
| Classification |
Unclassified
|
| Product |
Wireshark
|
| Version |
SVN
|
| Hardware |
x86
|
| OS |
Windows 7
|
| Status |
UNCONFIRMED
|
| Severity |
Major
|
| Priority |
Low
|
| Component |
Dissection engine (libwireshark)
|
| Assignee |
[email protected]
|
| Reporter |
[email protected]
|
Build Information:
[~/wireshark-trunk] edwin@t43>svn info
Path: .
Working Copy Root Path: /usr/home/edwin/wireshark-trunk
URL: https://anonsvn.wireshark.org/wireshark/trunk
Relative URL: ^/trunk
Repository Root: https://anonsvn.wireshark.org/wireshark
Repository UUID: f5534014-38df-0310-8fa8-9805f1628bb7
Revision: 54237
Node Kind: directory
Schedule: normal
Last Changed Author: martink
Last Changed Rev: 54237
Last Changed Date: 2013-12-19 09:15:56 +1100 (Thu, 19 Dec 2013)
--
When building under FreeBSD 9.2:
packet-rtpproxy.c: In function 'dissect_rtpproxy':
packet-rtpproxy.c:763: error: 'AF_INET' undeclared (first use in this function)
packet-rtpproxy.c:763: error: (Each undeclared identifier is reported only once
packet-rtpproxy.c:763: error: for each function it appears in.)
packet-rtpproxy.c:770: error: 'AF_INET6' undeclared (first use in this
function)
Now I know that AF_INET can be replaced by BSD_AF_INET.
But AF_INET6? For me it would be BSD_AF_INET6_FREEBSD, but there are different
numbers for _BSD and _DARWIN and SOLARIS and WINSOCK and *boom head exploded*
You are receiving this mail because:
- You are watching all bug changes.