summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-09-15netsniff-ng: nlmsg: mmaped packet checkKen-ichirou MATSUZAWA1-2/+13
2015-09-15netsniff-ng: nlmsg: update pull sizeKen-ichirou MATSUZAWA1-4/+4
2015-09-10dissector: make netlink directions a bit more readableDaniel Borkmann1-2/+2
2015-09-07curvetun: Don't attempt to close negative file descriptorTobias Klauser1-1/+1
2015-09-07curvetun: Fix issues detected by the Coverity scannerTobias Klauser2-5/+12
2015-09-07flowtop: Don't attempt to set sysctl values if initial read failsTobias Klauser1-0/+2
2015-09-04flowtop: man: Fix small typo of timestampinfVadim Kochan1-1/+1
2015-09-03flowtop: man: Add notes about flow duration timeVadim Kochan1-0/+11
2015-09-03flowtop: Enable flow timestamp on startVadim Kochan1-9/+36
2015-09-03flowtop: Show flow time durationTobias Klauser1-0/+33
2015-08-25doc: Rename BUILD to README.devel and add information about CoverityTobias Klauser2-4/+12
2015-08-25netsniff-ng: Show total rx stats for multi pcap modeVadim Kochan3-66/+77
2015-08-24netsniff-ng: Use correct flag to check tpacket uhdr validityTobias Klauser1-4/+3
2015-08-19build: Only use tput if $TERM is definedTobias Klauser1-2/+7
2015-08-19build: Don't strip generated binariesTobias Klauser3-17/+0
2015-08-19netsniff-ng: proto_ipv4: Fix typo in commentTobias Klauser1-1/+1
2015-08-19build: configure: Prepend $SYSROOT to NACL_{INC,LIB}_DIRTobias Klauser1-2/+2
2015-08-19build: configure: Properly encapsulate stringsTobias Klauser1-3/+3
2015-08-17netsniff-ng: ring: Fix build if tp_vlan_tpid is not available in kernel headerTobias Klauser1-2/+8
2015-08-17netsniff-ng: vlan: Show vlan info from tpacket v3Vadim Kochan2-0/+36
2015-08-17netsniff-ng: vlan: Use helpers when parse vlan headerVadim Kochan2-3/+31
2015-08-10AUTHORS: Update contributor list and sort it alphabeticallyTobias Klauser1-17/+22
2015-08-07flowtop: Simplify nfct_is_dns()Tobias Klauser1-13/+8
2015-08-07flowtop: Remove tprintf.o from object dependenciesTobias Klauser1-1/+0
2015-08-06zsh: netsniff-ng: Add completetion for --cookedTobias Klauser1-0/+1
2015-08-06flowtop: Show counters in same color as their directionVadim Kochan1-20/+22
2015-08-06build: travis: Switch from legacy to container based travis buildsTobias Klauser1-3/+13
2015-08-05build: curvetun: link against sysctl.oTobias Geerinckx-Rice1-0/+1
2015-08-04flowtop: Do not insert DNS flows into listVadim Kochan1-9/+20
2015-08-04flowtop: Resolve src host if '-s' option specifiedVadim Kochan1-2/+4
2015-08-04flowtop: Don't hide status bar while dumping flowsVadim Kochan1-15/+12
2015-08-03netsniff-ng: Do not tune socket memory in pcap read-only modeVadim Kochan1-0/+1
2015-08-03man: flowtop: Add notes about enabling traffic accountingVadim Kochan1-2/+18
2015-08-03flowtop: Show counters by directionVadim Kochan1-15/+25
2015-08-03flowtop: Get rid of flushing flows by dumping ipv4/ipv6 tablesVadim Kochan1-30/+122
2015-08-03flowtop: Rename collector_cb -> flow_event_cbVadim Kochan1-3/+3
2015-08-03flowtop: Rename ct_dump -> ct_update, dump_cb -> flow_update_cbVadim Kochan1-8/+8
2015-08-03flowtop: Move filter creating to separate functionVadim Kochan1-16/+18
2015-07-30sock: Avoid setting negative socket memory valuesTobias Klauser1-1/+1
2015-07-30sock: Don't panic() when sysctl_set_int failsTobias Klauser1-1/+2
2015-07-30sysctl: Export procfs base path in sysctl.hTobias Klauser2-6/+7
2015-07-30sysctl: Include limits.h instead of linux/limits.hTobias Klauser1-1/+1
2015-07-27flowtop: Fix missing new connections after flushVadim Kochan1-2/+2
2015-07-27flowtop: Make struct flow_entry member size checks build_bug_on()Tobias Klauser1-3/+3
2015-07-26flowtop: Fix collector stuck while flush IPv6 flowsVadim Kochan1-5/+17
2015-07-26ifpps: Cleanup screen on panicVadim Kochan1-0/+8
2015-07-26ifpps: Fix panic when dev name contains "_"Vadim Kochan1-1/+1
2015-07-26flowtop: Fix bytes counter print for gigabyteVadim Kochan1-1/+1
2015-07-26flowtop: Use prev & next vars in flow_list_find_prev_id(...)Vadim Kochan1-6/+6
2015-07-26flowtop: Change tcp param to 'bool is_tcp' in presenter_get_port(..)Vadim Kochan1-5/+5