Skip to content

Commit

Permalink
x-pack/packetbeat: bump npcap version to v1.71 (#33172)
Browse files Browse the repository at this point in the history
(cherry picked from commit cb74103)
  • Loading branch information
efd6 authored and mergify[bot] committed Sep 27, 2022
1 parent 1dee5d7 commit c15aa30
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ https://github.com/elastic/beats/compare/v8.2.0\...main[Check the HEAD diff]

- Add option to allow sniffer to change device when default route changes. {issue}31905[31905] {pull}32681[32681]
- Add option to allow sniffing multiple interface devices. {issue}31905[31905] {pull}32933[32933]
- Bump Windows Npcap version to v1.71. {issue}33164[33164] {pull}33172[33172]

*Functionbeat*

Expand Down
2 changes: 1 addition & 1 deletion x-pack/packetbeat/LICENSE-Npcap.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
NPCAP COPYRIGHT / END USER LICENSE AGREEMENT

Npcap is a Windows packet sniffing driver and library and is copyright
(c) 2013-2021 by Insecure.Com LLC ("The Nmap Project"). All rights
(c) 2013-2022 by Insecure.Com LLC ("The Nmap Project"). All rights
reserved.

Even though Npcap source code is publicly available for review, it is
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 @@ -37,7 +37,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.60"
NpcapVersion = "1.71"
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.60
Version: 1.71
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.60"
const NpcapVersion = "1.71"

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

0 comments on commit c15aa30

Please sign in to comment.