> 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 [EMAIL PROTECTED]

Reply via email to