diff --git a/ui/cli/tap-iousers.c b/ui/cli/tap-iousers.c index 3295b386d8..469dbdf147 100644 --- a/ui/cli/tap-iousers.c +++ b/ui/cli/tap-iousers.c @@ -58,6 +58,12 @@ iousers_draw(void *arg) printf("%s | Frames Size | | Frames Size | | Frames Size | Start | |\n", display_ports ? " " : ""); break; + case TS_EPOCH: + printf("%s | <- | | -> | | Total | Relative | Duration |\n", + display_ports ? " " : ""); + printf("%s | Frames Bytes | | Frames Bytes | | Frames Bytes | Start | |\n", + display_ports ? " " : ""); + break; case TS_RELATIVE: case TS_NOT_SET: default: @@ -207,6 +213,9 @@ iousers_draw(void *arg) } else printf("XXXX/XXX XX:XX:XX"); break; + case TS_EPOCH: + printf("%20.9f", nstime_to_sec(&iui->start_abs_time)); + break; case TS_RELATIVE: case TS_NOT_SET: default: