Vitezslav Samel (20):
ipmon(): remove screen_idx variable
ipmon(): remove baridx variable
ipmon(): move mode variable into struct tcptable
ipmon(): no need to redraw sort win
itrafmon.c: refactor TCP screen scrolling
othptab.c: use struct in_addr for IPv4 address
ipmon(): move dropped packets count
itrafmon.c: refactor other packet screen scrolling
ipmon(): allow scrolling with Home, End keys
tcptable.c: simplify destroy_closed_entries()
tcptable.c: simplify destroytcptable()
struct tcptablent: kill unused starttime variable
updateentry(): rename transpacket variable to tcp
ipmon(): move statwin nad statpanel variables into struct tcptable
ipmon(): move NULL check into print_flowrate()
move_tcp_bar(): print flow rate after moving the bar
itrafmon.c: rename update_flowrate() to update_flowrates()
ipmon(): optimize: move some checks away from the hot path
ipmon(): refactor various time computing
ipmon(): simplify timeouted TCP entries handling
src/itrafmon.c | 575 +++++++++++++++++++++++++--------------------------------
src/othptab.c | 26 +--
src/othptab.h | 4 +-
src/tcptable.c | 268 ++++++++++++---------------
src/tcptable.h | 24 +--
5 files changed, 394 insertions(+), 503 deletions(-)
--
1.8.4