Build Log
  

Build started: Project: wpcap, Configuration: Release|x64

Command Lines
  
Creating temporary file "c:\jenkins\asslave\workspace\winpcap_build\build\winpcap\wpcap\PRJ\Release\x64\RSP00000130282560.rsp" with contents
[
/O2 /GL /I "..\libpcap" /I "..\libpcap\lbl" /I "..\libpcap\bpf\\" /I "..\..\common" /I "..\libpcap\win32\include" /I "..\Win32-Extensions" /I "..\..\..\AirPcap_DevPack\include" /D "LIBPCAP_EXPORTS" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "HAVE_ADDRINFO" /D "YY_NEVER_INTERACTIVE" /D "yylval=pcap_lval" /D "HAVE_STRERROR" /D "__STDC__" /D "INET6" /D "SIZEOF_CHAR=1" /D "SIZEOF_SHORT=2" /D "SIZEOF_INT=4" /D "WPCAP" /D "HAVE_SNPRINTF" /D "HAVE_VSNPRINTF" /D "HAVE_REMOTE" /D "HAVE_AIRPCAP_API" /D "_U_=" /D "_CRT_SECURE_NO_WARNINGS" /D "YY_NO_UNISTD_H" /D "HAVE_TC_API" /D "_WINDLL" /D "_MBCS" /FD /EHsc /MT /Fo"c:\jenkins\asslave\workspace\winpcap_build\build\winpcap\wpcap\PRJ\\Release\x64\\" /Fd"c:\jenkins\asslave\workspace\winpcap_build\build\winpcap\wpcap\PRJ\\Release\x64\vc80.pdb" /W3 /c /Wp64 /Zi /TC "..\Win32-Extensions\Win32-Extensions.c"

..\libpcap\sockutils.c

..\libpcap\scanner.c

..\libpcap\savefile.c

..\libpcap\pcap.c

"..\libpcap\pcap-win32.c"

"..\libpcap\pcap-tc.c"

"..\libpcap\pcap-remote.c"

"..\libpcap\pcap-new.c"

..\libpcap\optimize.c

..\libpcap\nametoaddr.c

..\libpcap\inet.c

..\libpcap\grammar.c

..\libpcap\Win32\Src\getservent.c

..\libpcap\gencode.c

..\libpcap\Win32\Src\ffs.c

"..\libpcap\fad-win32.c"

..\libpcap\etherent.c

..\libpcap\bpf_image.c

..\libpcap\bpf\net\bpf_filter.c

..\libpcap\bpf_dump.c
]
Creating command line "cl.exe @c:\jenkins\asslave\workspace\winpcap_build\build\winpcap\wpcap\PRJ\Release\x64\RSP00000130282560.rsp /nologo /errorReport:queue"
Creating command line "rc.exe /fo"c:\jenkins\asslave\workspace\winpcap_build\build\winpcap\wpcap\PRJ\\Release\x64/version.res" "..\Win32-Extensions\version.rc""
Creating temporary file "c:\jenkins\asslave\workspace\winpcap_build\build\winpcap\wpcap\PRJ\Release\x64\RSP00000230282560.rsp" with contents
[
/OUT:"c:\jenkins\asslave\workspace\winpcap_build\build\winpcap\wpcap\PRJ\\Release\x64\wpcap.dll" /INCREMENTAL:NO /LIBPATH:"..\..\packetNtx\Dll\Project\Release\x64" /DLL /MANIFEST /MANIFESTFILE:"c:\jenkins\asslave\workspace\winpcap_build\build\winpcap\wpcap\PRJ\\Release\x64\wpcap.dll.intermediate.manifest" /DEF:"wpcap.def" /DEBUG /PDB:"c:\jenkins\asslave\workspace\winpcap_build\build\winpcap\wpcap\PRJ\Release\x64\wpcap.pdb" /SUBSYSTEM:WINDOWS /OPT:REF /OPT:ICF /LTCG /MACHINE:X64 ws2_32.lib packet.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

".\Release\x64\bpf_dump.obj"

".\Release\x64\bpf_filter.obj"

".\Release\x64\bpf_image.obj"

".\Release\x64\etherent.obj"

".\Release\x64\fad-win32.obj"

".\Release\x64\ffs.obj"

".\Release\x64\gencode.obj"

".\Release\x64\getservent.obj"

".\Release\x64\grammar.obj"

".\Release\x64\inet.obj"

".\Release\x64\nametoaddr.obj"

".\Release\x64\optimize.obj"

".\Release\x64\pcap-new.obj"

".\Release\x64\pcap-remote.obj"

".\Release\x64\pcap-tc.obj"

".\Release\x64\pcap-win32.obj"

".\Release\x64\pcap.obj"

".\Release\x64\savefile.obj"

".\Release\x64\scanner.obj"

".\Release\x64\sockutils.obj"

".\Release\x64\Win32-Extensions.obj"

".\Release\x64\version.res"
]
Creating command line "link.exe @c:\jenkins\asslave\workspace\winpcap_build\build\winpcap\wpcap\PRJ\Release\x64\RSP00000230282560.rsp /NOLOGO /ERRORREPORT:QUEUE"
Creating temporary file "c:\jenkins\asslave\workspace\winpcap_build\build\winpcap\wpcap\PRJ\Release\x64\RSP00000330282560.rsp" with contents
[
/outputresource:".\Release\x64\wpcap.dll;#2" /manifest

.\Release\x64\wpcap.dll.intermediate.manifest
]
Creating command line "mt.exe @c:\jenkins\asslave\workspace\winpcap_build\build\winpcap\wpcap\PRJ\Release\x64\RSP00000330282560.rsp /nologo"
Creating temporary file "c:\jenkins\asslave\workspace\winpcap_build\build\winpcap\wpcap\PRJ\Release\x64\BAT00000430282560.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > .\Release\x64\mt.dep
]
Creating command line "c:\jenkins\asslave\workspace\winpcap_build\build\winpcap\wpcap\PRJ\Release\x64\BAT00000430282560.bat"
Output Window
  
Compiling...
Win32-Extensions.c
1>..\Win32-Extensions\Win32-Extensions.c(53) : warning C4996: 'sprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\Win32-Extensions\Win32-Extensions.c(83) : warning C4996: 'sprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\Win32-Extensions\Win32-Extensions.c(88) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\Win32-Extensions\Win32-Extensions.c(155) : warning C4996: 'sprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\Win32-Extensions\Win32-Extensions.c(171) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
1>..\Win32-Extensions\Win32-Extensions.c(176) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\Win32-Extensions\Win32-Extensions.c(294) : warning C4996: 'sprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\Win32-Extensions\Win32-Extensions.c(300) : warning C4996: 'sprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\Win32-Extensions\Win32-Extensions.c(308) : warning C4996: 'sprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\Win32-Extensions\Win32-Extensions.c(331) : warning C4996: 'sprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\Win32-Extensions\Win32-Extensions.c(338) : warning C4996: 'sprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\Win32-Extensions\Win32-Extensions.c(343) : warning C4267: 'function' : conversion from 'size_t' to 'int', possible loss of data
1>..\Win32-Extensions\Win32-Extensions.c(345) : warning C4996: 'sprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\Win32-Extensions\Win32-Extensions.c(360) : warning C4996: 'sprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\Win32-Extensions\Win32-Extensions.c(373) : warning C4996: 'sprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
sockutils.c
1>..\libpcap\sockutils.c(143) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\sockutils.c(145) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\sockutils.c(156) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\sockutils.c(158) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\sockutils.c(212) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\sockutils.c(308) : warning C4244: '=' : conversion from 'SOCKET' to 'unsigned int', possible loss of data
1>..\libpcap\sockutils.c(342) : warning C4267: 'function' : conversion from 'size_t' to 'int', possible loss of data
1>..\libpcap\sockutils.c(376) : warning C4267: 'function' : conversion from 'size_t' to 'int', possible loss of data
1>..\libpcap\sockutils.c(389) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\sockutils.c(531) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\sockutils.c(541) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\sockutils.c(675) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\sockutils.c(753) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\sockutils.c(882) : warning C4996: 'strcpy' was declared deprecated
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\sockutils.c(884) : warning C4996: 'strtok' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\string.h(164) : see declaration of 'strtok'
        Message: 'This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\sockutils.c(904) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\sockutils.c(911) : warning C4996: 'strtok' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\string.h(164) : see declaration of 'strtok'
        Message: 'This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\sockutils.c(934) : warning C4996: 'strtok' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\string.h(164) : see declaration of 'strtok'
        Message: 'This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\sockutils.c(945) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\sockutils.c(1136) : warning C4996: 'strncpy' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\string.h(156) : see declaration of 'strncpy'
        Message: 'This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\sockutils.c(1152) : warning C4996: 'strncpy' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\string.h(156) : see declaration of 'strncpy'
        Message: 'This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\sockutils.c(1158) : warning C4996: 'strncpy' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\string.h(156) : see declaration of 'strncpy'
        Message: 'This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\sockutils.c(1230) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
scanner.c
1>(3014) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
1>(3972) : warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
1>(3985) : warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
1>(4007) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
1>(4016) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
1>(4138) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
1>(4175) : warning C4244: 'initializing' : conversion from '__int64' to 'int', possible loss of data
1>(4362) : warning C4013: 'fileno' undefined; assuming extern returning int
1>(4478) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
1>(4516) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
1>(4538) : warning C4267: 'function' : conversion from 'size_t' to 'int', possible loss of data
savefile.c
1>..\libpcap\savefile.c(1078) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\savefile.c(1087) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\savefile.c(1095) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\savefile.c(1103) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\savefile.c(1112) : warning C4996: 'strncpy' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\string.h(156) : see declaration of 'strncpy'
        Message: 'This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\savefile.c(1124) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\savefile.c(1158) : warning C4996: 'fopen' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\savefile.c(1162) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\savefile.c(1183) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\savefile.c(1190) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\savefile.c(1212) : warning C4996: 'strncpy' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\string.h(156) : see declaration of 'strncpy'
        Message: 'This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\savefile.c(1223) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\savefile.c(1228) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\savefile.c(1237) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\savefile.c(1265) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\savefile.c(1324) : warning C4996: 'strncpy' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\string.h(156) : see declaration of 'strncpy'
        Message: 'This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\savefile.c(1423) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\savefile.c(1430) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\savefile.c(1485) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\savefile.c(1497) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\savefile.c(1506) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\savefile.c(1510) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\savefile.c(1531) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\savefile.c(1535) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\savefile.c(1699) : warning C4996: 'setbuf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(301) : see declaration of 'setbuf'
        Message: 'This function or variable may be unsafe. Consider using setvbuf instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\savefile.c(1703) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\savefile.c(1724) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\savefile.c(1736) : warning C4996: 'fopen' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\savefile.c(1740) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\savefile.c(1759) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
pcap.c
1>..\libpcap\pcap.c(111) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap.c(122) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap.c(167) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap.c(265) : warning C4996: 'strncpy' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\string.h(156) : see declaration of 'strncpy'
        Message: 'This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap.c(268) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap.c(486) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap.c(495) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap.c(574) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap.c(578) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap.c(843) : warning C4311: 'type cast' : pointer truncation from 'HANDLE' to 'DWORD'
1>..\libpcap\pcap.c(960) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
1>..\libpcap\pcap.c(966) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap.c(1014) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap.c(1025) : warning C4996: 'strerror' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\string.h(125) : see declaration of 'strerror'
        Message: 'This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap.c(1055) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap.c(1071) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap.c(1086) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap.c(1100) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap.c(1114) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap.c(1166) : warning C4996: 'strncpy' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\string.h(156) : see declaration of 'strncpy'
        Message: 'This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap.c(1364) : warning C4996: 'sprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap.c(1383) : warning C4996: 'sprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
pcap-win32.c
1>..\libpcap\pcap-win32.c(125) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-win32.c(146) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-win32.c(158) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-win32.c(171) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-win32.c(206) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-win32.c(240) : warning C4244: '=' : conversion from '__int64' to 'int', possible loss of data
1>..\libpcap\pcap-win32.c(293) : warning C4244: '=' : conversion from '__int64' to 'int', possible loss of data
1>..\libpcap\pcap-win32.c(472) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-win32.c(476) : warning C4267: 'function' : conversion from 'size_t' to 'UINT', possible loss of data
1>..\libpcap\pcap-win32.c(478) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-win32.c(490) : warning C4267: 'return' : conversion from 'size_t' to 'int', possible loss of data
1>..\libpcap\pcap-win32.c(558) : warning C4996: 'strcpy' was declared deprecated
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-win32.c(586) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-win32.c(593) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-win32.c(686) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-win32.c(694) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-win32.c(705) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-win32.c(723) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-win32.c(730) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-win32.c(739) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-win32.c(852) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-win32.c(856) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-win32.c(889) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-win32.c(911) : warning C4996: 'strncpy' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\string.h(156) : see declaration of 'strncpy'
        Message: 'This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-win32.c(919) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-win32.c(959) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
pcap-tc.c
1>..\libpcap\pcap-tc.c(515) : warning C4996: 'strcpy' was declared deprecated
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-tc.c(516) : warning C4996: 'strcpy' was declared deprecated
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-tc.c(602) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-tc.c(626) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-tc.c(658) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-tc.c(697) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-tc.c(735) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-tc.c(737) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-tc.c(744) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-tc.c(746) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-tc.c(786) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-tc.c(794) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-tc.c(814) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-tc.c(819) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-tc.c(858) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-tc.c(908) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-tc.c(994) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-tc.c(1002) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-tc.c(1013) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-tc.c(1044) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-tc.c(1053) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-tc.c(1068) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-tc.c(1099) : warning C4996: 'strncpy' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\string.h(156) : see declaration of 'strncpy'
        Message: 'This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-tc.c(1107) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
pcap-remote.c
1>..\libpcap\pcap-remote.c(144) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-remote.c(163) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-remote.c(342) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-remote.c(590) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-remote.c(698) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-remote.c(756) : warning C4267: 'function' : conversion from 'size_t' to 'uint32', possible loss of data
1>..\libpcap\pcap-remote.c(758) : warning C4267: 'function' : conversion from 'size_t' to 'int', possible loss of data
1>..\libpcap\pcap-remote.c(789) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-remote.c(1009) : warning C4996: 'sscanf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(311) : see declaration of 'sscanf'
        Message: 'This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-remote.c(1057) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-remote.c(1085) : warning C4996: 'sprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-remote.c(1105) : warning C4244: '=' : conversion from 'SOCKET' to 'unsigned int', possible loss of data
1>..\libpcap\pcap-remote.c(1178) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-remote.c(1509) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-remote.c(1515) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-remote.c(1722) : warning C4267: '+=' : conversion from 'size_t' to 'uint16', possible loss of data
1>..\libpcap\pcap-remote.c(1723) : warning C4267: '+=' : conversion from 'size_t' to 'uint16', possible loss of data
1>..\libpcap\pcap-remote.c(1727) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-remote.c(1758) : warning C4267: '=' : conversion from 'size_t' to 'uint16', possible loss of data
1>..\libpcap\pcap-remote.c(1767) : warning C4267: '=' : conversion from 'size_t' to 'uint16', possible loss of data
1>..\libpcap\pcap-remote.c(1964) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-remote.c(2007) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-remote.c(2054) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
pcap-new.c
1>..\libpcap\pcap-new.c(102) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-new.c(132) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-new.c(152) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-new.c(157) : warning C4996: 'strncpy' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\string.h(156) : see declaration of 'strncpy'
        Message: 'This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-new.c(163) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-new.c(166) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-new.c(175) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-new.c(180) : warning C4996: 'strncpy' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\string.h(156) : see declaration of 'strncpy'
        Message: 'This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-new.c(223) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-new.c(237) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-new.c(259) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-new.c(283) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-new.c(299) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-new.c(303) : warning C4996: 'strncpy' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\string.h(156) : see declaration of 'strncpy'
        Message: 'This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-new.c(309) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-new.c(317) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-new.c(322) : warning C4996: 'strncpy' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\string.h(156) : see declaration of 'strncpy'
        Message: 'This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-new.c(424) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-new.c(471) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-new.c(484) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-new.c(503) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-new.c(508) : warning C4996: 'strncpy' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\string.h(156) : see declaration of 'strncpy'
        Message: 'This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-new.c(515) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-new.c(527) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-new.c(535) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-new.c(540) : warning C4996: 'strncpy' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\string.h(156) : see declaration of 'strncpy'
        Message: 'This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-new.c(575) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-new.c(660) : warning C4996: 'strncpy' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\string.h(156) : see declaration of 'strncpy'
        Message: 'This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-new.c(663) : warning C4996: 'strncat' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\string.h(143) : see declaration of 'strncat'
        Message: 'This function or variable may be unsafe. Consider using strncat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-new.c(668) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-new.c(675) : warning C4996: 'strncpy' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\string.h(156) : see declaration of 'strncpy'
        Message: 'This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-new.c(682) : warning C4996: 'strncat' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\string.h(143) : see declaration of 'strncat'
        Message: 'This function or variable may be unsafe. Consider using strncat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-new.c(683) : warning C4996: 'strncat' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\string.h(143) : see declaration of 'strncat'
        Message: 'This function or variable may be unsafe. Consider using strncat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-new.c(684) : warning C4996: 'strncat' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\string.h(143) : see declaration of 'strncat'
        Message: 'This function or variable may be unsafe. Consider using strncat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-new.c(687) : warning C4996: 'strncat' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\string.h(143) : see declaration of 'strncat'
        Message: 'This function or variable may be unsafe. Consider using strncat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-new.c(691) : warning C4996: 'strncat' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\string.h(143) : see declaration of 'strncat'
        Message: 'This function or variable may be unsafe. Consider using strncat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-new.c(692) : warning C4996: 'strncat' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\string.h(143) : see declaration of 'strncat'
        Message: 'This function or variable may be unsafe. Consider using strncat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-new.c(695) : warning C4996: 'strncat' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\string.h(143) : see declaration of 'strncat'
        Message: 'This function or variable may be unsafe. Consider using strncat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-new.c(699) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-new.c(704) : warning C4996: 'strncat' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\string.h(143) : see declaration of 'strncat'
        Message: 'This function or variable may be unsafe. Consider using strncat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-new.c(711) : warning C4996: 'strncpy' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\string.h(156) : see declaration of 'strncpy'
        Message: 'This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-new.c(714) : warning C4996: 'strncat' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\string.h(143) : see declaration of 'strncat'
        Message: 'This function or variable may be unsafe. Consider using strncat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-new.c(721) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-new.c(764) : warning C4996: 'sscanf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(311) : see declaration of 'sscanf'
        Message: 'This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-new.c(767) : warning C4996: 'sscanf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(311) : see declaration of 'sscanf'
        Message: 'This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-new.c(773) : warning C4996: 'sscanf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(311) : see declaration of 'sscanf'
        Message: 'This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-new.c(784) : warning C4996: 'sscanf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(311) : see declaration of 'sscanf'
        Message: 'This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-new.c(791) : warning C4996: 'strncpy' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\string.h(156) : see declaration of 'strncpy'
        Message: 'This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-new.c(805) : warning C4996: 'strcpy' was declared deprecated
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-new.c(807) : warning C4996: 'strcpy' was declared deprecated
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-new.c(818) : warning C4996: 'strcpy' was declared deprecated
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-new.c(823) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-new.c(839) : warning C4996: 'strncpy' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\string.h(156) : see declaration of 'strncpy'
        Message: 'This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-new.c(849) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-new.c(860) : warning C4996: 'strncpy' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\string.h(156) : see declaration of 'strncpy'
        Message: 'This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-new.c(870) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-new.c(886) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-new.c(940) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-new.c(951) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-new.c(962) : warning C4996: 'strcpy' was declared deprecated
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-new.c(1027) : warning C4244: '=' : conversion from 'SOCKET' to 'unsigned int', possible loss of data
1>..\libpcap\pcap-new.c(1095) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-new.c(1127) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-new.c(1181) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-new.c(1230) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\pcap-new.c(1234) : warning C4996: 'strcat' was declared deprecated
        Message: 'This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
optimize.c
1>..\libpcap\optimize.c(672) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
1>..\libpcap\optimize.c(937) : warning C4018: '>' : signed/unsigned mismatch
1>..\libpcap\optimize.c(941) : warning C4018: '>=' : signed/unsigned mismatch
1>..\libpcap\optimize.c(2100) : warning C4244: '=' : conversion from '__int64' to 'int', possible loss of data
1>..\libpcap\optimize.c(2111) : warning C4018: '<' : signed/unsigned mismatch
1>..\libpcap\optimize.c(2299) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\optimize.c(2313) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
nametoaddr.c
1>..\libpcap\nametoaddr.c(231) : warning C4996: 'sscanf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(311) : see declaration of 'sscanf'
        Message: 'This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\nametoaddr.c(391) : warning C4996: 'sscanf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(311) : see declaration of 'sscanf'
        Message: 'This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\nametoaddr.c(445) : warning C4996: 'fopen' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
inet.c
1>..\libpcap\inet.c(217) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\inet.c(228) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\inet.c(239) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\inet.c(450) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\inet.c(459) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\inet.c(470) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\inet.c(483) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\inet.c(498) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\inet.c(770) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\inet.c(778) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\inet.c(790) : warning C4996: 'sscanf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(311) : see declaration of 'sscanf'
        Message: 'This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\inet.c(806) : warning C4996: 'strcpy' was declared deprecated
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
grammar.c
getservent.c
1>..\libpcap\Win32\Src\getservent.c(62) : warning C4996: 'fopen' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\Win32\Src\getservent.c(84) : warning C4996: 'fopen' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
gencode.c
1>..\libpcap\gencode.c(130) : warning C4996: '_vsnprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_vsnprintf'
        Message: 'This function or variable may be unsafe. Consider using _vsnprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\gencode.c(289) : warning C4267: '=' : conversion from 'size_t' to 'u_int', possible loss of data
1>..\libpcap\gencode.c(317) : warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
1>..\libpcap\gencode.c(320) : warning C4996: 'strncpy' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\string.h(156) : see declaration of 'strncpy'
        Message: 'This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\gencode.c(409) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\gencode.c(432) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
1>..\libpcap\gencode.c(438) : warning C4996: 'strncpy' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\string.h(156) : see declaration of 'strncpy'
        Message: 'This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\gencode.c(460) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
ffs.c
fad-win32.c
1>..\libpcap\fad-win32.c(66) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\fad-win32.c(75) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\fad-win32.c(86) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\fad-win32.c(97) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\fad-win32.c(108) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\fad-win32.c(236) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\fad-win32.c(250) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\fad-win32.c(257) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
etherent.c
bpf_image.c
1>..\libpcap\bpf_image.c(280) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>..\libpcap\bpf_image.c(286) : warning C4996: '_snprintf' was declared deprecated
        c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
bpf_filter.c
1>..\libpcap\bpf\net\bpf_filter.c(283) : warning C4018: '>=' : signed/unsigned mismatch
1>..\libpcap\bpf\net\bpf_filter.c(342) : warning C4018: '>=' : signed/unsigned mismatch
1>..\libpcap\bpf\net\bpf_filter.c(359) : warning C4018: '>=' : signed/unsigned mismatch
1>..\libpcap\bpf\net\bpf_filter.c(501) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
1>..\libpcap\bpf\net\bpf_filter.c(544) : warning C4018: '<' : signed/unsigned mismatch
1>..\libpcap\bpf\net\bpf_filter.c(642) : warning C4018: '>=' : signed/unsigned mismatch
1>..\libpcap\bpf\net\bpf_filter.c(650) : warning C4018: '>=' : signed/unsigned mismatch
1>..\libpcap\bpf\net\bpf_filter.c(650) : warning C4018: '>=' : signed/unsigned mismatch
Compiling...
bpf_dump.c
Compiling resources...
Linking...
   Creating library c:\jenkins\asslave\workspace\winpcap_build\build\winpcap\wpcap\PRJ\\Release\x64\wpcap.lib and object c:\jenkins\asslave\workspace\winpcap_build\build\winpcap\wpcap\PRJ\\Release\x64\wpcap.exp
Generating code
1>c:\jenkins\asslave\workspace\winpcap_build\build\winpcap\wpcap\libpcap\optimize.c(406) : warning C4715: 'atomuse' : not all control paths return a value
1>c:\jenkins\asslave\workspace\winpcap_build\build\winpcap\wpcap\libpcap\gencode.c(4304) : warning C4715: 'gen_mpls_linktype' : not all control paths return a value
1>c:\jenkins\asslave\workspace\winpcap_build\build\winpcap\wpcap\libpcap\gencode.c(7665) : warning C4715: 'gen_ahostop' : not all control paths return a value
1>c:\jenkins\asslave\workspace\winpcap_build\build\winpcap\wpcap\libpcap\gencode.c(4181) : warning C4715: 'gen_ipfchostop' : not all control paths return a value
1>c:\jenkins\asslave\workspace\winpcap_build\build\winpcap\wpcap\libpcap\gencode.c(4145) : warning C4715: 'gen_wlanhostop' : not all control paths return a value
1>c:\jenkins\asslave\workspace\winpcap_build\build\winpcap\wpcap\libpcap\gencode.c(3791) : warning C4715: 'gen_thostop' : not all control paths return a value
1>c:\jenkins\asslave\workspace\winpcap_build\build\winpcap\wpcap\libpcap\gencode.c(3757) : warning C4715: 'gen_fhostop' : not all control paths return a value
1>c:\jenkins\asslave\workspace\winpcap_build\build\winpcap\wpcap\libpcap\gencode.c(3715) : warning C4715: 'gen_ehostop' : not all control paths return a value
1>c:\jenkins\asslave\workspace\winpcap_build\build\winpcap\wpcap\libpcap\gencode.c(5897) : warning C4715: 'gen_proto' : not all control paths return a value
1>c:\jenkins\asslave\workspace\winpcap_build\build\winpcap\wpcap\libpcap\gencode.c(4551) : warning C4715: 'gen_host6' : not all control paths return a value
1>c:\jenkins\asslave\workspace\winpcap_build\build\winpcap\wpcap\libpcap\gencode.c(4434) : warning C4715: 'gen_host' : not all control paths return a value
1>c:\jenkins\asslave\workspace\winpcap_build\build\winpcap\wpcap\libpcap\gencode.c(6366) : warning C4715: 'gen_ncode' : not all control paths return a value
1>c:\jenkins\asslave\workspace\winpcap_build\build\winpcap\wpcap\libpcap\gencode.c(6206) : warning C4715: 'gen_scode' : not all control paths return a value
Finished generating code
Embedding manifest...
Results
  
Build log was saved at "file://c:\jenkins\asslave\workspace\winpcap_build\build\winpcap\wpcap\PRJ\Release\x64\BuildLog.htm"
wpcap - 0 error(s), 303 warning(s)