German-Service-Network

Results 38 comments of German-Service-Network

My quick solution goes in a similar direction. I use the ASCII number 0 and then look at which long-option is set exactly. I don't know yet whether this is...

Here is my first working solution. I'm not happy with this solution, but it works https://github.com/schweikert/fping/compare/develop...gsnw:fping:issue/310

In my opinion, this is quite a good idea, instead of a free format input, which requires a complicated input check. I have already made preparations for the proposal in...

When some one need a update or other formats, please create a new issue or pull request

The example patch is a bit older, therefore no longer functional. I found something in the function "decode_icmp_ipv4" while searching for tos. Unfortunately the value with `./fping -A -n -O...

That's right, I can also reproduce it. However, the `struct ip *ip;` from the earlier `wait_for_reply()` function is missing. The whole thing has partially migrated to the `decode_icmp_ipv4()` function, where...

I have create a test and the TOS value is only present, when fping execute as root. **Test Patch** ``` diff --git a/src/fping.c b/src/fping.c index f7fe6a9..7e2633f 100644 --- a/src/fping.c +++...