master
Harald Wolff 2019-04-17 18:01:01 +02:00
parent 189eaa561b
commit cb15318eb3
2 changed files with 2648 additions and 3 deletions

View File

@ -78,7 +78,7 @@ namespace ln.snmp
{
try
{
IPEndPoint remoteEndpoint = null;
IPEndPoint remoteEndpoint = new IPEndPoint(IPAddress.Any, 0);
byte[] datagram = LocalEndpoint.Receive(ref remoteEndpoint);
Logging.Log(LogLevel.DEBUGDETAIL,"SNMPClient: Received: {0}", BitConverter.ToString(datagram));
@ -97,9 +97,8 @@ namespace ln.snmp
}
}
catch (SocketException se)
catch (SocketException)
{
//Logging.Log(se);
}
catch (Exception e)
{

File diff suppressed because it is too large Load Diff