Skip to content

Commit

Permalink
Updated "WpdPack" string to "NpdPack".
Browse files Browse the repository at this point in the history
  • Loading branch information
hsluoyz committed Jun 2, 2016
1 parent 80db2d0 commit 0873911
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ sdv/
/installer/win7_winpcap/
/installer/win8_above/
/installer/win8_above_winpcap/
/WpdPack/
/NpdPack/
/dox/prj/
/packetWin7/Dll/Project/Debug*/
/packetWin7/Dll/Project/Release*/
Expand Down
4 changes: 2 additions & 2 deletions Examples-pcap/winpcap_stress/winpcap_stress.dsp

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build_wpdpack.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off

if "%2"== "" ( rd /s/q ./wpdpack 2>nul >nul) else ( rd /s /q "%2" 2>nul >nul)
if "%2"== "" ( rd /s/q ./npdpack 2>nul >nul) else ( rd /s /q "%2" 2>nul >nul)

call create_include.bat %1 %2

Expand Down
6 changes: 3 additions & 3 deletions build_wpdpack.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
In order to build the developers' pack, you need to compile the various DLLs and then call build_wpdpack.bat
In order to build the developers' pack, you need to compile the various DLLs and then call build_npdpack.bat
This batch file, in turn, calls the four batches
- create_includes.bat creates the include folder
- create_lib.bat creates the lib folder
Expand All @@ -10,7 +10,7 @@ The syntax for the various scripts is
<script.bat> winpcap_folder developer_folder

winpcap_folder The winpcap sources folder. It is defaulted to .\
developer_folder The developers' pack folder. It is defaulted to .\wpdpack.
developer_folder The developers' pack folder. It is defaulted to .\npdpack.

HINT: just call build_wpdpack.bat without any parameter!
HINT: just call build_npdpack.bat without any parameter!

2 changes: 1 addition & 1 deletion create_docs.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off

IF "%2"=="" (set WPDPACKDESTDIR=.\WpdPack\) ELSE (set WPDPACKDESTDIR=%2)
IF "%2"=="" (set WPDPACKDESTDIR=.\NpdPack\) ELSE (set WPDPACKDESTDIR=%2)

IF ""=="%1" (set WINPCAPSOURCEDIR=.\) ELSE (set WINPCAPSOURCEDIR=%1)

Expand Down
2 changes: 1 addition & 1 deletion create_examples.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off

IF "%2"=="" (set WPDPACKDESTDIR=.\WpdPack\) ELSE (set WPDPACKDESTDIR=%2)
IF "%2"=="" (set WPDPACKDESTDIR=.\NpdPack\) ELSE (set WPDPACKDESTDIR=%2)

IF ""=="%1" (set WINPCAPSOURCEDIR=.\) ELSE (set WINPCAPSOURCEDIR=%1)

Expand Down
2 changes: 1 addition & 1 deletion create_include.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off

IF "%2"=="" (set WPDPACKDESTDIR=.\WpdPack\) ELSE (set WPDPACKDESTDIR=%2)
IF "%2"=="" (set WPDPACKDESTDIR=.\NpdPack\) ELSE (set WPDPACKDESTDIR=%2)

IF ""=="%1" (set WINPCAPSOURCEDIR=.\) ELSE (set WINPCAPSOURCEDIR=%1)

Expand Down
2 changes: 1 addition & 1 deletion create_lib.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off

IF "%2"=="" (set WPDPACKDESTDIR=.\WpdPack\) ELSE (set WPDPACKDESTDIR=%2)
IF "%2"=="" (set WPDPACKDESTDIR=.\NpdPack\) ELSE (set WPDPACKDESTDIR=%2)

IF ""=="%1" (set WINPCAPSOURCEDIR=.\) ELSE (set WINPCAPSOURCEDIR=%1)

Expand Down
2 changes: 1 addition & 1 deletion create_web.bat
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ xcopy /v /y ".\packetNtx\Dll\Project\Release NT4 LOG_TO_FILE\x86\packet.dll" .\
rem
rem docs
rem
xcopy /s /e /v /y ".\wpdpack\docs\*.*" .\web\docs\docs_%1\ >nul
xcopy /s /e /v /y ".\npdpack\docs\*.*" .\web\docs\docs_%1\ >nul

:end

0 comments on commit 0873911

Please sign in to comment.