mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 23:33:24 +08:00
[IFMON] combine the 'pushd' and context change commands in the dump output
This commit is contained in:
@@ -74,8 +74,7 @@ InterfaceDumpFn(
|
||||
PrintMessageFromModule(hDllInstance, IDS_DUMP_HEADERLINE);
|
||||
PrintMessage(L"# Interface Configuration\n");
|
||||
PrintMessageFromModule(hDllInstance, IDS_DUMP_HEADERLINE);
|
||||
PrintMessage(L"pushd\n");
|
||||
PrintMessage(L"interface\n");
|
||||
PrintMessage(L"pushd interface\n");
|
||||
PrintMessageFromModule(hDllInstance, IDS_DUMP_NEWLINE);
|
||||
|
||||
PrintMessageFromModule(hDllInstance, IDS_DUMP_NEWLINE);
|
||||
|
||||
@@ -350,8 +350,7 @@ IpDumpFn(
|
||||
PrintMessageFromModule(hDllInstance, IDS_DUMP_HEADERLINE);
|
||||
PrintMessage(L"# Interface IP Configuration\n");
|
||||
PrintMessageFromModule(hDllInstance, IDS_DUMP_HEADERLINE);
|
||||
PrintMessage(L"pushd\n");
|
||||
PrintMessage(L"interface ip\n");
|
||||
PrintMessage(L"pushd interface ip\n");
|
||||
PrintMessageFromModule(hDllInstance, IDS_DUMP_NEWLINE);
|
||||
|
||||
/* set required buffer size */
|
||||
|
||||
Reference in New Issue
Block a user