C# Class Tx.Network.Snmp.SnmpCapture

Mostra file Open project: Reactive-Extensions/Tx

Public Methods

Method 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 method

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.
return IEnumerable

ParseSnmp() public static method

Parses the SNMP.
public static ParseSnmp ( this capture ) : IEnumerable
capture this The capture.
return IEnumerable

ParseUdp() public static method

Parses the UDP.
public static ParseUdp ( this capture ) : IEnumerable
capture this The capture.
return IEnumerable