From 83ffd1fcf9aade0c91834fe3058a4d5644eeba3f Mon Sep 17 00:00:00 2001 From: Thomas Osterried Date: Mon, 4 Jul 2016 12:12:37 +0200 Subject: Improved timestamps. With code and -t -tt -ttt ... option behaviour from tcpdump. -> Without -t, listen now shows a timestamp. Signed-off-by: Thomas Osterried --- listen/listen.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'listen/listen.h') diff --git a/listen/listen.h b/listen/listen.h index 841a494..0075bf3 100644 --- a/listen/listen.h +++ b/listen/listen.h @@ -15,12 +15,10 @@ #define T_OPENTRAC 14 /* In utils.c */ -extern int color; /* Colorized mode */ +extern int color; /* Colorized mode */ extern int sevenbit; /* Are we on a 7-bit terminal? */ extern int ibmhack; /* IBM mapping? */ -extern int timestamp; - void display_timestamp(void); void lprintf(int dtype, char *fmt, ...); -- cgit v1.2.3