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 2075] Force adns rebuild for msvcrt compatibility

Date: Thu, 6 Dec 2007 16:01:31 +0000 (GMT)
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2075


graham.bloice@xxxxxxxxxxxxx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #1231|                            |review_for_checkin?
               Flag|                            |




------- Comment #1 from graham.bloice@xxxxxxxxxxxxx  2007-12-06 16:01 GMT -------
Created an attachment (id=1231)
 --> (http://bugs.wireshark.org/bugzilla/attachment.cgi?id=1231&action=view)
Patch for required changes

A first cut at the problem.

Design:

Copy the required files to a tmp dir, rebuild the dll and copy it back.

Issues:

1.  The zip file already contains a dll, so to force a rebuild, the dll is
deleted after unzipping it when a "setup" is done.

2.  The zip file contains a "dep" file that has absolute paths that may not be
correct for the users system, so this is deleted.

3.  There doesn't seem to be a way to pass extra definitions into the makefile,
so the build of the dll generates a lot of warnings about unsafe string
functions that can't be suppressed.


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