Age | Commit message (Expand) | Author |
2014-04-21 | Revert 1.101 as it breaks source port selection. This needs more | Florian Obser |
2014-04-19 | Fix display of destination IP when host is an IP address. | Florian Obser |
2014-04-18 | Wrap long lines. | Florian Obser |
2014-04-18 | Move ident / perturb initialisation up, this is AF independent. | Florian Obser |
2014-04-18 | sync to traceroute6: use getnameinfo for destination ip | Florian Obser |
2014-04-18 | Declare socklen_t len in main, it's used in two places, no need | Florian Obser |
2014-04-18 | Use getaddrinfo to resolve destination. I kept the inet_aton so the | Florian Obser |
2014-04-18 | We do have SO_SNDBUF and IP_HDRINCL. | Florian Obser |
2014-04-18 | replace perror(3) with err(3)/warn(3) | Florian Obser |
2014-04-18 | move cast from packet to ip up to avoid casts in print() | Florian Obser |
2014-04-18 | move ICMP code parsing to function | Florian Obser |
2014-04-18 | If -s is not given do a dummy connect to get outgoing ip, | Florian Obser |
2014-04-18 | sync packet_ok signature to traceroute6 | Florian Obser |
2014-04-18 | Factor out build_probe{4,6} from send_probe; now send_probe is | Florian Obser |
2014-04-18 | We are not ARCHAIC; no object change. | Florian Obser |
2014-03-29 | use deltaT to calculate time intervalls; reduces diff to traceroute6 | Florian Obser |
2014-03-29 | use iovec in wait_for_reply; reduces diff to traceroute6 | Florian Obser |
2014-03-24 | Remove "-r" option from ping(8) and traceroute{,6}(8). You've probably | Martin Pieuchot |
2014-03-18 | Make print AF independet and use it in traceroute and traceroute6. | Florian Obser |
2014-03-18 | Sync inetname from traceroute6 and thereby make it AF independent. | Florian Obser |
2014-03-18 | AF independent print_asn | Florian Obser |
2014-03-18 | Wrap long line. | Florian Obser |
2014-03-10 | 12_malloc_memset_to_calloc.msg | Florian Obser |
2014-03-10 | 10_setvbuf.msg | Florian Obser |
2014-02-26 | Again the default is not 0. | Claudio Jeker |
2014-01-24 | Implement -D; from traceroute; reduces diff to traceroute. | Florian Obser |
2014-01-24 | Sort getopt cases, reduces diff to traceroute6 | Florian Obser |
2014-01-24 | It's an error to have more than 2 arguments; reduces diff to traceroute6 | Florian Obser |
2014-01-24 | Sync "port" type to traceroute6; reduces diff to traceroute6 | Florian Obser |
2014-01-24 | rename s to rcvsock | Florian Obser |
2013-11-12 | prototypes, some pleasing of gcc, and cleanup an unused variable | Theo de Raadt |
2013-04-15 | no longer LDSTATIC | Theo de Raadt |
2012-08-15 | use Lk for links; | Jason McIntyre |
2012-02-10 | bail on AS translation in impossible condition; ok sthen | Theo de Raadt |
2012-02-10 | Use MAXDNAME not MAXDNAME+1 and remove unnecessary return. | Stuart Henderson |
2012-01-12 | Mention the information source used for the ASN lookup. | Stuart Henderson |
2012-01-12 | Zap unused var in asn_lookup; from Michael W. Bombardieri | Stuart Henderson |
2011-11-08 | lookup (n.) -> look up (v.) (i.e. to look sth up); | Jason McIntyre |
2011-11-08 | Add -A option to display AS for each hop address, using origin.asn.cymru.com | Stuart Henderson |
2011-09-17 | tweak previous; | Jason McIntyre |
2011-09-17 | Standarize the ToS option across nc/ping/traceroute so that they'll | Christiano F. Haesbaert |
2011-06-21 | Convert SO_RTABLE's protocol level to the SOL_SOCKET; ok claudio | Mike Belopuhov |
2011-04-23 | Only print changed TOS in returned packets when -t is set (last commit was | Stuart Henderson |
2011-04-06 | When specifying tos with -t, display a message if the returned packet | Stuart Henderson |
2011-03-22 | use timerclear macro | Okan Demirmen |
2010-09-13 | Reduce the output of MPLS information without removing information. | Claudio Jeker |
2010-07-09 | inetname is only called when !nflag. There is no need to again check for | David Hill |
2010-07-08 | Let traceroute parse extended ICMP messages as defined by RFC 4884. | Claudio Jeker |
2010-07-05 | Change SO_RDOMAIN to SO_RTABLE in err() after the recent "rename". | Robert Nagy |
2010-07-03 | Fix the naming of interfaces and variables for rdomains and rtables | Philip Guenthe |