Using time values and summaries
Time format configuration is about how the time column (second from the left in the default configuration) will be presented. In some scenarios, there is an importance given to this, for example, in TCP connections where you want to see time intervals between packets, or when you capture data from several sources and you want to see the exact time of every packet.
Getting ready
To configure the time format, go to the View
menu, and under Time Display Format
, you will get the following window:

How to do it...
You can choose from the following options:
Date and Time of Day
: This will be good to configure when you troubleshoot a network with time-dependent events, for example, when you know about an event that happens at specific times, and you want to look at what happens on the network at the same time.Seconds Since...
: Time in seconds since January 1, 1970. Epoch is an arbitrary date chosen as a reference time for a system, and January 1, 1970 was chosen for Unix...