File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / libnet / win32 / wpdpack / README
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Wed Sep 27 11:11:37 2023 UTC (20 months, 3 weeks ago) by misho
CVS tags: MAIN, HEAD
Initial revision

WinPcap is unmaintained. The WinPcap Developer's Pack (http://www.winpcap.org/devel.htm) is not only behind WinPcap (last version of WinPcap was 4.1.3, the Developer's Pack is still at 4.1.2) it also only offers 32 bit GCC-compatible libraries.
Namely `libpacket.a` and `libwpcap.a`.

Libraries (and include files) in this directory have been patched and compiled by me for use with libnet, or whatever else you might want to use them for. If you rather compile the libraries yourself, source code and build instructions are available at
https://github.com/sgeto/winpcap

Drivers and DLLs can be found at http://www.winpcap.org

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>