Ipconfig.exe

From ReactOS Wiki
Revision as of 04:28, 3 April 2012 by BrentNewland (talk | contribs) (Changelog)
Jump to: navigation, search

http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/network/ipconfig/?view=log

http://doxygen.reactos.org/d3/dae/ipconfig_8c_source.html

http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/ipconfig.mspx?mfr=true

http://ss64.com/nt/ipconfig.html (see related tools)

http://en.wikipedia.org/wiki/Ipconfig

Changelog

ChangeLog-0.2.7

(Tim Jobling)

  • Relicensed to GNU Public License (GPL)
  • Changed C++ style commenting to C style
  • IPConfig now has the following functionality:
    • Displays NodeType with meaningful, human-readable names
    • Exclusively uses TCHAR strings
    • Displays physical address, DHCP enabled state, IP addresses and netmasks, default gateway, DHCP server and DHCP lease times
    • Parses command line options
    • Defaults to showing only the IP/SM/DG if no options are specified
    • Handles options /All and /?
    • Displays message about all unimplemented options

ChangeLog-0.3.1