summaryrefslogtreecommitdiff
path: root/staging
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 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-06-15mausezahn: remove unused MZ_SIZE_LONG_INTTobias Klauser2-5/+0
2020-02-21mz: Zero memory allocated for new automops elementMichael R Torres1-1/+1
2020-02-20mz: Fix accidental assignment in conditional statementMichael R. Torres1-2/+2
2019-10-04mausezahn: Support -R to set packet priorityPetr Machata3-1/+27
2018-10-04mz: Add error handling for mismatched address familiesMandar Gokhale1-13/+70
2018-08-22mausezahn: improve random mac address generationMatteo Croce5-41/+29
2018-05-31mausezahn: Restore handling of raw hex string passed in on command lineNick Grauel1-1/+5
2018-05-15mausezahn: Fix IPv6 address comparisonPetr Machata1-2/+2
2018-04-19mausezahn: fix strtok() segfault if s or m are missingDaniel Roberson1-7/+21
2017-07-25mausezahn: fix segmentation faultJia Zhouyang1-0/+8
2017-07-04staging: compilation fix with new gccJaroslav Škarvada1-0/+1
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-11-18mausezahn: Typofix & grammar changeMandar Gokhale1-4/+4
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 Beadle5-34/+444
2016-01-21mausezahn: Fix reading of hex payload fileThomas Fleischmann1-2/+6
2015-04-21mausezahn: Make sure '\0' is written after strncpyTobias Klauser1-2/+3
2015-03-30mz: Make access to pcap init functions thread safeVadim Kochan1-5/+16
2015-03-17mz: Add igmp v1/v2 packet type crafting supportVadim Kochan4-32/+153
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
2015-01-11mz: allow for zero udp checksumMark Latimer1-2/+4
2014-09-03mausezahn: Fix non-ANSI function declarationsTobias Klauser21-29/+27
2014-08-05mausezahn: provide listen-addr option to configuration fileJon Schipp2-5/+7
2014-08-04mausezahn: provide port option to configuration fileJon Schipp2-7/+10
2014-07-28mausezahn: cli.h: increase buffer sizeJon Schipp1-1/+1
2014-07-28mausezahn: change configuration file name to mausezahn.confJon Schipp1-2/+2
2014-07-25mausezahn: Increase buffer size for listen address stringTobias Klauser1-1/+1
2014-07-25mausezahn: bind to IP address in interactive modeJon Schipp3-3/+9
2014-07-23mausezahn: re-work configuration fileJon Schipp2-3/+3
2014-06-02mausezahn: Don't use ternary operator to decide which function to callTobias Klauser1-1/+5
2013-08-05mausezahn: libcli: add sys/time.h for older libcli versionsDaniel Borkmann1-0/+1
2013-07-09all: show git id in --version informationDaniel Borkmann1-2/+4
2013-05-30misc: Fixed spelling mistakesKartik Mistry1-1/+1
2013-05-26mausezahn: show long version on cliDaniel Borkmann1-1/+1
2013-05-23make: include build nameDaniel Borkmann1-1/+1
2013-05-21mausezahn: do not show version in promptDaniel Borkmann2-3/+1
2013-05-13staging: add mausezahn staging directoryDaniel Borkmann62-0/+28650