Windows Development Files for Wireshark

OVERVIEW

This repository contains the libraries necessary to compile Wireshark
under 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-win32-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.

Package: adns-1.0-win32-05.zip
Location: http://www.chiark.greenend.org.uk/~ian/adns/
Description: Asynchronous DNS resolver library.
License: GNU GPL
Local changes: None

Package: AirPcap_Devpack_1_0_0_594.zip
Location: http://www.cacetech.com/
Description: The AirPcap developer's pack
License: BSD
Local changes: None.

Packages: gettext-runtime-0.13.1.zip
          gettext-0.14.5		
          glib-2.2.3-20040116.zip
          glib-dev-2.2.3-20040116.zip
          gtk+-1.3.0-20030717.zip
          gtk+-dev-1.3.0-20030115.zip
          libiconv-1.9.1.bin.woe32.zip

          ./gtk2:
            atk-1.4.0.zip
            atk-dev-1.4.0.zip
            gtk+-2.2.4-20040124.zip
            gtk+-dev-2.2.4-20040124.zip
            pango-1.2.5-20040124.zip
            pango-dev-1.2.5-20040124.zip

          ./gtk2.4:
            atk-1.6.0.zip
            atk-dev-1.6.0.zip
            glib-2.4.7.zip
            glib-dev-2.4.7.zip
            gtk+-2.4.14.zip
            gtk+-dev-2.4.14.zip
            pango-1.4.1.zip
            pango-dev-1.4.1.zip

          ./gtk2.6:
            atk-1.9.0.zip
            atk-dev-1.9.0.zip
            glib-2.6.6.zip
            glib-dev-2.6.6.zip
            gtk+-2.6.9.zip
            gtk+-dev-2.6.9.zip
            pango-1.8.2.zip
            pango-dev-1.8.2.zip

          ./gtk2.8:
            atk-1.10.3.zip
            atk-dev-1.10.3.zip
            cairo-1.2.6.zip
            cairo-dev-1.2.6.zip
            glib-2.12.4.zip
            glib-dev-2.12.4.zip
            gtk+-2.8.20.zip
            gtk+-dev-2.8.20.zip
            libpng-1.2.8-bin.zip
            pango-1.14.5.zip
            pango-dev-1.14.5.zip

          ./gtk2.10:
            atk-1.18.0.zip
            atk-dev-1.18.0.zip
            cairo-1.4.2.zip
            cairo-dev-1.4.2.zip
            gib-2.12.12.zip
            glib-dev-2.12.12.zip
            gtk+-2.10.12.zip
            gtk+-dev-2.10.12.zip
            libpng-1.2.8-bin.zip
            pango-1.16.4.zip
            pango-dev-1.16.4.zip

Location: http://ftp.gnome.org/pub/GNOME/binaries/win32/ (formerly at http://www.gimp.org/~tml/gimp/win32/)
Description: GTK+ libraries for Windows
License: GNU LGPL
Local changes: None

Packages: gnutls-1.6.1-1.zip
Location: http://josefsson.org/gnutls4win/
Description: GNUTLS encryption library plus libgcrypt, libtasn1, and
             libgpg-error
License: GNU LGPL
Local changes: The package was built with a patch applied as described
in README.wireshark.

Packages: ./gtk-wimp:
            gtk-wimp-0.5.3-bin.zip
            gtk-wimp-0.5.4-bin.zip
            gtk-wimp-0.6.1-bin.zip
            gtk-wimp-0.6.2-bin.zip
            gtk-wimp-0.7.0-bin.zip
Location: http://gtk-wimp.sourceforge.net/
Description: Native Windows engine for GTK+
License: GNU LGPL
Local changes: None

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"

Package: lua5_1_dll.zip
Location: http://luaforge.net/
Description: The Lua scripting language
License: MIT
Local changes: lua5_1_Win32_dll.tar.gz archive extracted, re-archived as
		ZIP, and renamed to "lua5_1_vc6.zip".

Package: net-snmp-5.3.1.zip
Location: http://www.net-snmp.org/
Description: The Net-SNMP library
License: BSD
Local changes: netsnmp.lib has been precompiled using MSVC++ 6.0

Package: pcre-6.4.zip
Location: http://www.pcre.org/
Description: The Perl Compatible Regular Expression library
License: BSD
Local changes: None

Package: portaudio_v18_1.zip
         portaudio_v19.zip
Location: http://www.portaudio.com/
Description: The PortAudio portable cross-platform Audio API
License: PortAudio (http://www.portaudio.com/license.html)
Local changes: None

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

Packages: zlib123.zip and zlib123-dll.zip
Location: http://www.gzip.org/zlib/
Description: The zlib compression library (source and DLL versions)
License: zlib/libpng
Local changes: None.

Packages: user-guide-20494.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: libsmi-0.4.5.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: some changes to the makefile to build a dll, precompiled using MSVC++ 6.0. And we added all the mibs from libsmi in a single 'mibs' directory.