summaryrefslogtreecommitdiff
path: root/flowtop.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-02all: change bug report instructions in copyright messageTobias Klauser1-1/+2
2017-12-19flowtop: Fix use-after-free on filter reloadVadim Kochan1-14/+16
2017-12-18flowtop: change tab title for process tabTobias Klauser1-1/+1
2017-12-18flowtop: Use RCU flow deletion from process entryVadim Kochan1-1/+1
2017-06-02flowtop: Move out stats fields from flow & proc entryVadim Kochan1-41/+41
2017-05-30flowtop: Improve and unify up/down scrollingVadim Kochan1-90/+76
2017-02-06geoip: Fix memory leak when using GeoIPRecordVadim Kochan1-1/+3
2017-01-25flowtop: Add process UI tab entryVadim Kochan1-47/+302
2017-01-25flowtop: Add tab control to switch between tablesVadim Kochan1-3/+23
2017-01-17list: Remove cds_list_* wrappersTobias Klauser1-12/+16
2017-01-17flowtop: Replace single linked list by list_head from list.hVadim Kochan1-101/+47
2017-01-05flowtop: Minimize delay via halfdelay(1) functionVadim Kochan1-2/+1
2016-12-19flowtop: Move & refactor walk_processes() to proc.cVadim Kochan1-69/+9
2016-12-08all: Remove unused longindex parameter to getopt_long()Tobias Klauser1-2/+2
2016-09-15ui: Rename ui_table_row_print -> ui_table_row_col_setVadim Kochan1-22/+22
2016-09-15flowtop: Add horizontal scrolling over flows tableVadim Kochan1-11/+21
2016-09-15flowtop: Render table row via raw ncurses bufferVadim Kochan1-0/+9
2016-04-27flowtop: Mark parameter in callback function as unusedTobias Klauser1-1/+1
2016-04-26flowtop: Use fl argument instead of hard coded global flow_listTobias Klauser1-1/+1
2016-04-26flowtop: Remove unused parameters from draw_help() and draw_footer()Tobias Klauser1-4/+4
2016-04-26flowtop: Remove unused parameters from draw_flow_entry()Vadim Kochan1-2/+2
2016-04-22flowtop: Simplify flows refresh delayVadim Kochan1-18/+3
2016-04-22flowtop: Get rid of clear() & refresh() callsVadim Kochan1-7/+6
2016-04-22flowtop: Use new UI table API for draw flows listVadim Kochan1-105/+140
2016-04-18flowtop: Use new colors naming & helpersVadim Kochan1-20/+22
2016-04-18flowtop: Add display option to show src infoVadim Kochan1-9/+11
2016-04-18flowtop: Change flows layout to 1-row viewVadim Kochan1-200/+191
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