Advertisement
Guest User

Untitled

a guest
Aug 28th, 2012
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. So i first ran it dry by setting portdiff!=0 to write all the indicies.
  2.  
  3. Then I checked the log to see which came up the most. The portdiffs common ones were 2,3
  4.  
  5. So then I removed the log. Changed the server so that portdiff!=3
  6. Which indicates that if its not = to 3, add this to the array since it might be the key.
  7.  
  8. Well when I run that, it still adds all the indicies into the array even though when I cross compare indexs from the array and the log.txt I can see that portdiff with value 3 are included. Where am I going wrong! GAH
  9.  
  10. And here is the if statement, this is the correct setup right?
  11.  
  12. if (portdiff!=3): #the number here depends on the chunk
  13. MyHandler.suspicious.append(MyHandler.index);
  14. MyHandler.index+=1;
  15. MyHandler.lastport=port
  16. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement