yarrp
yarrp copied to clipboard
High-speed Internet Topology Prober
Otherwise yarrp is complaining with the following error message: ``` ./yarrp: option '--v6eh' doesn't allow an argument ``` This error does not occur when simply using `-X` instead of `--v6eh`.
Hello, I notice a bug in icmp.cpp when the encoded timestamp is extracted from udp header. ``` diff --git a/icmp.cpp b/icmp.cpp index cb36644..a7823f6 100644 --- a/icmp.cpp +++ b/icmp.cpp @@ -59,7...
Fixes the following error during compilation: ``` patricia.cpp: In member function ‘int Patricia::parsePrefix(int, char*, std::string*)’: patricia.cpp:1028:21: error: ‘remove_if’ is not a member of ‘std’; did you mean ‘remove_cv’? 1028 |...
Hello. I noticed that traces produced by `yarrp` do not include destination IP even when using ICMP probes and destination responses to ping. For example: ```sh $ sudo yarrp -t...
I tested this with a Wireguard interface on Linux. ```bash $ yarrp -v -o test.yrp -I wg-as206226 -t ICMP6 >> yarrp v0.7 >> Probing begins. >> Waiting 60s for outstanding...
Hello yarrp maintainers, We have identified a potential issue in yarrp's `listener.cpp` and `listener6.cpp` regarding how response packets are handled. Specifically, the buffer (`buf`) is not cleared after processing a...