readme.txt

来自「DES算法及其在VC++6.0下的实现,编译时需要WinPcap开发包,您可以从」· 文本 代码 · 共 22 行

TXT
22
字号
(1) WinPcap Developer's pack is needed in order to build.

	Download WinPcap Developer's pack from
	http://netgroup-serv.polito.it/winpcap/install/bin/WPdpack.zip
	
	After that, uncompress and locate it on the proper directory.

	You need the following header files and libraries ONLY.

		Include\devioctl.h
      		Include\ntddndis.h
      		Include\ntddpack.h
      		Include\packet32.h
      		Lib\packet.lib

(2)Setting project

	Add the include paths and library paths that are located on
	the above directories to project file.
	Add "packet.lib" as a link library.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?