Hi all,
I submitted two related patches
37180 and
37191, would love to hear comments.
The first adds an option for showing the timestamp of the last loaded frame. This helps us because the existing statistics don't tell us whether Wireshark has loaded packets upto a point in time.
The second
adds option for Tshark to stop reading from the
capture file when a condition (specified in Wireshark display filter
syntax) is satisfied by a packet. This serves the same use case as the first, but also allows more types of breaking conditions.
--