Age | Commit message (Expand) | Author | Files | Lines |
2015-09-15 | netsniff-ng: nlmsg: mmaped packet check | Ken-ichirou MATSUZAWA | 1 | -2/+13 |
2015-09-15 | netsniff-ng: nlmsg: update pull size | Ken-ichirou MATSUZAWA | 1 | -4/+4 |
2015-09-10 | dissector: make netlink directions a bit more readable | Daniel Borkmann | 1 | -2/+2 |
2015-09-07 | curvetun: Don't attempt to close negative file descriptor | Tobias Klauser | 1 | -1/+1 |
2015-09-07 | curvetun: Fix issues detected by the Coverity scanner | Tobias Klauser | 2 | -5/+12 |
2015-09-07 | flowtop: Don't attempt to set sysctl values if initial read fails | Tobias Klauser | 1 | -0/+2 |
2015-09-04 | flowtop: man: Fix small typo of timestampinf | Vadim Kochan | 1 | -1/+1 |
2015-09-03 | flowtop: man: Add notes about flow duration time | Vadim Kochan | 1 | -0/+11 |
2015-09-03 | flowtop: Enable flow timestamp on start | Vadim Kochan | 1 | -9/+36 |
2015-09-03 | flowtop: Show flow time duration | Tobias Klauser | 1 | -0/+33 |
2015-08-25 | doc: Rename BUILD to README.devel and add information about Coverity | Tobias Klauser | 2 | -4/+12 |
2015-08-25 | netsniff-ng: Show total rx stats for multi pcap mode | Vadim Kochan | 3 | -66/+77 |
2015-08-24 | netsniff-ng: Use correct flag to check tpacket uhdr validity | Tobias Klauser | 1 | -4/+3 |
2015-08-19 | build: Only use tput if $TERM is defined | Tobias Klauser | 1 | -2/+7 |
2015-08-19 | build: Don't strip generated binaries | Tobias Klauser | 3 | -17/+0 |
2015-08-19 | netsniff-ng: proto_ipv4: Fix typo in comment | Tobias Klauser | 1 | -1/+1 |
2015-08-19 | build: configure: Prepend $SYSROOT to NACL_{INC,LIB}_DIR | Tobias Klauser | 1 | -2/+2 |
2015-08-19 | build: configure: Properly encapsulate strings | Tobias Klauser | 1 | -3/+3 |
2015-08-17 | netsniff-ng: ring: Fix build if tp_vlan_tpid is not available in kernel header | Tobias Klauser | 1 | -2/+8 |
2015-08-17 | netsniff-ng: vlan: Show vlan info from tpacket v3 | Vadim Kochan | 2 | -0/+36 |
2015-08-17 | netsniff-ng: vlan: Use helpers when parse vlan header | Vadim Kochan | 2 | -3/+31 |
2015-08-10 | AUTHORS: Update contributor list and sort it alphabetically | Tobias Klauser | 1 | -17/+22 |
2015-08-07 | flowtop: Simplify nfct_is_dns() | Tobias Klauser | 1 | -13/+8 |
2015-08-07 | flowtop: Remove tprintf.o from object dependencies | Tobias Klauser | 1 | -1/+0 |
2015-08-06 | zsh: netsniff-ng: Add completetion for --cooked | Tobias Klauser | 1 | -0/+1 |
2015-08-06 | flowtop: Show counters in same color as their direction | Vadim Kochan | 1 | -20/+22 |
2015-08-06 | build: travis: Switch from legacy to container based travis builds | Tobias Klauser | 1 | -3/+13 |
2015-08-05 | build: curvetun: link against sysctl.o | Tobias Geerinckx-Rice | 1 | -0/+1 |
2015-08-04 | flowtop: Do not insert DNS flows into list | Vadim Kochan | 1 | -9/+20 |
2015-08-04 | flowtop: Resolve src host if '-s' option specified | Vadim Kochan | 1 | -2/+4 |
2015-08-04 | flowtop: Don't hide status bar while dumping flows | Vadim Kochan | 1 | -15/+12 |
2015-08-03 | netsniff-ng: Do not tune socket memory in pcap read-only mode | Vadim Kochan | 1 | -0/+1 |
2015-08-03 | man: flowtop: Add notes about enabling traffic accounting | Vadim Kochan | 1 | -2/+18 |
2015-08-03 | flowtop: Show counters by direction | Vadim Kochan | 1 | -15/+25 |
2015-08-03 | flowtop: Get rid of flushing flows by dumping ipv4/ipv6 tables | Vadim Kochan | 1 | -30/+122 |
2015-08-03 | flowtop: Rename collector_cb -> flow_event_cb | Vadim Kochan | 1 | -3/+3 |
2015-08-03 | flowtop: Rename ct_dump -> ct_update, dump_cb -> flow_update_cb | Vadim Kochan | 1 | -8/+8 |
2015-08-03 | flowtop: Move filter creating to separate function | Vadim Kochan | 1 | -16/+18 |
2015-07-30 | sock: Avoid setting negative socket memory values | Tobias Klauser | 1 | -1/+1 |
2015-07-30 | sock: Don't panic() when sysctl_set_int fails | Tobias Klauser | 1 | -1/+2 |
2015-07-30 | sysctl: Export procfs base path in sysctl.h | Tobias Klauser | 2 | -6/+7 |
2015-07-30 | sysctl: Include limits.h instead of linux/limits.h | Tobias Klauser | 1 | -1/+1 |
2015-07-27 | flowtop: Fix missing new connections after flush | Vadim Kochan | 1 | -2/+2 |
2015-07-27 | flowtop: Make struct flow_entry member size checks build_bug_on() | Tobias Klauser | 1 | -3/+3 |
2015-07-26 | flowtop: Fix collector stuck while flush IPv6 flows | Vadim Kochan | 1 | -5/+17 |
2015-07-26 | ifpps: Cleanup screen on panic | Vadim Kochan | 1 | -0/+8 |
2015-07-26 | ifpps: Fix panic when dev name contains "_" | Vadim Kochan | 1 | -1/+1 |
2015-07-26 | flowtop: Fix bytes counter print for gigabyte | Vadim Kochan | 1 | -1/+1 |
2015-07-26 | flowtop: Use prev & next vars in flow_list_find_prev_id(...) | Vadim Kochan | 1 | -6/+6 |
2015-07-26 | flowtop: Change tcp param to 'bool is_tcp' in presenter_get_port(..) | Vadim Kochan | 1 | -5/+5 |