summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-03-29Remove Travis CI integrationgh-actionsTobias 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
2018-12-10oui.conf: update from upstreamTobias Klauser2-1503/+5976
2018-12-10AUTHORS: auto-generate from commit logTobias Klauser6-32/+85
2018-12-10AUTHORS: single list of contributorsTobias Klauser1-20/+10
2018-12-10contrib: move auxiliary scripts to own directoryTobias Klauser2-0/+0
2018-12-10Fix manpage warningsKartik Mistry1-4/+3
2018-12-04docs: remove again, moved to the netsniff-ng.github.ioTobias Klauser8-831/+0
2018-12-04docs: add netsniff-ng website source for GitHub pages renderingTobias Klauser8-0/+831
2018-12-02netsniff-ng: store default prefix in ctxTobias Klauser1-2/+5
2018-12-02zsh: netsniff-ng: add completion for --overwriteTobias Klauser1-0/+1
2018-12-02AUTHORS: add Whang ChoiTobias Klauser1-0/+1
2018-12-02netsniff-ng: implement rotating capture filesWhang Choi2-7/+34