VirtualBox

Ignore:
Timestamp:
Feb 25, 2016 9:07:32 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
105702
Message:

BugReportTool/Win(bugref:8169): IP config, route table

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxBugReport/VBoxBugReportWin.cpp

    r59797 r59812  
    573573    report->addItem(new BugReportNetworkAdaptersWin);
    574574    RTCStringFmt WinSysDir("%ls/System32", szWinDir);
     575    report->addItem(new BugReportCommand("IpConfig", PathJoin(WinSysDir.c_str(), "ipconfig.exe"), "/all", NULL));
     576    report->addItem(new BugReportCommand("RouteTable", PathJoin(WinSysDir.c_str(), "netstat.exe"), "-rn", NULL));
    575577    report->addItem(new BugReportCommand("SystemEvents", PathJoin(WinSysDir.c_str(), "wevtutil.exe"),
    576578                                         "qe", "System",
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette