Article ID: 142302 - Last Review: November 1, 2006 - Revision: 2.1

Information About the WINSDMP.EXE Utility

This article was previously published under Q142302
Expand all | Collapse all

SUMMARY

The WINSDMP.EXE utility that is provided in the Windows NT 3.51 Resource Kit dumps Windows Internet Name Service (WINS) database information to the screen; this information can also be piped to a file as follows:
WINSDMP 130.0.7.1 > WINSDATA.TXT

MORE INFORMATION

The following is an example of the information that WINSDMP provides:
130.10.10.10,"TEST ",0,17,3,0,0,502,0,820870950,1,130.0.25.14

The following table lists each item in the example above on the left side and the corresponding explanation for the example item on the right side:

   Example Item        Explanation for Example Item
  -----------------------------------------------------------------------

   130.10.10.10        The IP Address of the owner of the entry
   "TEST           "   The NetBIOS name of the entry
   0                   The 16th character of the NetBIOS name
   17                  The number of characters in the name (15 for
NetBIOS
                       name + 2 for ID)
   3                   Type of Record
   0                   State of Record
   0                   Version ID (High order)
   502                 Version ID (Low order)
   0                   Static Flag
   820870950           Time Stamp
   1                   Number of records in entry
   130.0.25.14         IP Addresses assigned to entry


The possible Record Type values are defined as:

   UNIQUE        = 0
   NORMAL GROUP  = 1
   SPECIAL GROUP = 2
   MULTIHOMED    = 3

The possible Record State values are defined as:

   ACTIVE    = 0
   RELEASED  = 1
   TOMBSTONE = 2
				

APPLIES TO
  • Microsoft Windows NT Workstation 3.5
  • Microsoft Windows NT Workstation 3.51
  • Microsoft Windows NT Workstation 4.0 Developer Edition
  • Microsoft Windows NT Server 3.5
  • Microsoft Windows NT Server 3.51
  • Microsoft Windows NT Server 4.0 Standard Edition
Keywords: 
KB142302
 

Article Translations