C# Class Tx.Network.Snmp.SnmpCapture

Afficher le fichier Open project: Reactive-Extensions/Tx

Méthodes publiques

Méthode Description
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.

Method Details

ParseIP() public static méthode

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.
Résultat IEnumerable

ParseSnmp() public static méthode

Parses the SNMP.
public static ParseSnmp ( this capture ) : IEnumerable
capture this The capture.
Résultat IEnumerable

ParseUdp() public static méthode

Parses the UDP.
public static ParseUdp ( this capture ) : IEnumerable
capture this The capture.
Résultat IEnumerable