plz how can block program as IDA ,DAP …etc.
why do you want to block them?
if you want to limit the speed taken by a specific user, just make a simple queue, and that’s it. It will not matter what programs he uses, he will have a total limit of say 256K, and that’s all.
if you REALLY need to block them, make a firewall limit that doesn’t allow many connections from the same IP:
http://www.mikrotik.com/testdocs/ros/3.0/qos/filter.php
thanks alot Mr.Normis. I do as you say and good result.