/ip firewall mangle add protocol=tcp dst-port=80 action=mark-packet new-packet-mark=www
/ip firewall mangle add protocol=udp dst-port=53 action=mark-packet new-packet-mark=dns
/ip firewall mangle add protocol=tcp dst-port=8000 action=mark-packet new-packet-mark=qq
/ip firewall mangle add protocol=tcp dst-port=4000 action=mark-packet new-packet-mark=qq
/ip firewall mangle add protocol=udp dst-port=8000 action=mark-packet new-packet-mark=qq
/ip firewall mangle add protocol=udp dst-port=4000 action=mark-packet new-packet-mark=qq
/ip firewall mangle add protocol=tcp dst-port=80 action=mark-packet new-packet-mark=www
/ip firewall mangle add p2p=all-p2p action=mark-packet new-packet-mark=p2p
i want to define the rest packets mark to other
what should i do
thanks