Windows Development Files for Wireshark (x64)

OVERVIEW

This repository contains the libraries necessary to compile Wireshark for
64-bit Windows. You can download and unpack them by hand, but it's much
easier to run

    nmake -f Makefile.nmake setup

from the main Wireshark source directory.  This automatically downloads the
files to c:\wireshark-win64-libs and unpacks them.  This directory can be
changed by modifying the "WIRESHARK_LIBS" variable in config.nmake.


PACKAGES

The packages in this repository came from a number of locations and have
been released under different licenses.

Packages: ./gtk2.14:
            atk-dev_1.24.0-1_win64.zip
            atk_1.24.0-1_win64.zip
            cairo-dev_1.8.0-1_win64.zip
            cairo_1.8.0-1_win64.zip
            glib-dev_2.18.3-1_win64.zip
            glib_2.18.3-1_win64.zip
            gtk+-dev_2.14.6-1_win64.zip
            gtk+_2.14.6-1_win64.zip
            jpeg_6b-2_win64.zip
            libpng_1.2.29-1_win64.zip
            libtiff_3.8.2-1_win64.zip
            pango-dev_1.22.4-1_win64.zip
            pango_1.22.4-1_win64.zip

Location: http://ftp.gnome.org/pub/GNOME/binaries/win64/
Description: GTK+ libraries for Windows 64-bit
License: GNU LGPL
Local changes: None

Package: lua5_1_4_Win64_dll8_lib.zip, lua5_1_4_Win64_dll9_lib.zip
Location: http://luaforge.net/
Description: The Lua scripting language
License: MIT
Local changes: None

Package: portaudio_v19_2.zip
Location: http://www.portaudio.com/
Description: The PortAudio portable cross-platform Audio API
License: PortAudio (http://www.portaudio.com/license.html)
Local changes: Original pa_stable_v19_20071207.tar.gz with root directory "portaudio" 
			repacked to portaudio_v19_2.zip with root directory "portaudio_v19_2"

Package: WpdPack_4_1_beta5.zip
Location: http://www.winpcap.org/
Description: The WinPcap packet capture library
License: BSD
Local changes: None.

Packages: zlib123ws.zip
Location: http://www.gzip.org/zlib/
Description: The zlib compression library (source and DLL versions)
License: zlib/libpng
Local changes: Refrences to version 1.2.2 in win32/zlib1.rc have been changed to 1.2.3.

Packages: user-guide-24665.zip
Location: http://www.wireshark.org/docs/
Description: Wireshark User's Guide in Microsoft's "Compressed HTML Help" format
License: GPL
Local Change: None.

Package: upx301w.zip
Location: http://upx.sourceforge.net/download
Description: a high-performance and versatile executable and dll packer.
License: GNU GPL (http://www.gnu.org/copyleft/gpl.html) & UPX (http://upx.sourceforge.net/upx-license.html)
Local Change: None

Package: FindProc.zip
Location: http://nsis.sourceforge.net/Find_Process_By_Name
Description: NSIS plugin to determine if a given executable (name) is running. Used by PortableApps distribution.
License:  FindProc (http://nsis.sourceforge.net/Find_Process_By_Name#Copyright)
Local Change: None

Package: nasm-2.02-win32.zip
Location: http://nasm.sourceforge.net/
Description: The Netwide Assembler, NASM, is an 80x86 and x86-64 assembler designed for portability and modularity. (http://nasm.sourceforge.net/doc/nasmdoc1.html)
License: GNU Library or Lesser General Public License (LGPL)
Local Change: None


Missing 32-bit Libraries

Package: adns-1.0-win32-05ws.zip
Location: http://www.chiark.greenend.org.uk/~ian/adns/
Description: Asynchronous DNS resolver library.
License: GNU GPL
CRT: MSVCRT.DLL (Locally compiled for MSVC > 6)
Local changes: Updated src/config.h for Microsoft Visual C++ 2008.
64-bit status: Untested

Package: AirPcap_Devpack_1_0_0_594.zip
Location: http://www.cacetech.com/
Description: The AirPcap developer's pack
License: BSD
CRT: MSVCRT.DLL
Local changes: None.
64-bit status: No 64-bit support at this time.

Package: c-ares-1.6.0ws.zip
Location: http://daniel.haxx.se/projects/c-ares/
Description: Asynchronous DNS resolver library.
License: MIT
CRT: MSVCRT.DLL (Locally compiled for MSVC > 6)
Local Change: Compiled with Microsoft Visual C++ 6.0 and the Microsft SDK
              February 2003 by running "nmake -f Makefile.vc6" with debug disabled.
64-bit status: Untested

Packages: gnutls-2.3.11.zip
Location: http://josefsson.org/gnutls4win/
Description: GNUTLS encryption library plus libgcrypt, libtasn1, and
             libgpg-error
License: GNU LGPL
Local changes: The package was modified as described in README.wireshark.
64-bit status: No 64-bit support at this time.

Package: kfw-2.5.zip
Location: http://web.mit.edu/Kerberos/dist/historic.html
Decription: Kerberos For Windows v 2.5
Licence: MIT
Local changes: header/define tweaking for kfw to compile with VC6
               removal of all parts of kfw that wireshark does not use/need
               and rearchived as "kfw-2.5.zip"
64-bit status: No 64-bit support at this time.

Package: pcre-7.0.zip
Location: http://www.pcre.org/
Description: The Perl Compatible Regular Expression library
License: BSD
Local changes: None
64-bit status: Untested

Package: libsmi-0.4.8.zip
Location: http://www.ibr.cs.tu-bs.de/projects/libsmi/
Description: a library that allows management applications to access SMI MIB module definitions.
License: libsmi (http://www.ibr.cs.tu-bs.de/projects/libsmi/COPYING.html)
Local Change: Precompiled using MSVC++ 6.0. And we added all the mibs from libsmi in a single 'mibs' directory.
64-bit status: Untested

Package: GeoIP-1.4.5ws.zip
Location: http://geolite.maxmind.com/download/geoip/api/c/
Description: IP database lookup library.
License: LGPL 2.1
CRT: MSVCRT.DLL
Local Change: Modified sources to enable compilation under Microsoft Visual
              C++ 6.0. Copied Makefile.vc's from c.tar.gz:
                http://geolite.maxmind.com/download/geoip/api/c/old/old_win32/
              Ran "nmake -f Makefile.vc".