Wins.dll Main Topic

Installing Wins.dll


To install WINS Replication Network Monitor Parser, you must modify the local Parser.ini and Tcpip.ini to support the Wins.dll. Follow these steps:

  1. Open Tcpip.ini in the \Parsers subdirectory.
  2. Add "42 = WINS" to the [TCP_HandoffSet] section of the file, as in the following example:
    [TCP_HandoffSet]
    20   = FTP
    21   = FTP
    23   = TELNET
    25   = SMTP
    42   = WINS
    53   = DNS
    
  3. Save and close Tcpip.ini.
  4. Open Parser.ini in the \Netmon subdirectory.
  5. Add "WINS.DLL = 0: WINS" to the [PARSERS] section of the file, as in the following example:
    [PARSERS]
    FRAME.DLL   = 0: FRAME
    MAC.DLL     = 0: ETHERNET, TOKENRING, FDDI, TMAC, SMT
    LLC.DLL     = 0: LLC, RPL, SNAP, BPDU
    NETBIOS.DLL = 0: NETBIOS
    SMB.DLL     = 0: SMB
    .....	
    WINS.DLL    = 0: WINS
    
  6. Add the following section to the end of Parser.ini.
    [WINS]
    Comment     = "WINS Server Replication"
    FollowSet   =
    HelpFile    = 
    
  7. Save and close Parser.ini.