index
:
netsniff-ng.git
coverity_scan
gh-actions
master
A high-performance Linux networking toolkit
Daniel Borkmann, Tobias Klauser
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
flowtop.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-02
flowtop: Move out stats fields from flow & proc entry
Vadim Kochan
1
-41
/
+41
2017-05-30
flowtop: Improve and unify up/down scrolling
Vadim Kochan
1
-90
/
+76
2017-02-06
geoip: Fix memory leak when using GeoIPRecord
Vadim Kochan
1
-1
/
+3
2017-01-25
flowtop: Add process UI tab entry
Vadim Kochan
1
-47
/
+302
2017-01-25
flowtop: Add tab control to switch between tables
Vadim Kochan
1
-3
/
+23
2017-01-17
list: Remove cds_list_* wrappers
Tobias Klauser
1
-12
/
+16
2017-01-17
flowtop: Replace single linked list by list_head from list.h
Vadim Kochan
1
-101
/
+47
2017-01-05
flowtop: Minimize delay via halfdelay(1) function
Vadim Kochan
1
-2
/
+1
2016-12-19
flowtop: Move & refactor walk_processes() to proc.c
Vadim Kochan
1
-69
/
+9
2016-12-08
all: Remove unused longindex parameter to getopt_long()
Tobias Klauser
1
-2
/
+2
2016-09-15
ui: Rename ui_table_row_print -> ui_table_row_col_set
Vadim Kochan
1
-22
/
+22
2016-09-15
flowtop: Add horizontal scrolling over flows table
Vadim Kochan
1
-11
/
+21
2016-09-15
flowtop: Render table row via raw ncurses buffer
Vadim Kochan
1
-0
/
+9
2016-04-27
flowtop: Mark parameter in callback function as unused
Tobias Klauser
1
-1
/
+1
2016-04-26
flowtop: Use fl argument instead of hard coded global flow_list
Tobias Klauser
1
-1
/
+1
2016-04-26
flowtop: Remove unused parameters from draw_help() and draw_footer()
Tobias Klauser
1
-4
/
+4
2016-04-26
flowtop: Remove unused parameters from draw_flow_entry()
Vadim Kochan
1
-2
/
+2
2016-04-22
flowtop: Simplify flows refresh delay
Vadim Kochan
1
-18
/
+3
2016-04-22
flowtop: Get rid of clear() & refresh() calls
Vadim Kochan
1
-7
/
+6
2016-04-22
flowtop: Use new UI table API for draw flows list
Vadim Kochan
1
-105
/
+140
2016-04-18
flowtop: Use new colors naming & helpers
Vadim Kochan
1
-20
/
+22
2016-04-18
flowtop: Add display option to show src info
Vadim Kochan
1
-9
/
+11
2016-04-18
flowtop: Change flows layout to 1-row view
Vadim Kochan
1
-200
/
+191
2016-01-12
flowtop: Use one nfct handle for dump & refresh flows
Vadim Kochan
1
-13
/
+1
2016-01-12
flowtop: Use single function to update flow entry
Vadim Kochan
1
-51
/
+33
2015-12-21
flowtop: Refresh flows if filter was changed while flows loading
Vadim Kochan
1
-2
/
+2
2015-12-21
flowtop: Indicate if 'active' flows mode is selected
Vadim Kochan
1
-0
/
+4
2015-12-21
flowtop: Show selected proto family
Vadim Kochan
1
-9
/
+18
2015-11-24
flowtop: Add runtime commands to filter flows by proto
Vadim Kochan
1
-6
/
+65
2015-11-16
flowtop: Add header line with tool name & version
Vadim Kochan
1
-6
/
+21
2015-11-16
lookup: Return const char * from all lookup functions
Tobias Klauser
1
-1
/
+2
2015-11-15
lookup: Make lookup type and function names more generic
Tobias Klauser
1
-4
/
+4
2015-11-09
flowtop: Simplify toggling of help state
Tobias Klauser
1
-5
/
+1
2015-11-09
flowtop: Add runtime command to show only active flows
Vadim Kochan
1
-9
/
+20
2015-11-09
flowtop: Add runtime command to change rate units
Vadim Kochan
1
-0
/
+12
2015-11-09
flowtop: Add runtime command to show help window
Vadim Kochan
1
-25
/
+90
2015-11-06
flowtop: Redraw screen in 1s if no key was pressed
Vadim Kochan
1
-2
/
+16
2015-11-05
flowtop: Calculate flow rate more carefully
Vadim Kochan
1
-5
/
+9
2015-11-04
flowtop: Show rate in yellow color
Vadim Kochan
1
-2
/
+8
2015-11-04
flowtop: Rename enum flow_entry_direction to flow_direction
Vadim Kochan
1
-16
/
+16
2015-11-04
flowtop: Handle return value of gettimeofday()
Tobias Klauser
1
-2
/
+2
2015-10-29
flowtop: Fix missing --no-geoip option in usage output
Vadim Kochan
1
-0
/
+1
2015-10-28
all: Change reporting bugs email
Vadim Kochan
1
-1
/
+1
2015-10-28
flowtop: Add command-line option to show rates in bits
Vadim Kochan
1
-5
/
+24
2015-10-27
flowtop: Use strlcpy instead of memcpy to copy strings
Tobias Klauser
1
-14
/
+10
2015-10-27
flowtop: Use bool for show_src option
Tobias Klauser
1
-3
/
+4
2015-10-27
flowtop: Add command-line option to disable GeoIP lookup
Vadim Kochan
1
-5
/
+14
2015-10-27
flowtop: Add command-line option to disable hostname lookup
Vadim Kochan
1
-2
/
+26
2015-10-27
flowtop: Fix src hostname showed with garbage
Vadim Kochan
1
-6
/
+3
2015-10-26
flowtop: Fix short form unit of kilobytes from KB to kB
Tobias Klauser
1
-2
/
+2
[next]