Wingetlywingetly
← All apps

Win10Pcap

by Daiyuu Nobori, University of Tsukuba, Japanv10.2.5002

Last updated

New WinPcap-based packet capture library for Windows 10,8 and 7. Compatible with NDIs 6.x driver model. Supports IEEE802.1Q VLAN tags.

Install with winget

$ winget install --id DaiyuuNobori.Win10Pcap --exact --version 10.2.5002

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for Win10Pcap

Win10Pcap uses MSI (WiX). The silent install switches are /quiet /norestart.

One-line silent install (x86)
msiexec.exe /i Win10Pcap-v10.2-5002.msi /quiet /norestart

See the full silent install reference for Win10Pcap

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

About

Win10Pcap is a new WinPcap-based Ethernet packet capture library.

Unlike original WinPcap, Win10Pcap is compatible with NDIS 6.x driver model to work stably with Windows 10. Win10Pcap also supports capturing IEEE802.1Q VLAN tags.

Win10Pcap has the binary-compatibility with the original WinPcap DLLs. You can run Wireshark or other WinPcap-compatible applications with Win10Pcap by simply installing Win10Pcap DLLs, instead of original WinPcap.

Win10Pcap is written as a personal project by Daiyuu Nobori, a Ph.D student of Computer Science of University of Tsukuba, Japan. The many parts of Win10Pcap was from WinPcap.

Installers · v10.2.5002

ArchitectureTypeScopeInstallDownload
x86MSI
WiX
-Direct

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

No known CVEs for Win10Pcap.

Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.

Related apps

  • Happ - Proxy UtilityHapp
    Happ.Happv4.2.1

    Desktop proxy client powered by Xray core.

  • spacedesk Windows DRIVERdatronicsoft Inc.
    Datronicsoft.SpacedeskDriver.Serverv2.2.32.0

    Spacedesk Driver Software for Windows PRIMARY PC (server) runs only with Windows 11 and Windows 10

  • Speedtest by OoklaOokla
    Ookla.Speedtest.Desktopv1.15.200.001

    The definitive way to test the speed and performance of your internet connection.

  • X
    Xray-coreXTLS
    XTLS.Xray-corev26.3.27

    Xray, Penetrates Everything.

  • KaringSupernova Nebula LLC
    KaringX.Karingv1.2.25+2802

    A singbox GUI based on flutter.

  • Koala ClashKoala Clash
    coolcoala.KoalaClashv1.4.1

    A modern GUI client based on Tauri, designed to run in Windows, macOS and Linux for tailored proxy experience

More from Daiyuu Nobori, University of Tsukuba, Japan or browse analyzer, capture, network.

Frequently asked questions

How do I install Win10Pcap on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id DaiyuuNobori.Win10Pcap --exact --version 10.2.5002. winget downloads the installer from Daiyuu Nobori, University of Tsukuba, Japan and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install Win10Pcap silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id DaiyuuNobori.Win10Pcap --exact 10.2.5002 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for Win10Pcap?
Win10Pcap uses MSI (WiX). Run the downloaded installer with: msiexec.exe /i Win10Pcap-v10.2-5002.msi /quiet /norestart. The silent switches are /quiet /norestart.
How do I uninstall Win10Pcap via winget?
Run: winget uninstall --id DaiyuuNobori.Win10Pcap --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from Win10Pcap's Apps & Features entry.
Is Win10Pcap free?
Win10Pcap is distributed under GPL-2.0. Refer to the publisher (https://www.win10pcap.org/download/) for the full license terms - Wingetly itself does not charge for installation.
Does Win10Pcap work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls Win10Pcap directly from the publisher.
How do I keep Win10Pcap up to date?
Run winget upgrade --id DaiyuuNobori.Win10Pcap --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of Win10Pcap from microsoft/winget-pkgs.