summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-07-10configure: check for flex and bisonDaniel Borkmann1-0/+30
2013-07-09configure: fix multiple issues in build configurationDaniel Borkmann8-21/+86
2013-07-09all: show git id in --version informationDaniel Borkmann8-20/+34
2013-07-09configure: let configure script generate config.h fileDaniel Borkmann4-10/+22
2013-07-08configure: when we have all deps rather tell "all tools will be built"Daniel Borkmann1-2/+7
2013-07-08configure: netsniff-ng: libpcap is not a hard dependencyDaniel Borkmann3-4/+17
2013-07-08configure: make: misc: update header commentDaniel Borkmann2-0/+5
2013-07-08configure: test also tpacket flags e.g. used in TX_RINGDaniel Borkmann1-6/+12
2013-07-08configure: two fixes on dependenciesDaniel Borkmann1-6/+35
2013-07-08configure, Makefile: Conditionally build toolsTobias Klauser2-11/+102
2013-07-08configure: Add check for libpcapTobias Klauser1-0/+24
2013-07-08configure: Call a function from libgeoip in check_libgeoip()Tobias Klauser1-1/+3
2013-07-08configure: Call a function from zlib in check_zlib()Tobias Klauser1-1/+3
2013-07-08configure: Fix check for libnetfilter-conntrackTobias Klauser1-2/+4
2013-07-08config: check for liburcuDaniel Borkmann1-0/+24
2013-07-08config: check for libzDaniel Borkmann1-2/+23
2013-07-08config: execute check_libnf_ct function to check for conntrackDaniel Borkmann1-0/+1
2013-07-08config: check for available databasesDaniel Borkmann1-0/+8
2013-07-08conntrack: consolidate all conntrack header includes into conntrack.hDaniel Borkmann2-4/+10
2013-07-05configure: Don't redirect output of pkg-configTobias Klauser1-8/+8
2013-07-05Makefile, INSTALL: Simplify clean/uninstall Makefile targetsTobias Klauser2-27/+38
2013-07-05INSTALL: minor: Fix typo 'mainling list'Tobias Klauser1-1/+1
2013-07-05configure, Makefile: Fail in Makefile if Config is not completeTobias Klauser2-1/+6
2013-07-05configure: Silence pkg-config callsTobias Klauser1-5/+9
2013-07-03dev: linktype: use ARPHRD_ETHER for "any" deviceDaniel Borkmann1-1/+3
2013-07-03netsniff-ng: ctx: init and destruct methods for ctxDaniel Borkmann1-18/+33
2013-07-03pcap: invoke dev->type to pcap linktype mapperDaniel Borkmann2-4/+5
2013-07-03pcap: fix build errorDaniel Borkmann2-4/+12
2013-07-03dissector: do not panic on unknown hatypeDaniel Borkmann1-2/+5
2013-07-03pcap: support for various linktypesDaniel Borkmann3-13/+129
2013-07-03pcap_io: add LINKTYPE_NETLINK for netlink pcapsDaniel Borkmann1-0/+3
2013-07-03man: netsniff-ng: elaborate on capturing netlink trafficDaniel Borkmann1-3/+15
2013-06-29man: bpfc: add netlink arp headerDaniel Borkmann1-0/+1
2013-06-28Merge branch 'config'Tobias Klauser4-2/+254
2013-06-28configure: Improve check for libnl/libnl-genlTobias Klauser1-2/+16
2013-06-28configure: Check for presence of pkg-config and ccache binariesTobias Klauser2-1/+35
2013-06-28configure: Add linker flags for ncursestest to correct positionTobias Klauser1-1/+1
2013-06-25netsniff-ng: tpacketv3: 'fix' packet accounting outputDaniel Borkmann3-5/+6
2013-06-25man: netsniff-ng: add section about netlink traffic debuggingDaniel Borkmann1-0/+4
2013-06-24ifpps, flowtop: Move ncurses init and end to common moduleTobias Klauser6-42/+40
2013-06-24configure: Check for tpacket, ncurses, libgeoipTobias Klauser1-1/+100
2013-06-24gitignore: Ignore generated ConfigTobias Klauser1-0/+3
2013-06-24README, INSTALL: minor: Remove trailing whitespacesTobias Klauser2-4/+4
2013-06-24configure: Add configure script used to detect NaClTobias Klauser3-1/+103
2013-06-20dev: mark paths likely/unlikelyDaniel Borkmann1-4/+4
2013-06-17ioexact: make mayexit a boolDaniel Borkmann2-4/+9
2013-06-17man: add colophon to the end of each document.Daniel Borkmann8-0/+32
2013-06-17dissector: explicitly init arrayDaniel Borkmann1-10/+9
2013-06-17die: minor: simplify code a bitDaniel Borkmann1-11/+17
2013-06-17dev: make paths unlikely, simplify codeDaniel Borkmann1-17/+11