projects
/
rrq
/
rrqmisc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c417be0
)
less output
author
Ralph Ronnquist
<ralph.ronnquist@gmail.com>
Wed, 15 Jun 2022 14:11:51 +0000
(
00:11
+1000)
committer
Ralph Ronnquist
<ralph.ronnquist@gmail.com>
Wed, 15 Jun 2022 14:11:51 +0000
(
00:11
+1000)
socket-sniff/socket-sniff.c
patch
|
blob
|
history
diff --git
a/socket-sniff/socket-sniff.c
b/socket-sniff/socket-sniff.c
index 6844359361fcab76a3562d98ad46014db124b520..3048c0d11b3864627c7c55f73bd34a965b57b25f 100644
(file)
--- a/
socket-sniff/socket-sniff.c
+++ b/
socket-sniff/socket-sniff.c
@@
-133,7
+133,7
@@
static void add_show_table(char *ip,size_t length) {
add_worst_ordered( item );
}
}
- fprintf( stdout, "
\e
[2J" );
+
//
fprintf( stdout, "
\e
[2J" );
for ( i = 0; i < worst.fill; i++ ) {
item = worst.table[ i ];
if ( item->total && item->last ) {