summaryrefslogtreecommitdiff
path: root/staging/mausezahn.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-02all: change bug report instructions in copyright messageTobias Klauser1-1/+1
2020-08-19mausezahn: move variable definitions from mz.h to mausezahn.cTobias Klauser1-0/+46
2020-06-15mausezahn: remove unused MZ_SIZE_LONG_INTTobias Klauser1-3/+0
2020-02-20mz: Fix accidental assignment in conditional statementMichael R. Torres1-2/+2
2019-10-04mausezahn: Support -R to set packet priorityPetr Machata1-1/+17
2018-10-04mz: Add error handling for mismatched address familiesMandar Gokhale1-13/+70
2018-08-22mausezahn: improve random mac address generationMatteo Croce1-0/+1
2018-04-19mausezahn: fix strtok() segfault if s or m are missingDaniel Roberson1-7/+21
2017-07-25mausezahn: fix segmentation faultJia Zhouyang1-0/+8
2016-12-09Revert "mausezahn: Add error handling for mismatched address families"Tobias Klauser1-10/+1
2016-12-08mausezahn: Add error handling for mismatched address familiesMandar Gokhale1-1/+10
2016-11-23mausezahn: Use all-nodes link local address for IPv6Mandar Gokhale1-3/+1
2016-09-21mz: Check device argument by ifindex instead of name prefixVadim Kochan1-7/+3
2016-03-29mausezahn: Allow IPv6 ranges to be specified for source and dest addressesTommy Beadle1-30/+65
2015-03-17mz: Add igmp v1/v2 packet type crafting supportVadim Kochan1-3/+25
2015-03-02mz: Allow to print packet types by '-t help'Vadim Kochan1-68/+70
2015-02-20mz: Dont bind to dev if help was specifiedVadim Kochan1-6/+12
2014-09-03mausezahn: Fix non-ANSI function declarationsTobias Klauser1-1/+1
2014-08-05mausezahn: provide listen-addr option to configuration fileJon Schipp1-2/+0
2014-08-04mausezahn: provide port option to configuration fileJon Schipp1-4/+0
2014-07-25mausezahn: Increase buffer size for listen address stringTobias Klauser1-1/+1
2014-07-25mausezahn: bind to IP address in interactive modeJon Schipp1-2/+7
2013-07-09all: show git id in --version informationDaniel Borkmann1-2/+4
2013-05-23make: include build nameDaniel Borkmann1-1/+1
2013-05-13staging: add mausezahn staging directoryDaniel Borkmann1-0/+1013