INET Framework for OMNeT++/OMNEST
contextmenu.tcl
Go to the documentation of this file.
00001 extendContextMenu {
00002    {"INET: Interfaces"             "**"  "**interfaceTable.interfaces"     "*vector*"}
00003    {"INET: IP Routing Table"       "**"  "**routingTable.routes"           "*vector*"}
00004    {"INET: IP Multicast Routes"    "**"  "**routingTable.multicastRoutes"  "*vector*"}
00005    {"INET: IPv6 Routing Table"     "**"  "**routingTable6.routeList"       "*vector*"}
00006    {"INET: IPv6 Destination Cache" "**"  "**routingTable6.destCache"       "*map*"   }
00007    {"INET: ARP cache"              "**"  "**arp.arpCache"                  "*map*"   }
00008    {"INET: TCP connections"        "**"  "**tcp.tcpAppConnMap"             "*map*"   }
00009    {"INET: TED database"           "**"  "**ted.ted"                       "*vector*"}
00010    {"INET: LIB table"              "**"  "**libTable.lib"                  "*vector*"}
00011 
00012    {"INET: Interfaces"             "**.interfaceTable"  "interfaces"      "*vector*"}
00013    {"INET: IP Routing Table"       "**.routingTable"    "routes"          "*vector*"}
00014    {"INET: IP Multicast Routes"    "**.routingTable"    "multicastRoutes" "*vector*"}
00015    {"INET: IPv6 Routing Table"     "**.routingTable6"   "routeList"       "*vector*"}
00016    {"INET: IPv6 Destination Cache" "**.routingTable6"   "destCache"       "*map*"   }
00017    {"INET: ARP cache"              "**.arp"             "arpCache"        "*map*"   }
00018    {"INET: TCP connections"        "**.tcp"             "tcpAppConnMap"   "*map*"   }
00019    {"INET: TED database"           "**.ted"             "ted"             "*vector*"}
00020    {"INET: LIB table"              "**.libTable"        "lib"             "*vector*"}
00021 }
00022