tcptraceroute does not properly display the destination port it is querying on a little endian system due to a missing htons() call. Reproducible: Always Steps to Reproduce: 1.tcptraceroute <ip> 5376 2.tcptraceroute <ip> 21 3. Actual Results: in the first instance it incorrectly prints: Tracing the path to <ip> on TCP port 5376 (ftp), 30 hops max in the second it incorrectly prints: Tracing the path to <ip> on TCP port 21, 30 hops max Expected Results: outputed: Tracing the path to <ip> on TCP port 5376, 30 hops max Tracing the path to <ip> on TCP port 21 (ftp), 30 hops max
Created attachment 52985 [details, diff] proposed fix
I can see your patch is included in beta6, I'll rev-bump this package
Seems it is already in CVS since March, closing bug