emulator/emulatorbsp/wpdpack/readme.txt
changeset 0 cec860690d41
equal deleted inserted replaced
-1:000000000000 0:cec860690d41
       
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 *
       
    16 */
       
    17 * WinPcap Developer's pack    *
       
    18 * Release 2.2 - June 2001     *
       
    19 * Written by Loris Degioanni  * 
       
    20 
       
    21 
       
    22 This archive contains all the stuff useful to create new network capture applications using winpcap. 
       
    23 The archive contains the following folders:
       
    24 
       
    25 - drivers               Binaries of WinPcap's drivers and DLLs for Win95/98/ME, 
       
    26                         WinNT4 and Win2K. Useful to test the programs.
       
    27 - examples              Sample applications showing various uses of of winpcap 
       
    28                         and packet.dll.
       
    29 - lib		        library files needed to create capture applications
       
    30 - include		include files needed to create capture applications
       
    31 
       
    32 see the documentation at http://netgroup-serv.polito.it/winpcap for manuals, instructions and details.