1 | initial version |
If you want to search for gaps of more than one 1 second within a TCP session, you can use the filter tcp.time_delta > 1
. The field tcp.time_delta is calculated by calculating the difference between packets within the same tcp stream.