Skip to content

Agents and Wireshark / WinPCap

WinPCap is a packet capture library that’s often used when you capture live network data. Several packet analysis applications, such as Wireshark, use WinPCap.
If you use such applications together with the PerformanceGuard agent on 64-bit computers, read this information about how to install and remove WinPCap.

If you want to run PerformanceGuard agents alongside a product that uses WinPCap (for example Wireshark), and you install WinPCap after you’ve installed the PerformanceGuard agents, you must install WinPCap in the following way:

  1. Start an elevated command prompt and enter these commands:

    Terminal window
    Net stop pga
    Terminal window
    Net stop pgnpf

    Ignore any errors caused by the Net stop pgnpf command.

  1. Install WinPCap, or the product that installs WinPCap, for example Wireshark.

  2. When ready, enter this command in the elevated command prompt:

    Terminal window
    Net start pga

If you need to remove WinPCap from a computer that also runs the PerformanceGuard agent, do the following:

  1. Start an elevated command prompt and enter this command:

    Terminal window
    Net stop pga
  2. Remove WinPCap, or the product that has installed WinPCap, for example Wireshark.

  3. When ready, enter this command in the elevated command prompt:

    Terminal window
    Net start pga