summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2013-05-17bpfc: Add __noreturn attribute to exiting functionsTobias Klauser1-2/+2
2013-05-17astraceroute: Add __noreturn attribute to exiting functionsTobias Klauser1-2/+2
2013-05-17trafgen: Add __noreturn attribute to exiting functionsTobias Klauser1-2/+2
2013-05-17netsniff-ng: Add __noreturn attribute to exiting functionsTobias Klauser1-2/+2
2013-05-17die.h: Add __noreturn attribute to exiting functionsTobias Klauser1-4/+4
2013-05-17built_in: Add __noreturn markerTobias Klauser1-0/+4
2013-05-16dissector: igmp: Fix another erroneous null pointer checkTobias Klauser1-1/+1
2013-05-16curvetun: Mention exit after printing information in built-in helpTobias Klauser1-2/+2
2013-05-16astraceroute: Mention exit after printing information in built-in helpTobias Klauser1-2/+2
2013-05-16man: flowtop: Make wording in description for --version consistentTobias Klauser1-1/+1
2013-05-16man: astraceroute: Make wording in description for --version consistentTobias Klauser1-1/+1
2013-05-15docs: authors: add Stephen Wadeley for his man page patchesDaniel Borkmann1-0/+1
2013-05-15Merge branch 'master' of github.com:borkmann/netsniff-ngDaniel Borkmann11-47/+50
2013-05-15man: improvements to language and markup for netsniff-ng.8Stephen Wadeley1-192/+199
2013-05-15man: trafgen: Minor fixesTobias Klauser10-49/+50
2013-05-15man: trafgen: Complete documentation for option -p/--cppTobias Klauser1-1/+3
2013-05-15man: netsniff-ng: Minor fixesTobias Klauser1-9/+9
2013-05-15man: improvements to language and markup for ifpps.8Stephen Wadeley1-41/+40
2013-05-15man: improvements to curvetun.8, inconsistent use of `` and ''Stephen Wadeley1-5/+5
2013-05-15man: improvements to bpfc.8, inconsistent use of `` and ''Stephen Wadeley1-2/+2
2013-05-15man: improvements to language and markup for curvetun.8Stephen Wadeley1-73/+73
2013-05-15man: improvements to language and markup for bpfc.8Stephen Wadeley1-98/+98
2013-05-14man: edits to ifpps man pagejonschipp1-22/+22
2013-05-14man: add mausezahn man-pageDaniel Borkmann1-0/+256
2013-05-14build: install man pagesDaniel Borkmann1-1/+6
2013-05-14docs: add note about zsh and vim filesDaniel Borkmann1-1/+6
2013-05-14build: remove some unused stuff and clean up a bitDaniel Borkmann1-13/+11
2013-05-14man: minor fixups in flowtop's man pageJon Schipp1-16/+16
2013-05-13docs: update install document to current repo statusDaniel Borkmann1-6/+7
2013-05-13staging: add mausezahn staging directoryDaniel Borkmann66-12/+28728
2013-05-13zsh: add netsniff-ng zsh auto completion supportDaniel Borkmann8-0/+279
2013-05-13ring: break out timestamping since not directly relatedDaniel Borkmann4-35/+56
2013-05-13trafgen: lexer: return original string if no shellcodeDaniel Borkmann1-3/+3
2013-05-13vim: add bpf syntax highlighting fileDaniel Borkmann1-0/+45
2013-05-12xutils: Make set_nonblocking() voidTobias Klauser2-4/+2
2013-05-12dissector: igmp: Fix erroneous null pointer checkTobias Klauser1-1/+1