Re: [bug report] traceroute broken / looks kernel or platform related

Erik Nygren (nygren@mit.edu)
Sat, 14 Aug 1999 12:51:42 EDT


> Tested tonight. Traceroute still broken. It always sends fragmented
> packet at offset 64 when using the -F option.

This is a byte-ordering problem.
In the source (in the command line option processing for -F in main())
change IP_DF to htons(IP_DF).

Erik
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to majordomo@vger.rutgers.edu