darklord .
DailyDoze# Traceroute with TCP in Linux
Basically Traceroute uses echo requests (ICMP). To use TCP instead of ICMP use the following command:
root@darklord# traceroute -T www.itpings.com <--
To use UDP use the command with -U option.
Thanks