?? libpcap.plg
字號:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: libpcap - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\dengcj\LOCALS~1\Temp\RSP27.tmp" with contents
[
/nologo /MTd /W3 /Gm /GX /ZI /Od /I "../../" /I "../../lbl/" /I "../../bpf/" /I "../include/" /I "../../../../common" /D "REMOTE" /D "YY_NEVER_INTERACTIVE" /D yylval=pcap_lval /D "_USRDLL" /D "LIBPCAP_EXPORTS" /D "HAVE_STRERROR" /D "_DEBUG" /D "__STDC__" /D "INET6" /D "_WINDOWS" /D "_MBCS" /D SIZEOF_CHAR=1 /D SIZEOF_SHORT=2 /D SIZEOF_INT=4 /D "HAVE_ADDRINFO" /D "WIN32" /Fp"Debug/libpcap.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"F:\windump\新建文件夾\winpcap\wpcap\libpcap\gencode.c"
"F:\windump\新建文件夾\winpcap\wpcap\libpcap\nametoaddr.c"
"F:\windump\新建文件夾\winpcap\wpcap\libpcap\Pcap-win32.c"
"F:\windump\新建文件夾\winpcap\wpcap\libpcap\pcap.c"
"F:\windump\新建文件夾\winpcap\wpcap\libpcap\scanner.c"
]
Creating command line "cl.exe @C:\DOCUME~1\dengcj\LOCALS~1\Temp\RSP27.tmp"
Creating temporary file "C:\DOCUME~1\dengcj\LOCALS~1\Temp\RSP28.tmp" with contents
[
/nologo /out:"Debug\libpcap.lib"
".\Debug\bpf_dump.obj"
".\Debug\bpf_filter.obj"
".\Debug\bpf_image.obj"
".\Debug\etherent.obj"
".\Debug\fad-win32.obj"
".\Debug\ffs.obj"
".\Debug\gencode.obj"
".\Debug\getnetbynm.obj"
".\Debug\getnetent.obj"
".\Debug\getservent.obj"
".\Debug\grammar.obj"
".\Debug\inet.obj"
".\Debug\inet_aton.obj"
".\Debug\inet_net.obj"
".\Debug\inet_pton.obj"
".\Debug\nametoaddr.obj"
".\Debug\optimize.obj"
".\Debug\Pcap-win32.obj"
".\Debug\pcap.obj"
".\Debug\savefile.obj"
".\Debug\scanner.obj"
]
Creating command line "link.exe -lib @C:\DOCUME~1\dengcj\LOCALS~1\Temp\RSP28.tmp"
<h3>Output Window</h3>
Compiling...
gencode.c
f:\windump\新建文件夾\winpcap\wpcap\libpcap\gencode.c(230) : warning C4018: '>' : signed/unsigned mismatch
f:\windump\新建文件夾\winpcap\wpcap\libpcap\gencode.c(3739) : error C2079: 'mask128' uses undefined struct 'in6_addr'
f:\windump\新建文件夾\winpcap\wpcap\libpcap\gencode.c(3866) : error C2037: left of 'ai_next' specifies undefined struct/union 'addrinfo'
f:\windump\新建文件夾\winpcap\wpcap\libpcap\gencode.c(3867) : error C2037: left of 'ai_family' specifies undefined struct/union 'addrinfo'
f:\windump\新建文件夾\winpcap\wpcap\libpcap\gencode.c(3873) : error C2037: left of 'ai_addr' specifies undefined struct/union 'addrinfo'
f:\windump\新建文件夾\winpcap\wpcap\libpcap\gencode.c(3882) : error C2037: left of 'ai_addr' specifies undefined struct/union 'addrinfo'
f:\windump\新建文件夾\winpcap\wpcap\libpcap\gencode.c(3883) : warning C4133: 'function' : incompatible types - from 'struct in_addr6 *' to 'struct in6_addr *'
f:\windump\新建文件夾\winpcap\wpcap\libpcap\gencode.c(3884) : warning C4133: 'function' : incompatible types - from 'int *' to 'struct in6_addr *'
f:\windump\新建文件夾\winpcap\wpcap\libpcap\gencode.c(3893) : warning C4013: 'freeaddrinfo' undefined; assuming extern returning int
f:\windump\新建文件夾\winpcap\wpcap\libpcap\gencode.c(4126) : error C2079: 'mask' uses undefined struct 'in6_addr'
f:\windump\新建文件夾\winpcap\wpcap\libpcap\gencode.c(4136) : error C2037: left of 'ai_next' specifies undefined struct/union 'addrinfo'
f:\windump\新建文件夾\winpcap\wpcap\libpcap\gencode.c(4138) : error C2037: left of 'ai_addr' specifies undefined struct/union 'addrinfo'
f:\windump\新建文件夾\winpcap\wpcap\libpcap\gencode.c(4145) : error C2224: left of '.s6_addr' must have struct/union type
f:\windump\新建文件夾\winpcap\wpcap\libpcap\gencode.c(4165) : warning C4133: 'function' : incompatible types - from 'int *' to 'struct in6_addr *'
nametoaddr.c
F:\windump\新建文件夾\winpcap\wpcap\libpcap\nametoaddr.c(121) : error C2079: 'hints' uses undefined struct 'addrinfo'
F:\windump\新建文件夾\winpcap\wpcap\libpcap\nametoaddr.c(125) : error C2224: left of '.ai_family' must have struct/union type
F:\windump\新建文件夾\winpcap\wpcap\libpcap\nametoaddr.c(126) : error C2224: left of '.ai_socktype' must have struct/union type
F:\windump\新建文件夾\winpcap\wpcap\libpcap\nametoaddr.c(127) : warning C4013: 'getaddrinfo' undefined; assuming extern returning int
Pcap-win32.c
f:\windump\新建文件夾\winpcap\wpcap\libpcap\pcap-remote.h(132) : error C2079: 'host' uses undefined struct 'sockaddr_storage'
f:\windump\新建文件夾\winpcap\wpcap\libpcap\pcap-remote.h(170) : error C2079: 'addr' uses undefined struct 'sockaddr_storage'
f:\windump\新建文件夾\winpcap\wpcap\libpcap\pcap-remote.h(171) : error C2079: 'netmask' uses undefined struct 'sockaddr_storage'
f:\windump\新建文件夾\winpcap\wpcap\libpcap\pcap-remote.h(172) : error C2079: 'broadaddr' uses undefined struct 'sockaddr_storage'
f:\windump\新建文件夾\winpcap\wpcap\libpcap\pcap-remote.h(173) : error C2079: 'dstaddr' uses undefined struct 'sockaddr_storage'
F:\windump\新建文件夾\winpcap\wpcap\libpcap\Pcap-win32.c(192) : warning C4090: 'function' : different 'const' qualifiers
F:\windump\新建文件夾\winpcap\wpcap\libpcap\Pcap-win32.c(192) : warning C4024: 'PacketOpenAdapter' : different types for formal and actual parameter 1
pcap.c
f:\windump\新建文件夾\winpcap\wpcap\libpcap\pcap-remote.h(132) : error C2079: 'host' uses undefined struct 'sockaddr_storage'
f:\windump\新建文件夾\winpcap\wpcap\libpcap\pcap-remote.h(170) : error C2079: 'addr' uses undefined struct 'sockaddr_storage'
f:\windump\新建文件夾\winpcap\wpcap\libpcap\pcap-remote.h(171) : error C2079: 'netmask' uses undefined struct 'sockaddr_storage'
f:\windump\新建文件夾\winpcap\wpcap\libpcap\pcap-remote.h(172) : error C2079: 'broadaddr' uses undefined struct 'sockaddr_storage'
f:\windump\新建文件夾\winpcap\wpcap\libpcap\pcap-remote.h(173) : error C2079: 'dstaddr' uses undefined struct 'sockaddr_storage'
scanner.c
../libpcap/scanner.l(296) : error C2079: 'hints' uses undefined struct 'addrinfo'
../libpcap/scanner.l(298) : error C2224: left of '.ai_family' must have struct/union type
../libpcap/scanner.l(299) : error C2224: left of '.ai_flags' must have struct/union type
../libpcap/scanner.l(300) : warning C4013: 'getaddrinfo' undefined; assuming extern returning int
Error executing cl.exe.
<h3>Results</h3>
libpcap.lib - 25 error(s), 9 warning(s)
</pre>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -