summaryrefslogtreecommitdiff
path: root/usr.sbin/traceroute6
AgeCommit message (Expand)Author
2014-04-18Declare socklen_t len in main, it's used in two places, no needFlorian Obser
2014-04-18Replace fprintf(stderr, ..); exit() with errx() and fprintf(stderr, ...)Florian Obser
2014-04-18Drop rh0 support (-g), it doesn't work anyway.Florian Obser
2014-04-18We do have SO_SNDBUF.Florian Obser
2014-04-18replace perror(3) with err(3)/warn(3)Florian Obser
2014-04-18Structure wait_for_reply() loop like traceroute, thereby moving theFlorian Obser
2014-04-18move ICMP6 code parsing to functionFlorian Obser
2014-04-18sync to traceroute:Florian Obser
2014-04-18Sync to tracroute: don't print source IP if -s is not givenFlorian Obser
2014-04-18Sync to tracroute: handle "time exceeded in transit" before theFlorian Obser
2014-04-18sync to traceroute: s/opacket/packetdata/Florian Obser
2014-04-18Embed struct tv32 into struct opacket like traceroute.Florian Obser
2014-04-18Factor out build_probe{4,6} from send_probe; now send_probe isFlorian Obser
2014-03-27zap dead code; OK lteo@Florian Obser
2014-03-24Remove "-r" option from ping(8) and traceroute{,6}(8). You've probablyMartin Pieuchot
2014-03-18Make print AF independet and use it in traceroute and traceroute6.Florian Obser
2014-03-18Sync inetname from traceroute6 and thereby make it AF independent.Florian Obser
2014-03-18AF independent print_asnFlorian Obser
2014-03-18Stop if the sum of unreachables and timeouts are >= number of probes, butFlorian Obser
2014-03-18Remove #if 0; after nearly 14 years it's probably the right thing toFlorian Obser
2014-03-18Free -l flag, by default print hostnames and numeric addresses, likeFlorian Obser
2014-03-1013_datalen.msgFlorian Obser
2014-03-1011_w_flag.msgFlorian Obser
2014-03-1010_setvbuf.msgFlorian Obser
2014-02-26Again the default is not 0.Claudio Jeker
2014-01-24Implement -S; from traceroute; reduces diff to traceroute.Florian Obser
2014-01-24Implement -D; from traceroute; reduces diff to traceroute.Florian Obser
2014-01-24Implement -c flag; from traceroute; reduces diff to tracerouteFlorian Obser
2014-01-24Sync "port" handling to traceroute; reduces diff to tracerouteFlorian Obser
2014-01-24Sync "nprobes" handling to traceroute; reduces diff to tracerouteFlorian Obser
2014-01-24Sync max_hops and first_hop to same type as the corospondingFlorian Obser
2013-11-12prototypes, some pleasing of gcc, and cleanup an unused variableTheo de Raadt
2013-10-26Only use setsockopt(..SO_RTABLE..) if an alternative rtable is specifiedStuart Henderson
2013-10-21More rdomain / rtable support for useful diagnostic toolsPeter Hessler
2013-04-15no longer LDSTATICTheo de Raadt
2012-08-15use Lk for links;Jason McIntyre
2012-04-06unlike the previous century, the malloc argument now has an accurate typeTheo de Raadt
2012-02-15add -A to usage();Jason McIntyre
2012-02-10Add ASN printing support to traceroute6, mostly the same as code inStuart Henderson
2010-09-03add an EXIT STATUS section for /usr/sbin;Jason McIntyre
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2008-03-24msg_controllen has to be CMSG_SPACE so that the kernel can account forTheo de Raadt
2008-03-15space allocated is sum of CMSG_SPACE()'s. length given to the kernelTheo de Raadt
2007-05-31convert to new .Dd format;Jason McIntyre
2006-12-19eliminate #ifdef OLDRAWSOCKETJun-ichiro itojun Hagino
2006-12-15reduce RFC2292/3542 #ifdefs.Jun-ichiro itojun Hagino
2006-11-16make RFC2292 -> 3542 transition to automagically happen.Jun-ichiro itojun Hagino
2006-08-10sync usage();Jason McIntyre
2006-08-10- better .NdJason McIntyre
2005-12-23- no need to use .Bk/.Ek after every optionJason McIntyre