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
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
2015-10-26
flowtop: Add option for flow refresh interval
Vadim Kochan
1
-4
/
+15
2015-10-26
flowtop: Change traffic amount unit names
Vadim Kochan
1
-8
/
+8
2015-10-23
flowtop: Constify pointer function parameters
Tobias Klauser
1
-12
/
+12
2015-10-23
flowtop: Store basename of cmdline in struct flow_entry
Tobias Klauser
1
-5
/
+8
2015-10-23
flowtop: Show flow rate of bytes & packets
Vadim Kochan
1
-6
/
+75
2015-09-07
flowtop: Don't attempt to set sysctl values if initial read fails
Tobias Klauser
1
-0
/
+2
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-07
flowtop: Simplify nfct_is_dns()
Tobias Klauser
1
-13
/
+8
2015-08-06
flowtop: Show counters in same color as their direction
Vadim Kochan
1
-20
/
+22
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
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-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
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
2015-07-26
flowtop: Use bool as parameter in get_port_inode(..)
Vadim Kochan
1
-1
/
+1
2015-07-26
flowtop: Convert bool in flow_entry_get_extended_is_dns(...)
Vadim Kochan
1
-1
/
+1
[next]