Skip to content

Commit

Permalink
packetbeat - bump npcap to 1.79 (#37733)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkroh authored Jan 25, 2024
1 parent 6c8ca37 commit d6bed8d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ Setting environmental variable ELASTIC_NETINFO:false in Elastic Agent pod will d

*Packetbeat*

- Bump Windows Npcap version to v1.79. {pull}37733[37733]

*Packetbeat*

Expand Down
2 changes: 1 addition & 1 deletion x-pack/packetbeat/magefile.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import (
// the packetbeat executable. It is used to specify which npcap builder crossbuild
// image to use and the installer to obtain from the cloud store for testing.
const (
NpcapVersion = "1.78"
NpcapVersion = "1.79"
installer = "npcap-" + NpcapVersion + "-oem.exe"
)

Expand Down
2 changes: 1 addition & 1 deletion x-pack/packetbeat/npcap/installer/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--------------------------------------------------------------------------------
Dependency : Npcap (https://nmap.org/npcap/)
Version: 1.78
Version: 1.79
Licence type: Commercial
--------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion x-pack/packetbeat/tests/system/app_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import (
)

// Keep in sync with NpcapVersion in magefile.go.
const NpcapVersion = "1.78"
const NpcapVersion = "1.79"

func TestWindowsNpcapInstaller(t *testing.T) {
if runtime.GOOS != "windows" {
Expand Down

0 comments on commit d6bed8d

Please sign in to comment.