winpcap

所属分类:Windows编程
开发工具:Visual C++
文件大小:1014KB
下载次数:5
上传日期:2008-11-15 16:52:18
上 传 者lureny
说明:   winpcap(windows packet capture)是windows平台下一个免费,公共的网络访问系统。开发winpcap这个项目的目的在于为win32应用程序提供访问网络底层的能力。
(winpcap (windows packet capture) is under the windows platform, a free, public network access systems. WinPcap development The aim of this project is win32 application to provide access to the underlying network capabilities.)

文件列表:
todo.txt (228, 2004-02-03)
Common\dagc.h (7944, 2004-01-26)
Common\Devioctl.h (3963, 2002-04-10)
Common\Ntddndis.h (48556, 2002-04-10)
Common\Ntddpack.h (1292, 2002-04-10)
Common\Packet.lib (8180, 2004-01-13)
Common\Packet32.h (21204, 2004-01-26)
Common (0, 2008-10-07)
dox\compile.htm (9174, 2004-02-03)
dox\doxygen_groups.txt (1956, 2003-06-13)
dox\footer.htm (196, 2003-02-28)
dox\internals-arch.gif (4650, 2003-06-05)
dox\internals.htm (3463, 2003-06-05)
dox\intro.htm (7315, 2003-06-05)
dox\language.htm (18533, 2003-06-05)
dox\libpcap\funcs\pcap.h (39261, 2004-06-23)
dox\libpcap\funcs (0, 2008-10-07)
dox\libpcap\incs\pcap.h (8154, 2002-08-01)
dox\libpcap\incs (0, 2008-10-07)
dox\libpcap (0, 2008-10-07)
dox\main.txt (1047, 2003-06-10)
dox\note.txt (870, 2003-06-10)
dox\npf-dump.gif (4656, 2003-06-05)
dox\npf-ndis.gif (3572, 2003-06-05)
dox\npf-npf.gif (8463, 2003-06-05)
dox\npf.htm (15583, 2003-06-05)
dox\packet.htm (3305, 2003-06-05)
dox\packet_samp.htm (3155, 2003-07-08)
dox\pics\dump.gif (6353, 2002-04-10)
dox\pics\encoding.gif (2777, 2002-04-10)
dox\pics\stats.gif (5431, 2002-04-10)
dox\pics\stats_wpcap.gif (5267, 2002-08-05)
dox\pics\winpcap.gif (10723, 2002-04-10)
dox\pics\winpcap_small.gif (2160, 2002-04-10)
dox\pics (0, 2008-10-07)
dox\prj\winpcap_c.dox (10664, 2004-10-29)
dox\prj\winpcap_noc.dox (9668, 2004-10-29)
dox\prj (0, 2008-10-07)
... ...

Makefile and patches provided by Nate Lawson (nate@rootlabs.com) Only the Packet and WPCAP DLLs can be built under gcc. The drivers themselves (packet.sys and packet.vxd) are too dependent on MSVC for their tools and assembler. To build packet.dll, cd to Packet9x/DLL/Project (or packetNtx/...) and type "make". To build wpcap.dll, cd to WPCAP/PRJ and type "make". "make install" in either directory installs the DLL in c:/windows/system If you want to link with your programs, use libpacket.a and libwpcap.a. These are the import libraries for gcc. You CANNOT use the MSVC-generated .lib files with gcc. For help on how to link to them, see the developer's pack examples. To remove all objects, type "make clean". TODO: Make VXD and SYS build on non-VC platforms - NOT TRIVIAL. Possible routes include: Look into reactos.com and monitor cygwin.com/ml/cygwin for DDK equivalents. Port *.asm to GNU as.

近期下载者

相关文件


收藏者