summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-06-12netsniff-ng 0.5.9-rc1v0.5.9-rc1Tobias Klauser1-3/+3
2014-06-04netsniff-ng: proto_nlmsg: Add notice about nlmsg pid fieldTobias Klauser1-1/+7
2014-06-04dissector: Restore paket type if capturing from nlmon deviceTobias Klauser2-11/+30
2014-06-02mausezahn: Don't use ternary operator to decide which function to callTobias Klauser1-1/+5
2014-05-28netsniff-ng: Print process name of the netlink message originTobias Klauser1-0/+19
2014-05-28netsniff-ng: Add netlink dissectorTobias Klauser6-0/+133
2014-05-27build: Allow to build astraceroute and flowtop without GeoIP supportTobias Klauser4-11/+26
2014-05-27build: Remove unused CONFIG_LIBGEOIPTobias Klauser1-2/+0
2014-05-27geoip: Pass struct sockaddr_in{,6} as pointer instead of by valueTobias Klauser6-68/+68
2014-05-27flowtop: Constify function parameter in walk_process()Tobias Klauser1-1/+1
2014-05-23netsniff-nf: proto_ipv6: Remove unused #include "csum.h"Tobias Klauser1-1/+0
2014-05-12bpf: Zero out socket filter in bpf_parse_rules()Tobias Klauser2-7/+2
2014-05-09ring: Merge common ring_{rx,tx} initialization into own functionTobias Klauser7-78/+39
2014-05-09netsniff-ng: Move function scope variablesTobias Klauser1-8/+9
2014-05-09trafgen: Remove unnecessary initialization of ct.reserve_sizeTobias Klauser1-1/+0
2014-05-09netsniff-ng: Remove unnecessary memset of struct pollfdTobias Klauser1-2/+0
2014-05-09netsniff-ng: Remove unnecessary initialization of struct ctx membersTobias Klauser1-4/+0
2014-05-03doc: Fix typos in mausezahn and trafgen manpagesKartik Mistry2-2/+2
2014-05-03all: Use macros for printf/scanf format specifiersJames McCoy9-55/+62
2014-04-30build: Do not add PREFIX to ETCDIRKartik Mistry1-1/+1
2014-04-30netsniff-ng/ring: Make verbose flag boolTobias Klauser5-7/+7
2014-04-30netsniff-ng: Use while() instead of empty forTobias Klauser1-2/+2
2014-04-30ring: Consistently use size_t to specify ring sizeTobias Klauser7-15/+21
2014-04-30trafgen: Don't expose -k/--kernel-pull anymore and warn if it still usedTobias Klauser3-9/+3
2014-04-30netsniff-ng: Fix whitespacesTobias Klauser1-3/+3
2014-04-30trafgen: Use strtoul() instead of strtol() for unsigned longTobias Klauser1-1/+1
2014-04-29netsniff-ng 0.5.8v0.5.8Tobias Klauser1-1/+1
2014-04-28netsniff-ng: Remove locally declared labelsTobias Klauser1-13/+4
2014-04-27trafgen: performance regression at 10G due to smaller ring buffer sizeJesper Dangaard Brouer1-1/+1
2014-04-27build: Also use proper previous tag for people listTobias Klauser1-2/+3
2014-04-27conf: oui: update oui.confTobias Klauser1-15/+147
2014-04-27build: Make sure we get the correct previous tag for the changelogTobias Klauser1-1/+1
2014-04-25ifpps: Fix coding styleTobias Klauser1-4/+6
2014-04-25ifpps: fix matching wrong interface/deviceJesper Dangaard Brouer1-1/+7
2014-04-22doc: AUTHORS: Add Oliver Smith to contributorsTobias Klauser1-0/+1
2014-04-22conf: Use configuration file path from Makefile instead of hardcoded pathsTobias Klauser7-17/+16
2014-04-22bpf: Remove unncessary #include <xmalloc.h> from bpf.hTobias Klauser1-1/+1
2014-04-22built_in: Remove unnecessary #include <built_in.h> from several headersTobias Klauser4-5/+0
2014-04-22man: astraceroute: Fix closing quotation markTobias Klauser1-1/+1
2014-04-14dissector: Get rid of header dependency on pcap_io.hTobias Klauser4-24/+35
2014-04-12built_in: changed RUNTIME_PAGE_SIZE to use sysconf(_SC_PAGE_SIZE) instead of ...Christian Wiese1-1/+1
2014-04-12built_in: changed to use RUNTIME_PAGE_SIZE instead of PAGE_SIZEChristian Wiese8-15/+13
2014-04-12build: fixed PREFIX usageChristian Wiese1-4/+4
2014-04-11doc: add Christian to AUTHORS fileDaniel Borkmann1-0/+1
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