Versions Compared
Key
- This line was added.
- This line was removed.
- Formatting was changed.
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.
Install 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:
- Start an elevated command prompt and enter these commands:
Code Block | ||||
---|---|---|---|---|
| ||||
Net stop pga |
Code Block | ||||
---|---|---|---|---|
| ||||
Net stop pgnpf |
Ignore any errors caused by the Net stop pgnpf command.
Info |
---|
What's an elevated command prompt? It is a command prompt that's able to execute commands with administrative privileges. To get an elevated command prompt, click /Start, type cmd, right-click Command Prompt in the search results, and select Run as administrator. |
- Install WinPCap, or the product that installs WinPCap, for example Wireshark.
- When ready, enter this command in the elevated command prompt:
Code Block | ||||
---|---|---|---|---|
| ||||
Net start pga |
Remove WinPCap
If you need to remove WinPCap from a computer that also runs the PerformanceGuard agent, do the following:
- Start an elevated command prompt and enter this command:
Code Block | ||||
---|---|---|---|---|
| ||||
Net stop pga |
- Remove WinPCap, or the product that has installed WinPCap, for example Wireshark.
- When ready, enter this command in the elevated command prompt:
Code Block | ||||
---|---|---|---|---|
| ||||
Net start pga |
Panel | ||||||
---|---|---|---|---|---|---|
Search this documentation
On this page
In this section
|