wpcapsrc_3_2_alpha1

所属分类:网络编程
开发工具:Visual C++
文件大小:1321KB
下载次数:24
上传日期:2006-03-27 09:12:04
上 传 者sunna
说明:  winpcap3.2的源代码,可以供研究网络捕获程序之用
(winpcap3.2 the source code, can capture network for research procedures used)

文件列表:
winpcap\build_wpdpack.bat (156, 2003-05-21)
winpcap\build_wpdpack.txt (849, 2003-05-21)
winpcap\Common (0, 2005-12-16)
winpcap\Common\dagc.h (7944, 2004-01-26)
winpcap\Common\Devioctl.h (3963, 2002-04-10)
winpcap\Common\Ntddndis.h (48556, 2002-04-10)
winpcap\Common\Ntddpack.h (1292, 2002-04-10)
winpcap\Common\Packet.lib (8180, 2004-01-13)
winpcap\Common\Packet32.h (21642, 2005-04-23)
winpcap\createdoc.bat (267, 2005-05-23)
winpcap\create_docs.bat (768, 2005-05-20)
winpcap\create_examples.bat (1109, 2005-07-20)
winpcap\create_include.bat (2486, 2004-05-14)
winpcap\create_lib.bat (712, 2004-05-14)
winpcap\dox (0, 2005-12-16)
winpcap\dox\compile.htm (10553, 2005-12-04)
winpcap\dox\doxygen_groups.txt (1839, 2005-04-23)
winpcap\dox\doxygen_groups_packetdll.txt (1956, 2005-04-23)
winpcap\dox\footer.htm (236, 2005-12-11)
winpcap\dox\internals-arch.gif (4650, 2003-06-05)
winpcap\dox\internals.htm (3494, 2005-05-20)
winpcap\dox\intro.htm (7858, 2005-07-15)
winpcap\dox\language.htm (18533, 2003-06-05)
winpcap\dox\libpcap (0, 2005-12-16)
winpcap\dox\libpcap\funcs (0, 2005-12-16)
winpcap\dox\libpcap\funcs\pcap.h (63386, 2005-07-20)
winpcap\dox\libpcap\incs (0, 2005-12-16)
winpcap\dox\libpcap\incs\pcap.h (8190, 2005-12-11)
winpcap\dox\main.txt (992, 2005-07-15)
winpcap\dox\main_packetdll.txt (937, 2005-07-15)
winpcap\dox\note.txt (870, 2003-06-10)
winpcap\dox\npf-dump.gif (4656, 2003-06-05)
winpcap\dox\npf-ndis.gif (3572, 2003-06-05)
winpcap\dox\npf-npf.gif (8463, 2003-06-05)
winpcap\dox\npf.htm (15583, 2005-05-20)
winpcap\dox\packet.htm (2855, 2005-05-20)
winpcap\dox\packet_samp.htm (3149, 2005-07-15)
winpcap\dox\pics (0, 2005-12-16)
winpcap\dox\pics\dump.gif (6353, 2002-04-10)
winpcap\dox\pics\encoding.gif (2777, 2002-04-10)
... ...

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.

近期下载者

相关文件


收藏者