Age | Commit message (Expand) | Author | Files | Lines |
2014-04-22 | doc: AUTHORS: Add Oliver Smith to contributors | Tobias Klauser | 1 | -0/+1 |
2014-04-22 | conf: Use configuration file path from Makefile instead of hardcoded paths | Tobias Klauser | 7 | -17/+16 |
2014-04-22 | bpf: Remove unncessary #include <xmalloc.h> from bpf.h | Tobias Klauser | 1 | -1/+1 |
2014-04-22 | built_in: Remove unnecessary #include <built_in.h> from several headers | Tobias Klauser | 4 | -5/+0 |
2014-04-22 | man: astraceroute: Fix closing quotation mark | Tobias Klauser | 1 | -1/+1 |
2014-04-14 | dissector: Get rid of header dependency on pcap_io.h | Tobias Klauser | 4 | -24/+35 |
2014-04-12 | built_in: changed RUNTIME_PAGE_SIZE to use sysconf(_SC_PAGE_SIZE) instead of ... | Christian Wiese | 1 | -1/+1 |
2014-04-12 | built_in: changed to use RUNTIME_PAGE_SIZE instead of PAGE_SIZE | Christian Wiese | 8 | -15/+13 |
2014-04-12 | build: fixed PREFIX usage | Christian Wiese | 1 | -4/+4 |
2014-04-11 | doc: add Christian to AUTHORS file | Daniel Borkmann | 1 | -0/+1 |
2014-04-11 | doc: curvetun: add documentation how to use libsodium instead of libnacl | Christian Wiese | 1 | -1/+19 |
2014-04-11 | build: curvetun: add NACL_LIB variable to configure to be able to set an alte... | Christian Wiese | 2 | -1/+6 |
2014-04-11 | built_in: changed to not unconditionally define PAGE_SIZE | Christian Wiese | 1 | -1/+3 |
2014-04-10 | doc: fix make help for CROSS_COMPILE option | Christian Wiese | 1 | -1/+1 |
2014-04-10 | doc: add documentation of DESTDIR usage in INSTALL and make help | Christian Wiese | 2 | -0/+9 |
2014-04-10 | poll: changed to include <poll.h> instead of <sys/poll.h> | Christian Wiese | 3 | -3/+2 |
2014-04-10 | docs: be more precise on readme with experimental tools | Daniel Borkmann | 1 | -5/+6 |
2014-04-10 | built_in: improved to define DEFFILEMODE if not provided by the libc | Christian Wiese | 1 | -0/+4 |
2014-04-10 | build: add DESTDIR support | Christian Wiese | 3 | -6/+10 |
2014-04-10 | link: fixed to include <sys/types.h> for caddr_t | Christian Wiese | 1 | -0/+1 |
2014-04-10 | dissector: display packet direction for tap'ing on netlink devices (nlmon) | Daniel Borkmann | 2 | -6/+16 |
2014-04-07 | pcap_io: fill sll when reading pcap | Daniel Borkmann | 2 | -3/+26 |
2014-03-26 | trafgen: keep a small initial ring buffer size to reduce cache-misses | Daniel Borkmann | 1 | -0/+3 |
2014-03-26 | trafgen: remove timer-based trigger model | Daniel Borkmann | 1 | -43/+10 |
2014-03-23 | conf: oui: update oui.conf | Tobias Klauser | 1 | -5/+97 |
2014-03-23 | zsh: Unify completion help messages for --version and --help | Tobias Klauser | 7 | -12/+12 |
2014-03-18 | astraceroute.zsh: Remove duplicate entry | Tobias Klauser | 1 | -1/+0 |
2014-03-16 | Typo: longitude | Kartik Mistry | 2 | -2/+2 |
2014-03-14 | man: manpage warning fixes | Kartik Mistry | 8 | -18/+10 |
2014-03-11 | pcap_io: Only check byteswapped linktype if pcap magic is swapped | Tobias Klauser | 1 | -13/+8 |
2014-03-04 | docs: install: Fix a minor typo | Tobias Klauser | 1 | -1/+1 |
2014-02-27 | build: fix syntax error when detecting SHELL make variable | Jesper Dangaard Brouer | 1 | -1/+1 |
2014-02-26 | dissectors: ethernet: Handle multicast/broadcast addresses properly | Tobias Klauser | 1 | -5/+25 |
2014-02-26 | ifpps: Reorder buffer allocation and file opening in stats_proc_interrupts | Tobias Klauser | 1 | -4/+4 |
2014-02-26 | conf: oui: update oui.conf | Tobias Klauser | 1 | -250/+1010 |
2014-02-24 | dissectors: Get rid of unecessary includes of protos.h | Tobias Klauser | 29 | -33/+1 |
2014-02-24 | ring: Get rid of unnecessary wrapper for get_sockopt_tpacket | Tobias Klauser | 1 | -13/+8 |
2014-02-24 | build: Set SHELL make variable to bash if possible | Tobias Klauser | 1 | -0/+3 |
2014-02-22 | ifpps: Exit gracefully for all possible termination signals | Tobias Klauser | 1 | -0/+4 |
2014-02-22 | flowtop: Exit gracefully for all possible termination signals | Tobias Klauser | 1 | -0/+4 |
2014-02-22 | astraceroute: Exit gracefully for all possible termination signals | Tobias Klauser | 1 | -0/+4 |
2014-02-22 | trafgen: Exit gracefully for all possible termination signals | Tobias Klauser | 1 | -0/+4 |
2014-02-21 | netsniff-ng: Exit gracefully for all possible termination signals | Tobias Klauser | 1 | -0/+4 |
2014-02-18 | build: Use new git repo URL in release announcement message template | Tobias Klauser | 1 | -1/+1 |
2014-02-18 | docs: update credits for former maintainership | Daniel Borkmann | 1 | -1/+5 |
2014-02-02 | trafgen: Don't modify optarg/argv | Tobias Klauser | 1 | -1/+0 |
2013-12-23 | netsniff-ng 0.5.8-rc5v0.5.8-rc5 | Tobias Klauser | 1 | -1/+1 |
2013-12-18 | debian: compile fix for programs using ncurses | Jesper Dangaard Brouer | 3 | -6/+9 |
2013-12-18 | debian: define SPEED_UNKNOWN if missing in linux/ethtool.h | Jesper Dangaard Brouer | 1 | -0/+4 |
2013-12-12 | trafgen: take advantage of PACKET_QDISC_BYPASS sock option | Jesper Dangaard Brouer | 5 | -2/+40 |