Skip to content

Latest commit

 

History

History
68 lines (45 loc) · 4.77 KB

irtc.md

File metadata and controls

68 lines (45 loc) · 4.77 KB
description ms.assetid title ms.topic ms.date topic_type api_name api_type api_location
The IRTC interface provides the methods used to connect the NPP to the network, capture network traffic, retrieve statistics, and disconnect the NPP from the network.
9252a9ba-2c3e-40b9-b8de-84ef5d4831a7
IRTC interface (Netmon.h)
reference
05/31/2018
APIRef
kbSyntax
IRTC
COM
Ndisnpp.dll
Rmtnpp.dll

IRTC interface

The IRTC interface provides the methods used to connect the NPP to the network, capture network traffic, retrieve statistics, and disconnect the NPP from the network. IRTC gets an interface to local-only entry points, which are necessary to engage in real-time capture. This interface includes a method that hands off a callback to the NPP.

Members

The IRTC interface inherits from the IUnknown interface. IRTC also has these types of members:

Methods

The IRTC interface has these methods.

Method Description
Configure Sets the trigger, pattern match, and buffer size of the capture.
Connect Connects the NPP to the network.
Disconnect Disconnects the NPP from the network.
GetControlState Retrieves the state of the capture, which indicates if the capture is running or paused.
GetConversationStatistics Retrieves session and station information for the current capture.
GetTotalStatistics Extracts time, buffer, driver, and other network statistics from the currently running capture.
Pause Temporarily stops the current capture.
QueryStations Retrieves a list of all computers on a subnet that are using Network Monitor to capture network data.
QueryStatus Retrieves the status of the NPP.
Resume Restarts a paused capture.
Start Starts a capture.
Stop Stops the current capture.

Requirements

Requirement Value
Minimum supported client
Windows 2000 Professional [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]
Header
Netmon.h
DLL
Ndisnpp.dll;
Rmtnpp.dll