- Notifications
You must be signed in to change notification settings - Fork10
Commitdffe2ea
committed
Made WinDump use Npcap when Npcap and WinPcap coexist.
There are two steps:1) Add "wpcap.dll" to the "DelayLoadDLLs" of the project file.2) Call init_npcap_dll_path() before you use any wpcap.dll functions, the beginning of the main() function is a good place.1 parentbb60861 commitdffe2ea
2 files changed
+27
-0
lines changedLines changed: 23 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
443 | 443 |
| |
444 | 444 |
| |
445 | 445 |
| |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
446 | 466 |
| |
447 | 467 |
| |
448 | 468 |
| |
| |||
466 | 486 |
| |
467 | 487 |
| |
468 | 488 |
| |
| 489 | + | |
| 490 | + | |
| 491 | + | |
469 | 492 |
| |
470 | 493 |
| |
471 | 494 |
| |
|
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
135 | 135 |
| |
136 | 136 |
| |
137 | 137 |
| |
| 138 | + | |
138 | 139 |
| |
139 | 140 |
| |
140 | 141 |
| |
| |||
176 | 177 |
| |
177 | 178 |
| |
178 | 179 |
| |
| 180 | + | |
179 | 181 |
| |
180 | 182 |
| |
181 | 183 |
| |
| |||
221 | 223 |
| |
222 | 224 |
| |
223 | 225 |
| |
| 226 | + | |
224 | 227 |
| |
225 | 228 |
| |
226 | 229 |
| |
| |||
263 | 266 |
| |
264 | 267 |
| |
265 | 268 |
| |
| 269 | + | |
266 | 270 |
| |
267 | 271 |
| |
268 | 272 |
| |
|
0 commit comments
Comments
(0)