From 56462d6b97bca0a0204a0919a824cc6caab0b183 Mon Sep 17 00:00:00 2001 From: Gerard Wagener Date: Mon, 18 Mar 2019 08:34:39 +0100 Subject: [PATCH] chg: [pibs] Simplified output format --- bin/pibs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/pibs.c b/bin/pibs.c index a4406b0..31457df 100644 --- a/bin/pibs.c +++ b/bin/pibs.c @@ -288,7 +288,7 @@ void process_frame(pibs_t* pibs, wtap *wth, } // TODO keep these IPs in a hashtable and rank them if (pibs->show_backscatter) { - printf("Potential backscatter. IP. %s. TCP flags: %d. Source port:%d \n", + printf("%s,%d,%d\n", inet_ntoa(ipv4->ip_src), tcp->th_flags, ntohs(tcp->th_sport)); } //TODO relative time