Changeset 1058 for trunk/guitools/smbmon/smbmon.vrx
- Timestamp:
- Apr 24, 2019, 4:12:25 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/guitools/smbmon/smbmon.vrx
r1054 r1058 1095 1095 end 1096 1096 end 1097 smbdpidhandle.I = VRMethod( "CN_Daemons", "AddRecord", smbdhandle, , NLVGetMessage(130)' ' word(smbdpids,I)' ('d2x(word(smbdpids,I))'x)', "$48")1097 smbdpidhandle.I = VRMethod( "CN_Daemons", "AddRecord", smbdhandle, , NLVGetMessage(130)' 'right("0000"||word(smbdpids,I),5)' ('right("0000"||d2x(word(smbdpids,I)),4)'x)', "$48") 1098 1098 /* we ping all smbd.exe except the first one */ 1099 1099 if DetectZombies = 1 & I > 1 then do … … 1136 1136 nmbdpidhandle.0 = words(nmbdpids) 1137 1137 do I = 1 to words(nmbdpids) 1138 nmbdpidhandle.I = VRMethod( "CN_Daemons", "AddRecord", nmbdhandle, , NLVGetMessage(130)' ' word(nmbdpids,I)' ('d2x(word(nmbdpids,I))'x)', "$48")1138 nmbdpidhandle.I = VRMethod( "CN_Daemons", "AddRecord", nmbdhandle, , NLVGetMessage(130)' 'right("0000"||word(nmbdpids,I),5)' ('right("0000"||d2x(word(nmbdpids,I)),4)'x)', "$48") 1139 1139 end 1140 1140 end … … 1149 1149 winbpidhandle.0 = words(winbpids) 1150 1150 do I = 1 to words(winbpids) 1151 winbpidhandle.I = VRMethod( "CN_Daemons", "AddRecord", winbhandle, , NLVGetMessage(130)' ' word(winbpids,I)' ('d2x(word(winbpids,I))'x)', "$48")1151 winbpidhandle.I = VRMethod( "CN_Daemons", "AddRecord", winbhandle, , NLVGetMessage(130)' 'right("0000"||word(winbpids,I),5)' ('right("0000"||d2x(word(winbpids,I)),4)'x)', "$48") 1152 1152 end 1153 1153 end
Note:
See TracChangeset
for help on using the changeset viewer.