u_short port = 32768 + 666;
I don't know why they added 32768 with 666. Is there any meaning? where does 666 comes from?
The range of the destination port is from 33434 to 33534. Why they haven't directly specify as 33434 (32768 + 666 = 33434)
u_short port = 32768 + 666;
I don't know why they added 32768 with 666. Is there any meaning? where does 666 comes from?
The range of the destination port is from 33434 to 33534. Why they haven't directly specify as 33434 (32768 + 666 = 33434)
"Random Factoid: The value of 33434 as the starting port for Traceroute comes from adding the numbers 32768 (2^15, or half of the maximum value of the UDP port range) and 666 (the mark of Satan)."