8000 Document that Npcap must be installed in WinPCap compatible mode by dedemorton · Pull Request #5849 · elastic/beats · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Document that Npcap must be installed in WinPCap compatible mode #5849

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 15, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions packetbeat/docs/faq.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,12 @@ Packetbeat is unable to capture traffic from the loopback device (127.0.0.1 traf
because the Windows TCP/IP stack does not implement a network loopback interface,
making it difficult for Windows packet capture drivers like WinPcap to sniff traffic.

As a workaround, you can try installing https://github.com/nmap/npcap/releases[Npcap],
an update of WinPcap. Make sure that you restart Windows after installing Npcap.
Npcap creates an Npcap Loopback Adapter that you can select if you want to capture
loopback traffic.
As a workaround, you can try installing
https://github.com/nmap/npcap/releases[Npcap], an update of WinPcap. Make sure
you install Npcap in WinPcap API-compatible mode (`/winpcap_mode=yes`), or
{beatname_uc} will be unable to find the required DLLs. After installing Npcap,
restart Windows. Npcap creates an Npcap Loopback Adapter that you can select if
you want to capture loopback traffic.

For the list of devices shown here, you would configure Packetbeat
to use device `4`:
Expand Down
0