-
Notifications
You must be signed in to change notification settings - Fork 254
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
--print-ttl --print-tos doesn't work with -l and -c options #367
Labels
Comments
There is another output format that does not print TOS or TTL values: |
auerswal
added a commit
to auerswal/fping
that referenced
this issue
Dec 9, 2024
This addresses GitHub issue schweikert#367, except regarding -QN.
auerswal
added a commit
to auerswal/fping
that referenced
this issue
Dec 10, 2024
This addresses GitHub issue schweikert#367.
The output of |
schweikert
pushed a commit
that referenced
this issue
Dec 14, 2024
This addresses GitHub issue #367.
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Hello everyone,
The --print-ttl --print-tos options do not work when the -c or -l parameters are used.
This is a working example:
fping 10.81.104.126 --print-ttl --print-tos
10.81.104.126 is alive (TOS 72) (TTL 59)
This is a non-working example:
fping 10.81.104.126 --print-ttl --print-tos -c 1
10.81.104.126 : [0], 64 bytes, 20.3 ms (20.3 avg, 0% loss)
Cheers,
Marco
The text was updated successfully, but these errors were encountered: