Skip to content

Commit

Permalink
Added pcap-int.h to Npcap SDK.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsluoyz committed Jun 15, 2016
1 parent 973d34d commit edc818b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create_include.bat
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ mkdir %WPDPACKDESTDIR%\Include\pcap 2>nul >nul
xcopy /v /Y %WINPCAPSOURCEDIR%\wpcap\libpcap\pcap\*.h %WPDPACKDESTDIR%\Include\pcap\ >nul

xcopy /v /Y %WINPCAPSOURCEDIR%\wpcap\libpcap\pcap.h %WPDPACKDESTDIR%\Include\ >nul
rem xcopy /v /Y %WINPCAPSOURCEDIR%\wpcap\libpcap\pcap-int.h %WPDPACKDESTDIR%\Include\ >nul
xcopy /v /Y %WINPCAPSOURCEDIR%\wpcap\libpcap\pcap-int.h %WPDPACKDESTDIR%\Include\ >nul
xcopy /v /Y %WINPCAPSOURCEDIR%\wpcap\libpcap\pcap-bpf.h %WPDPACKDESTDIR%\Include\ >nul
xcopy /v /Y %WINPCAPSOURCEDIR%\wpcap\libpcap\pcap-namedb.h %WPDPACKDESTDIR%\Include\ >nul
xcopy /v /Y %WINPCAPSOURCEDIR%\wpcap\libpcap\remote-ext.h %WPDPACKDESTDIR%\Include\ >nul
Expand Down

0 comments on commit edc818b

Please sign in to comment.