⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ipfilter.plg

📁 IP过滤驱动。如果想研究防火墙的
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: ipfilter - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP37F.tmp" with contents
[
/nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "IPFILTER_EXPORTS" /Fp"Debug/ipfilter.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ  /c 
"E:\ipfilter\ipfilter.c"
]
Creating command line "cl.exe @D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP37F.tmp" 
Creating temporary file "D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP380.tmp" with contents
[
WSock32.Lib,kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /incremental:yes /pdb:"Debug/ipfilter.pdb" /debug /machine:I386 /out:"Debug/ipfilter.dll" /implib:"Debug/ipfilter.lib" /pdbtype:sept 
.\Debug\ipfilter.obj
]
Creating command line "link.exe @D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP380.tmp"
<h3>Output Window</h3>
Compiling...
ipfilter.c
E:\ipfilter\ipfilter.c(105) : warning C4028: formal parameter 1 different from declaration
E:\ipfilter\ipfilter.c(105) : warning C4028: formal parameter 2 different from declaration
E:\ipfilter\ipfilter.c(105) : warning C4028: formal parameter 3 different from declaration
E:\ipfilter\ipfilter.c(105) : warning C4028: formal parameter 4 different from declaration
E:\ipfilter\ipfilter.c(105) : warning C4028: formal parameter 5 different from declaration
E:\ipfilter\ipfilter.c(108) : error C2143: syntax error : missing ';' before 'type'
E:\ipfilter\ipfilter.c(109) : error C2143: syntax error : missing ';' before 'type'
E:\ipfilter\ipfilter.c(110) : error C2143: syntax error : missing ';' before 'type'
E:\ipfilter\ipfilter.c(111) : error C2275: 'DWORD' : illegal use of this type as an expression
        d:\program files\microsoft visual studio\vc98\include\windef.h(141) : see declaration of 'DWORD'
E:\ipfilter\ipfilter.c(111) : error C2146: syntax error : missing ';' before identifier 'layerid'
E:\ipfilter\ipfilter.c(111) : error C2065: 'layerid' : undeclared identifier
E:\ipfilter\ipfilter.c(112) : error C2275: 'DWORD' : illegal use of this type as an expression
        d:\program files\microsoft visual studio\vc98\include\windef.h(141) : see declaration of 'DWORD'
E:\ipfilter\ipfilter.c(112) : error C2146: syntax error : missing ';' before identifier 'nextlayerid'
E:\ipfilter\ipfilter.c(112) : error C2065: 'nextlayerid' : undeclared identifier
E:\ipfilter\ipfilter.c(113) : error C2275: 'TCHAR' : illegal use of this type as an expression
        d:\program files\microsoft visual studio\vc98\include\winnt.h(175) : see declaration of 'TCHAR'
E:\ipfilter\ipfilter.c(113) : error C2065: 'filterpath' : undeclared identifier
E:\ipfilter\ipfilter.c(114) : error C2275: 'HINSTANCE' : illegal use of this type as an expression
        d:\program files\microsoft visual studio\vc98\include\windef.h(252) : see declaration of 'HINSTANCE'
E:\ipfilter\ipfilter.c(114) : error C2146: syntax error : missing ';' before identifier 'hfilter'
E:\ipfilter\ipfilter.c(114) : error C2065: 'hfilter' : undeclared identifier
E:\ipfilter\ipfilter.c(115) : error C2275: 'LPWSPSTARTUP' : illegal use of this type as an expression
        d:\program files\microsoft visual studio\vc98\include\ws2spi.h(612) : see declaration of 'LPWSPSTARTUP'
E:\ipfilter\ipfilter.c(115) : error C2146: syntax error : missing ';' before identifier 'wspstartupfunc'
E:\ipfilter\ipfilter.c(115) : error C2065: 'wspstartupfunc' : undeclared identifier
E:\ipfilter\ipfilter.c(115) : warning C4047: '=' : 'int ' differs in levels of indirection from 'void *'
E:\ipfilter\ipfilter.c(117) : error C2065: 'lpprotoinfo' : undeclared identifier
E:\ipfilter\ipfilter.c(117) : error C2223: left of '->ProtocolChain' must point to struct/union
E:\ipfilter\ipfilter.c(125) : error C2065: 'i' : undeclared identifier
E:\ipfilter\ipfilter.c(134) : error C2223: left of '->ProtocolChain' must point to struct/union
E:\ipfilter\ipfilter.c(136) : error C2223: left of '->ProtocolChain' must point to struct/union
E:\ipfilter\ipfilter.c(138) : error C2223: left of '->ProtocolChain' must point to struct/union
E:\ipfilter\ipfilter.c(143) : error C2065: 'filterpathlen' : undeclared identifier
E:\ipfilter\ipfilter.c(144) : warning C4047: '=' : 'int ' differs in levels of indirection from 'unsigned short *'
E:\ipfilter\ipfilter.c(147) : warning C4018: '==' : signed/unsigned mismatch
E:\ipfilter\ipfilter.c(149) : warning C4047: 'function' : 'unsigned short *' differs in levels of indirection from 'int '
E:\ipfilter\ipfilter.c(149) : warning C4024: 'WSCGetProviderPath' : different types for formal and actual parameter 2
E:\ipfilter\ipfilter.c(149) : error C2065: 'errorcode' : undeclared identifier
E:\ipfilter\ipfilter.c(158) : warning C4047: 'function' : 'const unsigned short *' differs in levels of indirection from 'int '
E:\ipfilter\ipfilter.c(158) : warning C4024: 'ExpandEnvironmentStringsW' : different types for formal and actual parameter 1
E:\ipfilter\ipfilter.c(158) : warning C4047: 'function' : 'unsigned short *' differs in levels of indirection from 'int '
E:\ipfilter\ipfilter.c(158) : warning C4024: 'ExpandEnvironmentStringsW' : different types for formal and actual parameter 2
E:\ipfilter\ipfilter.c(164) : warning C4047: 'function' : 'const unsigned short *' differs in levels of indirection from 'int '
E:\ipfilter\ipfilter.c(164) : warning C4024: 'LoadLibraryW' : different types for formal and actual parameter 1
E:\ipfilter\ipfilter.c(164) : warning C4047: '=' : 'int ' differs in levels of indirection from 'struct HINSTANCE__ *'
E:\ipfilter\ipfilter.c(164) : warning C4047: '==' : 'int ' differs in levels of indirection from 'void *'
E:\ipfilter\ipfilter.c(170) : warning C4047: 'function' : 'struct HINSTANCE__ *' differs in levels of indirection from 'int '
E:\ipfilter\ipfilter.c(170) : warning C4024: 'GetProcAddress' : different types for formal and actual parameter 1
E:\ipfilter\ipfilter.c(170) : warning C4047: '=' : 'int ' differs in levels of indirection from 'int (__stdcall *)(unsigned short ,struct WSPData *,struct _WSAPROTOCOL_INFOW *,struct _WSPUPCALLTABLE ,struct _WSPPROC_TABLE *)'
E:\ipfilter\ipfilter.c(170) : warning C4047: '==' : 'int ' differs in levels of indirection from 'void *'
E:\ipfilter\ipfilter.c(176) : error C2063: 'wspstartupfunc' : not a function
E:\ipfilter\ipfilter.c(176) : error C2065: 'wversionrequested' : undeclared identifier
E:\ipfilter\ipfilter.c(176) : error C2065: 'upcalltable' : undeclared identifier
E:\ipfilter\ipfilter.c(176) : error C2065: 'lpproctable' : undeclared identifier
E:\ipfilter\ipfilter.c(182) : error C2100: illegal indirection
E:\ipfilter\ipfilter.c(182) : error C2115: '=' : incompatible types
E:\ipfilter\ipfilter.c(183) : error C2223: left of '->lpWSPSendTo' must point to struct/union
Error executing cl.exe.



<h3>Results</h3>
ipfilter.dll - 32 error(s), 22 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

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