My Stuff

My Collection of Useful Stuff

« PreviousNext »

Installing the WLBS Network Monitor Parsers

23 February 2007

  1. Copy the Wlbs_hb.dll and Wlbs_rc.dll files to your Netmon\Parsers directory.
  2. Open the Mac.ini file in the Netmon\Parsers directory.
  3. In the [ETYPES] section, add the line “0xBF01 = WLBS_HB” and “0×886F = WLBS_HB”, so that the section looks similar to this:
    	[ETYPES]
    0x600   =   XNS
    0x800   =   IP
    0x806   =   ARP_RARP,1
    0x0bad  =   VINES_IP
    0x1984  =   TRAIL
    0x8035  =   ARP_RARP,2
    0x809B  =   LAP
    0x80D5  =   SNA
    0x80F3  =   AARP
    0x8137  =   IPX
    0x8138  =   IPX
    0x86DD  =   IP6
    0xBF01  =   WLBS_HB
    0x886F  =   WLBS_HB
    
  4. Open the Tcpip.ini file in the Netmon\Parsers directory.
  5. In the [UDP_HandoffSet] section, add the line “1717 = WLBS_RC” and “2504 = WLBS_RC”, so that the section looks similar to this:
    	[UDP_HandoffSet]
    53   = DNS
    67   = DHCP
    68   = DHCP
    111  = RPC
    161  = SNMP
    162  = SNMP
    137  = NBT, 1000
    138  = NBT, 1002
    139  = NBT, 1001
    520  = RIP
    1717 = WLBS_RC
    2049 = RPC
    2504 = WLBS_RC
    
  6. Open the Parser.ini file in the Netmon directory.
  7. In the [PARSERS] section, add the lines “WLBS_RC.DLL = 0: WLBS_RC” and “WLBS_RC.DLL = 0: WLBS_RC”, so that the section looks similar to this:
    	[PARSERS]
    
    LDAP.DLL    = 0: LDAP
    TDS.DLL     = 0: TDS
    ATMARP.DLL  = 0: ATMARP
    RSVP.DLL    = 0: RSVP
    UNI31.DLL   = 0: UNI31
    RTPPARSR.DLL= 0: RTP, RTCP
    TCPIP6.DLL  = 0: IP6, ICMP6
    CLSC.DLL    = 0: CLSC
    L2TP.dll	= 0: L2TP
    WLBS_HB.DLL = 0: WLBS_HB
    WLBS_RC.DLL = 0: WLBS_RC
    
  8. At the bottom of the Parser.ini file, add the following information exactly as listed below:
    	[WLBS_HB]
    Comment     = "WLBS Heartbeat"
    FollowSet   =
    HelpFile    =
    
    [WLBS_RC]
    Comment     = "WLBS Remote Control Protocol"
    FollowSet   =
    HelpFile    =
    
  9. Save the .ini files.

Posted in Windows | Trackback | del.icio.us | Top Of Page

Comments are closed.