* WinPcap Developer's pack    *
* Release 2.1 - March 2001    *
* Written by Loris Degioanni  * 


Contents
--------

    * Description
    * Notes for the users of old versions of this developer's pack


Description
-----------

This archive contains all the stuff useful to create new network capture applications using winpcap. 
The archive contains the following folders:

- drivers               Binaries of WinPcap's drivers and DLLs for Win95/98/ME, 
                        WinNT4 and Win2K. Useful to test the programs.
- examples              Sample applications showing various uses of of winpcap 
                        and packet.dll.
- lib		        .lib library files needed to create capture applications
- include		include files needed to create capture applications

see the documentation at http://netgroup-serv.polito.it/winpcap for manuals, instructions and details.


Notes for the users of old versions of this developer's pack
-------------------------------------------------------------

- Since this version of WinPcap, libpcap is no more a static library, but its 
  functions are included in the wpcap dll. Old applications statically linked 
  with winpcap will continue to work, but are no more supported in this 
  developer's pack. These applications can be upgraded to use wpcap.dll 
  simply including wpcap.lib instead of libpcap.lib in the project.

- The file pcap-c++.h is obsolete and is not provided in this release. 
  Use the standard pcap.h instead.
