summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-04-11doc: curvetun: add documentation how to use libsodium instead of libnaclChristian Wiese1-1/+19
2014-04-11build: curvetun: add NACL_LIB variable to configure to be able to set an alte...Christian Wiese2-1/+6
2014-04-11built_in: changed to not unconditionally define PAGE_SIZEChristian Wiese1-1/+3
2014-04-10doc: fix make help for CROSS_COMPILE optionChristian Wiese1-1/+1
2014-04-10doc: add documentation of DESTDIR usage in INSTALL and make helpChristian Wiese2-0/+9
2014-04-10poll: changed to include <poll.h> instead of <sys/poll.h>Christian Wiese3-3/+2
2014-04-10docs: be more precise on readme with experimental toolsDaniel Borkmann1-5/+6
2014-04-10built_in: improved to define DEFFILEMODE if not provided by the libcChristian Wiese1-0/+4
2014-04-10build: add DESTDIR supportChristian Wiese3-6/+10
2014-04-10link: fixed to include <sys/types.h> for caddr_tChristian Wiese1-0/+1
2014-04-10dissector: display packet direction for tap'ing on netlink devices (nlmon)Daniel Borkmann2-6/+16
2014-04-07pcap_io: fill sll when reading pcapDaniel Borkmann2-3/+26
2014-03-26trafgen: keep a small initial ring buffer size to reduce cache-missesDaniel Borkmann1-0/+3
2014-03-26trafgen: remove timer-based trigger modelDaniel Borkmann1-43/+10
2014-03-23conf: oui: update oui.confTobias Klauser1-5/+97
2014-03-23zsh: Unify completion help messages for --version and --helpTobias Klauser7-12/+12
2014-03-18astraceroute.zsh: Remove duplicate entryTobias Klauser1-1/+0
2014-03-16Typo: longitudeKartik Mistry2-2/+2
2014-03-14man: manpage warning fixesKartik Mistry8-18/+10
2014-03-11pcap_io: Only check byteswapped linktype if pcap magic is swappedTobias Klauser1-13/+8
2014-03-04docs: install: Fix a minor typoTobias Klauser1-1/+1
2014-02-27build: fix syntax error when detecting SHELL make variableJesper Dangaard Brouer1-1/+1
2014-02-26dissectors: ethernet: Handle multicast/broadcast addresses properlyTobias Klauser1-5/+25
2014-02-26ifpps: Reorder buffer allocation and file opening in stats_proc_interruptsTobias Klauser1-4/+4
2014-02-26conf: oui: update oui.confTobias Klauser1-250/+1010
2014-02-24dissectors: Get rid of unecessary includes of protos.hTobias Klauser29-33/+1
2014-02-24ring: Get rid of unnecessary wrapper for get_sockopt_tpacketTobias Klauser1-13/+8
2014-02-24build: Set SHELL make variable to bash if possibleTobias Klauser1-0/+3
2014-02-22ifpps: Exit gracefully for all possible termination signalsTobias Klauser1-0/+4
2014-02-22flowtop: Exit gracefully for all possible termination signalsTobias Klauser1-0/+4
2014-02-22astraceroute: Exit gracefully for all possible termination signalsTobias Klauser1-0/+4
2014-02-22trafgen: Exit gracefully for all possible termination signalsTobias Klauser1-0/+4
2014-02-21netsniff-ng: Exit gracefully for all possible termination signalsTobias Klauser1-0/+4
2014-02-18build: Use new git repo URL in release announcement message templateTobias Klauser1-1/+1
2014-02-18docs: update credits for former maintainershipDaniel Borkmann1-1/+5
2014-02-02trafgen: Don't modify optarg/argvTobias Klauser1-1/+0
2013-12-23netsniff-ng 0.5.8-rc5v0.5.8-rc5Tobias Klauser1-1/+1
2013-12-18debian: compile fix for programs using ncursesJesper Dangaard Brouer3-6/+9
2013-12-18debian: define SPEED_UNKNOWN if missing in linux/ethtool.hJesper Dangaard Brouer1-0/+4
2013-12-12trafgen: take advantage of PACKET_QDISC_BYPASS sock optionJesper Dangaard Brouer5-2/+40
2013-12-11trafgen: speedup TX only path by avoiding kernel packet_rcv() callJesper Dangaard Brouer7-6/+20
2013-11-25trafgen: inherit netsniff-ng's -H -Q optionsDaniel Borkmann3-3/+32
2013-11-25trafgen: Check return value of system()Tobias Klauser1-1/+2
2013-11-25bpfc: Check return value of system()Tobias Klauser1-1/+2
2013-11-24man: bpfc: corrected sentence by adding the word "other"Jon Schipp1-2/+2
2013-11-24ifpps, flowtop: Fix DSO ncurses terminal interface linking problemTeguh2-1/+3
2013-11-18trafgen: don't bother about device going down, just continue sendingDaniel Borkmann1-2/+2
2013-10-15trafgen: set interpacket gap in time units (s/ms/us/ns)Jon Schipp3-21/+51
2013-10-11bpfc: alias xt_bpf to tcDaniel Borkmann1-2/+3
2013-10-10netsniff-ng: Don't modify optarg/argvTobias Klauser1-2/+0