summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-07-24build: minor: align 'bold' cmd to the same column as 'normal'Daniel Borkmann1-1/+1
2013-07-24build: add "+" version appendix automatically during buildDaniel Borkmann2-3/+19
2013-07-24build: split build system into smaller manageable piecesDaniel Borkmann5-225/+205
2013-07-23build: move trafgen_stddef.h to stddef.hDaniel Borkmann1-1/+1
2013-07-23pcap_io: tun: support captures from wireshark/tcpdump via tun devicesDaniel Borkmann1-0/+2
2013-07-23built_in: fix build if ARPHRD_IEEE802154_MONITOR is undefinedDaniel Borkmann1-0/+4
2013-07-15configure: silent complaint if not built on git repositoryDaniel Borkmann2-2/+9
2013-07-15netsniff-ng 0.5.8-rc1v0.5.8-rc1Daniel Borkmann1-1/+1
2013-07-14pcap_sg: Fix various compiler warningsTobias Klauser1-10/+10
2013-07-14flowtop: Mark unused parameters with __maybe_unusedTobias Klauser1-2/+2
2013-07-14geoip: Fix sign compare warningsTobias Klauser1-6/+7
2013-07-14astraceroute.zsh: Fix typo of ``numeric''Tobias Klauser1-1/+1
2013-07-13trafgen: update options for zsh completionDaniel Borkmann1-0/+1
2013-07-13ifpps: update options for zsh completionDaniel Borkmann1-0/+2
2013-07-13pcap_io: Remove unused parameter sll from pcap_pkthdr_to_tpacket_hdr()Tobias Klauser2-5/+3
2013-07-13pcap_io: Use iterator variable of correct typeTobias Klauser1-1/+1
2013-07-13make: put newline after Git peopleDaniel Borkmann1-1/+1
2013-07-13build: use git describe --alwaysDaniel Borkmann1-1/+1
2013-07-13pcap_mm: Mark unused parameters with __maybe_unusedTobias Klauser1-3/+3
2013-07-13tprintf: Fix compiler warningsTobias Klauser1-5/+5
2013-07-13oui-update.py: oui: minor config updatesDaniel Borkmann1-0/+7
2013-07-13trafgen: switch for skipping cpu time statistics on exitDaniel Borkmann2-3/+11
2013-07-13sparse: netsniff-ng, trafgen: fix remaining time(0) warningsDaniel Borkmann2-3/+3
2013-07-13dissector: Mark unused parameters with __maybe_unusedTobias Klauser3-9/+9
2013-07-13trafgen: setup_shared_var: fix reamaindersDaniel Borkmann1-4/+3
2013-07-13proto_80211_mac_hdr: fix sparse warningDaniel Borkmann1-2/+2
2013-07-13trafgen: sparse: make seed staticDaniel Borkmann1-4/+4
2013-07-13bpf: Use iterator variable of correct typeTobias Klauser1-1/+1
2013-07-13trafgen: setup_shared_var: fix couple of thingsDaniel Borkmann1-5/+6
2013-07-13ring_rx: fix format string sparse warningDaniel Borkmann1-1/+1
2013-07-13ifpps: Remove unused parameter to term_csv()Tobias Klauser1-3/+2
2013-07-13ifpps: Use unsigned int to store number of CPUsTobias Klauser1-3/+4
2013-07-13misc: fix multiple NULL pointer sparse warningsDaniel Borkmann4-5/+5
2013-07-13dissector_eth: sparse: fix sparse warningDaniel Borkmann1-1/+1
2013-07-13ifpps: help: reduce option description to one lineDaniel Borkmann1-2/+1
2013-07-13ifpps: release stats on exitDaniel Borkmann1-0/+20
2013-07-13ifpps: warn when 1Gbit/s and interval < 1secDaniel Borkmann1-2/+6
2013-07-13ifpps: Correct calculation of median values for CPU loadTobias Klauser1-10/+11
2013-07-12ifpps: Consistently list command line optionsTobias Klauser2-10/+10
2013-07-12ifpps: median: add whitespace padding in one occurenceDaniel Borkmann1-2/+2
2013-07-12gitignore: add config.log file to git ignoreDaniel Borkmann1-0/+1
2013-07-12ifpps: Update usage with respect to median valuesTobias Klauser1-0/+1
2013-07-12ifpps: Optionally display median values for CPU load and interruptsTobias Klauser2-2/+97
2013-07-12bpf_comp: pass NEED_TCPDUMP_LIKE_FILTER through gccDaniel Borkmann3-5/+1
2013-07-12configure: fix wrong whitespacingDaniel Borkmann1-2/+2
2013-07-12configure: redirect all compile output to our local config.logDaniel Borkmann1-24/+24
2013-07-12configure: do not use bash's expr matchDaniel Borkmann1-6/+6
2013-07-12configure: fix libnetfilter_conntrack dependency removalDaniel Borkmann1-1/+1
2013-07-11configure: Redirect pkg-config errors to log fileTobias Klauser2-6/+14
2013-07-11ifpps: align avg on systems with >8 CPUsDaniel Borkmann1-5/+8