summaryrefslogtreecommitdiff
path: root/flowtop.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-12flowtop: Use one nfct handle for dump & refresh flowsVadim Kochan1-13/+1
2016-01-12flowtop: Use single function to update flow entryVadim Kochan1-51/+33
2015-12-21flowtop: Refresh flows if filter was changed while flows loadingVadim Kochan1-2/+2
2015-12-21flowtop: Indicate if 'active' flows mode is selectedVadim Kochan1-0/+4
2015-12-21flowtop: Show selected proto familyVadim Kochan1-9/+18
2015-11-24flowtop: Add runtime commands to filter flows by protoVadim Kochan1-6/+65
2015-11-16flowtop: Add header line with tool name & versionVadim Kochan1-6/+21
2015-11-16lookup: Return const char * from all lookup functionsTobias Klauser1-1/+2
2015-11-15lookup: Make lookup type and function names more genericTobias Klauser1-4/+4
2015-11-09flowtop: Simplify toggling of help stateTobias Klauser1-5/+1
2015-11-09flowtop: Add runtime command to show only active flowsVadim Kochan1-9/+20
2015-11-09flowtop: Add runtime command to change rate unitsVadim Kochan1-0/+12
2015-11-09flowtop: Add runtime command to show help windowVadim Kochan1-25/+90
2015-11-06flowtop: Redraw screen in 1s if no key was pressedVadim Kochan1-2/+16
2015-11-05flowtop: Calculate flow rate more carefullyVadim Kochan1-5/+9
2015-11-04flowtop: Show rate in yellow colorVadim Kochan1-2/+8
2015-11-04flowtop: Rename enum flow_entry_direction to flow_directionVadim Kochan1-16/+16
2015-11-04flowtop: Handle return value of gettimeofday()Tobias Klauser1-2/+2
2015-10-29flowtop: Fix missing --no-geoip option in usage outputVadim Kochan1-0/+1
2015-10-28all: Change reporting bugs emailVadim Kochan1-1/+1
2015-10-28flowtop: Add command-line option to show rates in bitsVadim Kochan1-5/+24
2015-10-27flowtop: Use strlcpy instead of memcpy to copy stringsTobias Klauser1-14/+10
2015-10-27flowtop: Use bool for show_src optionTobias Klauser1-3/+4
2015-10-27flowtop: Add command-line option to disable GeoIP lookupVadim Kochan1-5/+14
2015-10-27flowtop: Add command-line option to disable hostname lookupVadim Kochan1-2/+26
2015-10-27flowtop: Fix src hostname showed with garbageVadim Kochan1-6/+3
2015-10-26flowtop: Fix short form unit of kilobytes from KB to kBTobias Klauser1-2/+2
2015-10-26flowtop: Add option for flow refresh intervalVadim Kochan1-4/+15
2015-10-26flowtop: Change traffic amount unit namesVadim Kochan1-8/+8
2015-10-23flowtop: Constify pointer function parametersTobias Klauser1-12/+12
2015-10-23flowtop: Store basename of cmdline in struct flow_entryTobias Klauser1-5/+8
2015-10-23flowtop: Show flow rate of bytes & packetsVadim Kochan1-6/+75
2015-09-07flowtop: Don't attempt to set sysctl values if initial read failsTobias Klauser1-0/+2
2015-09-03flowtop: Enable flow timestamp on startVadim Kochan1-9/+36
2015-09-03flowtop: Show flow time durationTobias Klauser1-0/+33
2015-08-07flowtop: Simplify nfct_is_dns()Tobias Klauser1-13/+8
2015-08-06flowtop: Show counters in same color as their directionVadim Kochan1-20/+22
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-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-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-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