Skip to content

Commit

Permalink
Bump version and changelog for 1.75 bugfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
dmiller-nmap committed Apr 27, 2023
1 parent 4f7487c commit cdba2bc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Npcap 1.75 [2023-04-27]

* Fix a critical regression in Npcap 1.74 which caused all captured packets to
have the same timestamp. Fixes [#668](http://issues.npcap.org/668).

## Npcap 1.74 [2023-04-19]

* Updated libpcap to 1.10.4.
Expand Down
6 changes: 3 additions & 3 deletions version.h
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,11 @@
!define /**/ WINPCAP_MINOR 1
/* WINPCAP_REV should be less than 256 to fit in UCHAR */
#define /*
!define /**/ WINPCAP_REV 74
!define /**/ WINPCAP_REV 75
#define /*
!define /**/ WINPCAP_BUILD 418
!define /**/ WINPCAP_BUILD 426
#define /*
!define /**/ WINPCAP_VER_STRING "1.74"
!define /**/ WINPCAP_VER_STRING "1.75"
#define /*
!define /**/ NPCAP_SDK_VERSION "1.14"

Expand Down

0 comments on commit cdba2bc

Please sign in to comment.