Share via


Monitors

A monitor is a Microsoft® Win32® dynamic-link library (DLL) that examines real-time captures of network traffic. It searches for pre-defined conditions and then generates events when those conditions are detected. For example, an event may be fired when a network break-in is attempted, when a rogue workstation is handing out IP addresses, or when a router fails.

Note    If you need to perform detailed analyses on network data that requires a post-capture analysis, you must use expert and parser applications.

The Monitor Control Service (MCSVC) provides the frameworkfor managing your monitors. It provides functions to load the monitor DLLs, and a communications interface to the Monitor Control Tool so that you can create, configure, start, stop, and disable multiple instances of your monitors.

Monitors run in two threads of execution. The MCSVC provides the first thread, which provides direct control of the monitor. The second thread is provided by the network packet provider (NPP), which provides a way to pass the captured network data, statistics, and the status of the capture from the NPP back to the monitor.

More than one instance of the same monitor can exist for each run-time NPP interface used to capture data.