summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-05-29make: add DISTRO=1 for compilation on distributionsDaniel Borkmann1-6/+9
2013-05-29make: allow to append CFLAGS in addition to overwriteDaniel Borkmann1-19/+14
2013-05-29ifpps: fix segfault in terminal modeDaniel Borkmann1-0/+7
2013-05-29ifpps: Properly zero out allocated statsTobias Klauser1-1/+1
2013-05-29ifpps: support mq devices in /proc/interruptsDaniel Borkmann1-2/+7
2013-05-29ifpps: also show total number of cpusDaniel Borkmann1-2/+2
2013-05-29ifpps: remove unused function snr_to_strDaniel Borkmann1-16/+0
2013-05-27ifpps: Use strtoul() to convert unsigned valueTobias Klauser1-1/+1
2013-05-27ifpps: minor: minor output formatting adaptionDaniel Borkmann1-2/+2
2013-05-27man: ifpps: document ifpps behaviour when CPU > 10Daniel Borkmann1-0/+5
2013-05-27ifpps: fix bug_on trigger when parsing irq numberDaniel Borkmann1-10/+18
2013-05-27ifpps: beautify output with > 10 cpusDaniel Borkmann1-15/+26
2013-05-27ifpps: Add myself to the copyright holders in --version/--helpTobias Klauser1-0/+2
2013-05-27ifpps: Don't assume a maximum of 32 CPUsTobias Klauser2-34/+158
2013-05-27docs: readme: just shortly also mention JIT disassemblerDaniel Borkmann1-1/+1
2013-05-27bpf: add minimal BPF JIT emitted image disassemblerDaniel Borkmann1-0/+207
2013-05-27man: mausezahn: initial formatting and fixupsDaniel Borkmann1-295/+304
2013-05-27man: minor: trafgen: add .PPs and modify BUGS sectionDaniel Borkmann1-81/+82
2013-05-27man: minor: flowtop: add .PPsDaniel Borkmann1-34/+34
2013-05-27man: minor: astraceroute: add .PPsDaniel Borkmann1-49/+49
2013-05-26man: netsniff-ng: Reword a few sentencesTobias Klauser1-14/+13
2013-05-26mausezahn: show long version on cliDaniel Borkmann1-1/+1
2013-05-26make: minor cleanups in MakefileDaniel Borkmann1-6/+14
2013-05-26man: netsniff-ng: add note about multithreadingDaniel Borkmann1-0/+9
2013-05-25ifpps: Convert mem_free/mem_total members of struct ifstat to uint64_tTobias Klauser1-3/+4
2013-05-24man: curvetun: grammer, spelling, and other minor correctionsJon Schipp1-17/+15
2013-05-24make: add HARDENING build optionDaniel Borkmann1-8/+17
2013-05-24make: minor update in cflagsDaniel Borkmann1-4/+5
2013-05-24misc: fix some minor compile warnings all overDaniel Borkmann4-7/+8
2013-05-23man: trafgen: corrections and various edits to manual pageJon Schipp1-16/+16
2013-05-23make: include build nameDaniel Borkmann9-10/+11
2013-05-23bpfc: minor: do a line-break before 80-columnDaniel Borkmann1-1/+2
2013-05-23bpfc: allow bpf programs to be passed to cppDaniel Borkmann4-8/+48
2013-05-22man: astraceroute: minor edits all overJon Schipp1-19/+18
2013-05-22docs: minor: say it's staging area, not a branchDaniel Borkmann1-2/+1
2013-05-22man: netsniff-ng: edits to the netsniff-ng man pageJon Schipp1-19/+20
2013-05-22docs: minor: Add missing word 'it'Jon Schipp1-1/+1
2013-05-21curvetun: use free instead of xfreeDaniel Borkmann1-8/+4
2013-05-21man: curvetun: finish up initial draft of curvetunDaniel Borkmann1-8/+105
2013-05-21man: curvetun: add option and usage example sectionDaniel Borkmann1-3/+81
2013-05-21man: mausezahn: minor updates all overDaniel Borkmann1-11/+14
2013-05-21man: mausezahn: add howto for interactive modeDaniel Borkmann1-0/+871
2013-05-21mausezahn: do not show version in promptDaniel Borkmann2-3/+1
2013-05-21tprintf: Rename parameter to avoid shadowing global declarationTobias Klauser1-2/+2
2013-05-21trafgen: Remove unnecessary reinitialization of icmp packetTobias Klauser1-2/+0
2013-05-21mac802.11: only wait for nl ack if unfinishedDaniel Borkmann1-7/+37
2013-05-21misc: Ignore files generated by cscope/ctagsTobias Klauser1-0/+4
2013-05-17trafgen: Add __noreturn attribute previously missedTobias Klauser1-1/+1
2013-05-17ifpps: Add __noreturn attribute to exiting functionsTobias Klauser1-2/+2
2013-05-17curvetun: Add __noreturn attribute to exiting functionsTobias Klauser1-2/+2