mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-02-06 00:39:59 +00:00
SNMP MIB Viewer: Adapt to changes in SNMP framework that were required to compile UDP-MIB and TCP-MIB
This commit is contained in:
parent
156ad0dbf5
commit
44256740bd
@ -142,9 +142,9 @@ namespace LwipMibViewer
|
|||||||
this.listviewNodeDetails.Items.Clear();
|
this.listviewNodeDetails.Items.Clear();
|
||||||
|
|
||||||
MibTree mt = new MibTree(md.Modules[0] as MibModule);
|
MibTree mt = new MibTree(md.Modules[0] as MibModule);
|
||||||
if (mt.Root != null)
|
foreach (MibTreeNode mibTreeNode in mt.Root)
|
||||||
{
|
{
|
||||||
AddNode(mt.Root, this.treeMib.Nodes);
|
AddNode(mibTreeNode, this.treeMib.Nodes);
|
||||||
|
|
||||||
foreach (TreeNode node in this.treeMib.Nodes)
|
foreach (TreeNode node in this.treeMib.Nodes)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user