ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 2803] Wireshark build fails if c-ares version < 1.5

Date: Wed, 24 Dec 2008 10:14:29 -0800 (PST)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2803


Gerald Combs <gerald@xxxxxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #2600|                            |review_for_checkin+
               Flag|                            |




--- Comment #6 from Gerald Combs <gerald@xxxxxxxxxxxxx>  2008-12-24 10:14:28 PDT ---
(From update of attachment 2600)
If and when c-ares 2.0 is released, wouldn't "((  ARES_VERSION_MAJOR >= 0 ) &&
( ARES_VERSION_MINOR  < 5 ) )" match against it?

I checked in a modified version of your patch, which uses "((
ARES_VERSION_MAJOR <= 1 ) && ( ARES_VERSION_MINOR  < 5 ) )" in r27112. Can you
try it out?


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