Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 2782] Wireshark doesn't build on OpenBSD 4.3

Date: Fri, 8 Aug 2008 11:19:31 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2782


Guy Harris <guy@xxxxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #1 from Guy Harris <guy@xxxxxxxxxxxx>  2008-08-08 11:19:30 PDT ---
We shouldn't be using AF_ values from system header files to determine which
address family is specified by a field in a protocol, as AF_ values are *NOT*
guaranteed to be the same in all OSes (for example, there are at least 3
different AF_INET6 values in different BSD-flavored OSes - 24 in OpenBSD,
NetBSD, and BSD/OS, 28 in FreeBSD, and 30 in Darwin/Mac OS X).

I've added explicit DPLAY_AF_xxx defines to the dissector, changed the
dissector to use them, and got rid of the includes that were done to get the
AF_ values.  See whether that fixes the problem.


-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.