summaryrefslogtreecommitdiff
path: root/astraceroute.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-19astraceroute: make some panic() messages more verboseuno200011-5/+5
2020-10-19astraceroute: change type of variables from int to bool in struct ctxuno200011-23/+23
2020-10-02all: change bug report instructions in copyright messageTobias Klauser1-1/+2
2019-10-02astraceroute: reorder function declarationsuno200011-4/+4
2018-12-11astraceroute: checksum calculation for ICMP and TCPuno200011-44/+106
2017-10-20astraceroute: use switch instead of lookup table for short proto idcoverity_scanTobias Klauser1-6/+14
2017-05-10all: use <net/*> headers instead of <linux/*> where possibleTobias Klauser1-1/+1
2017-02-06geoip: Fix memory leak when using GeoIPRecordVadim Kochan1-2/+8
2016-12-08all: Remove unused longindex parameter to getopt_long()Tobias Klauser1-2/+2
2016-04-17build: Define _DEFAULT_SOURCE to fix compilation warnings with glibc>=2.20arch3y1-0/+1
2015-12-14astraceroute: Use proper type for ctx.sd_lenTobias Klauser1-1/+2
2015-10-28all: Change reporting bugs emailVadim Kochan1-1/+1
2014-12-12all: Reduce amount of empty liens in usage and version output a bitTobias Klauser1-5/+5
2014-09-05astraceroute: Don't duplicate copyright/bug report/license stringTobias Klauser1-14/+11
2014-07-23build: astraceroute: Only build ioops with GeoIP support enabledTobias Klauser1-1/+0
2014-06-25xmalloc: Add and use xcallocTobias Klauser1-1/+1
2014-05-27geoip: Pass struct sockaddr_in{,6} as pointer instead of by valueTobias Klauser1-8/+8
2014-05-09ring: Merge common ring_{rx,tx} initialization into own functionTobias Klauser1-2/+2
2014-03-16Typo: longitudeKartik Mistry1-1/+1
2014-02-22astraceroute: Exit gracefully for all possible termination signalsTobias Klauser1-0/+4
2013-08-21astraceroute: Support binding to a specific IP address.Oliver Smith1-4/+28
2013-08-08astraceroute: Fix compiler warnings with "-W -Wall -Wextra"Tobias Klauser1-13/+17
2013-08-08astraceroute: Use size_t for struct members storing packet lengthsTobias Klauser1-5/+6
2013-07-09all: show git id in --version informationDaniel Borkmann1-2/+4
2013-06-04xutils: eliminate xutils, move rest to epoll2Daniel Borkmann1-1/+0
2013-06-04sig: add signal handling functionsDaniel Borkmann1-0/+1
2013-06-04sock: add socket management functionsDaniel Borkmann1-0/+1
2013-06-04xutils: move device management functions out of xutilsDaniel Borkmann1-0/+1
2013-06-04xio: rename xio to ioops and reduce its includesDaniel Borkmann1-1/+1
2013-06-04xio: add ioexact operationsDaniel Borkmann1-1/+1
2013-05-23make: include build nameDaniel Borkmann1-1/+1
2013-05-17astraceroute: Add __noreturn attribute to exiting functionsTobias Klauser1-2/+2
2013-05-16astraceroute: Mention exit after printing information in built-in helpTobias Klauser1-2/+2
2013-03-16misc: remove dead/unreachable code from switch statementsDaniel Borkmann1-2/+0
2013-03-16astraceroute: fix getnameinfo argumentsDaniel Borkmann1-4/+4
2013-03-15all: import netsniff-ng 0.5.8-rc0 sourceDaniel Borkmann1-0/+1077