C# 클래스 Tx.Network.Snmp.SnmpCapture

파일 보기 프로젝트 열기: Reactive-Extensions/Tx

공개 메소드들

메소드 설명
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