C# Класс Tx.Network.Snmp.SnmpCapture

Показать файл Открыть проект

Открытые методы

Метод Описание
ParseIP ( this capture ) : IEnumerable

Reads the SNMP packets send over UDP, over IPv4, over Ethernet from capture file, ignoring everything else. All SNMP v2c packets are returned. In case SNMP v1 traps are ignored (NYI)

Parses the ip.

ParseSnmp ( this capture ) : IEnumerable

Parses the SNMP.

ParseUdp ( this capture ) : IEnumerable

Parses the UDP.

Описание методов

ParseIP() публичный статический Метод

Reads the SNMP packets send over UDP, over IPv4, over Ethernet from capture file, ignoring everything else. All SNMP v2c packets are returned. In case SNMP v1 traps are ignored (NYI) Parses the ip.
public static ParseIP ( this capture ) : IEnumerable
capture this The capture.
Результат IEnumerable

ParseSnmp() публичный статический Метод

Parses the SNMP.
public static ParseSnmp ( this capture ) : IEnumerable
capture this The capture.
Результат IEnumerable

ParseUdp() публичный статический Метод

Parses the UDP.
public static ParseUdp ( this capture ) : IEnumerable
capture this The capture.
Результат IEnumerable