summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-02-01mausezahn: use getopt_long instead of getoptHEADmasterZahari Doychev1-7/+6
2022-04-22trafgen: Check pointer in ipv6 device address lookup functionMatPerin1-0/+2
2022-02-18netsniff-ng: dump stats on stderr when fdo is stdoutClément Péron1-4/+9
2022-02-18Cmds: automatically create folderClément Péron1-1/+2
2021-12-09trafgen: Fix documentation for seqinc and seqdecSean Anderson1-2/+2
2021-09-02ci: install libsodium in build testsTobias Klauser1-1/+1
2021-09-02trafgen.8: fix typo in example packetBaruch Siach1-1/+1
2021-09-02Detect libpcap dependencies using pkg-configBaruch Siach2-2/+4
2021-04-06trafgen: allow to use a range of CPUs starting from any CPUIvan Koveshnikov2-28/+58
2021-04-06trafgen: allow to set packet rate in kpps and MppsIvan Koveshnikov2-2/+8
2021-03-29Remove mentions of Travis CI in docs and configTobias Klauser3-10/+1
2021-03-29Remove Travis CI integrationTobias Klauser1-37/+0
2021-03-29Add GitHub action for build testingTobias Klauser1-0/+53
2021-01-11netsniff-ng v0.6.8v0.6.8Tobias Klauser1-2/+2
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 Klauser8-8/+14
2020-08-19mausezahn: move variable definitions from mz.h to mausezahn.cTobias Klauser2-23/+74
2020-08-19mausezahn: move variable definitions from llist.h to llist.cTobias Klauser2-2/+4
2020-08-19mausezahn: move variable definitions from mops.h to mops.cTobias Klauser2-5/+8
2020-08-19mausezahn: move variable definitions cli.h to cli.cTobias Klauser2-10/+23
2020-08-19mausezahn: make needlessly global variables staticTobias Klauser4-28/+22
2020-08-14AUTHORS: updateTobias Klauser1-0/+1
2020-08-14cookie: add sys/types headerRosen Penev1-0/+1
2020-06-19trafgen: remove write-only variable pktTobias Klauser1-3/+1
2020-06-19astraceroute.8: use more sensitive terminologyTobias Klauser1-4/+4
2020-06-15mausezahn: remove unused MZ_SIZE_LONG_INTTobias Klauser2-5/+0
2020-05-04netsniff-ng v0.6.7v0.6.7Tobias Klauser1-2/+2
2020-05-04AUTHORS: updateTobias Klauser1-0/+1
2020-05-04proto_lldp: prevent accidental out of bounds memory accessNathaniel Ferguson1-1/+5
2020-05-04proto_lldp: fix pointer increment in LLDP_TLV_SYSTEM_CAP caseNathaniel Ferguson1-1/+1
2020-05-04proto_lldp: Check inet_ntop() return valuesNathaniel Ferguson1-3/+11
2020-05-04proto_ipv4: Make netsniff detect and properly handle some malformed packetsNathaniel Ferguson1-1/+1
2020-02-21mz: Zero memory allocated for new automops elementMichael R Torres1-1/+1
2020-02-21AUTHORS: updateTobias Klauser2-0/+2
2020-02-20mz: Fix accidental assignment in conditional statementMichael R. Torres1-2/+2
2020-02-01AUTHORS: updateTobias Klauser1-0/+1
2020-02-01ifpps: fix iface stat parsing if uppercaseBenoît Ganne1-1/+1
2019-10-04mausezahn: Support -R to set packet priorityPetr Machata4-1/+33
2019-10-04mausezahn.8: Document -rPetr Machata1-0/+3
2019-10-02astraceroute: reorder function declarationsuno200011-4/+4
2019-09-23AUTHORS: updateTobias Klauser1-0/+1
2019-09-23trafgen: reset errno before calling sscanf in str2macJoachim Nilsson1-0/+1
2019-05-09netsniff-ng v0.6.6v0.6.6Tobias Klauser1-2/+2
2019-05-03AUTHORS: regenerate and correct Jon's nameTobias Klauser2-2/+3
2019-04-10trafgen: fix -t 0 option to use sendtoQuentin Chateau1-5/+0
2019-03-06AUTHORS: updateTobias Klauser2-0/+3
2019-03-06Build system: Use GZIP_ENV instead of GZIPDaniel Roggow2-2/+2
2018-12-11AUTHORS: update authorsTobias Klauser1-0/+1
2018-12-11astraceroute: checksum calculation for ICMP and TCPuno200011-44/+106