forked from nmap/npcap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
127 lines (73 loc) · 3.19 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
Npcap 0.80 [2017-01-09]
* Signed the uninstaller executable.
* Removed the legacy code supporting Windows XP and earlier.
* Added this CHANGELOG
* Fixed a few null pointer dereferences that may have led to Blue Screens under
some scenarios.
* Restored changes from 0.78 r2 through 0.78 r4 that were accidentally omitted
from 0.78 r5.
Npcap 0.78 r5 [2016-12-15]
* Microsoft Attestation-signed drivers for Windows 10, required in Win10 1607.
See nmap/nmap#492
* Removed Windows XP support from the executable installer. XP users can use
WinPcap instead, as that is all that we were installing on that platform.
Npcap 0.78 r4 [2016-12-10]
* Fixed the bug that "Npcap Loopback Adapter" can't be uninstalled.
Npcap 0.78 r3 [2016-12-10]
* The uninstaller allows users to terminate processes that are using Npcap.
Npcap 0.78 r2 [2016-12-03]
* The uninstaller lists the processes that are currently using Npcap,
preventing a clean uninstall.
Npcap 0.78 [2016-11-23]
* The uninstaller warns when it is unable to delete DLLs that are in use by
applications.
Npcap 0.11 [2016-11-21]
* Updated the WDK from 10.0.10586 to 10.0.14393.
Npcap 0.10 r18 [2016-11-08]
* Improved the error message of invalid adapter name in WlanHelper.
Npcap 0.10 r17 [2016-11-07]
* Built WlanHelper.exe in Unicode instead of Multi-Byte. This will fix the
wrong display of non-English characters.
Npcap 0.10 r16 [2016-11-07]
* Fixed the bug that some functions of WlanHelper.exe doesn't work.
Npcap 0.10 r15 [2016-11-05]
* Fixed the bug that using Npcap to capture at the first time causes limited
connectivity on Wi-Fi adapters.
Npcap 0.10 r14 [2016-11-03]
* Fixed the bug that Npcap mode and WinPcap compatible mode can't use the
loopback interface at the same time.
Npcap 0.10 r13 [2016-11-01]
* Added the /sign_mode option for installer to choose to install SHA1-signed or
SHA2-signed drivers.
Npcap 0.10 r12 [2016-10-25]
* Fixed the issue that Nping shows both protocol unreachable and successful
replies for "nping <Local IP>".
Npcap 0.10 r11 [2016-10-24]
* Fixed the issue that Nping shows both protocol unreachable and successful
replies for "nping 127.0.0.1".
Npcap 0.10 r10 [2016-10-23]
* The uninstaller will not show the finish page if run with "/Q".
Npcap 0.10 r9 [2016-10-17]
* Fixed the BSoD that happens when the OS sleeps after using Npcap Loopback
Adapter.
Npcap 0.10 r8 [2016-10-16]
* Improved the error messages of WlanHelper.exe.
Npcap 0.10 r7 [2016-10-08]
* Raw 802.11 capture is provided without re-installing the driver!
Npcap 0.10 r6 [2016-10-04]
* Fixed the BSoD that NPF_RemoveFromGroupOpenArray() referenced the freed group
head.
Npcap 0.10 r5 [2016-10-03]
* Fixed the "PAGE FAULT IN NONPAGED AREA" BSoD about the group adapter removal
reported by Pavel.
Npcap 0.10 r4 [2016-10-02]
* Fixed some BSoDs that causes the system to halt.
Npcap 0.10 r3 [2016-10-02]
* Now NPFInstall debug traces will be logged into
C:\Program Files\Npcap\NPFInstall.log
Npcap 0.10 r2 [2016-09-21]
* Fixed the BSoD that NPF_TapEx() accessed the CPU buffer of the OPEN_INSTANCE
that was released.
Npcap 0.10 [2016-09-20]
* Fixed the bug that PacketGetNetType() doesn't return the correct DLT_NULL
value on Nmap.