搜索资源列表
mysniffer
- 程序中需要设置套接字的属性SIO_RCVALL,而SIO_RCVALL属性在文件mstcpip.h中定义。mstcpip.h是微软用于处理TCP/IP协议的一个头文件,这里面包含了WinSockets一系列相关函数,该文件在platform SDK套件中,该头文件在vc6.0中没有。 本项目中给出了该文件的内容。 编写sniffer程序的另一个方法是在文件中使用#define直接定义SIO_RCVALL。源文件中给出了#define SIO_RCVALL _WSAIOW(IOC_VEND
handlibfilesfornetworkprograming
- 网络编程中会要的一些头文件和函数库文件,包括了winpcap开发包,Iphlpapi相关函数库,Ntddndis.h和mstcpip.h-Network programming would want some of the header files and library files, including the winpcap development kits, Iphlpapi correlation function libraries, Ntddndis.h and mstcpip.h