https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4208
--- Comment #4 from Johanna Sochos <johanna.sochos@xxxxxxxxxxxxx> 2009-11-20 07:29:05 PDT ---
Jörg, you are of course very right with your comment about better implementing
a more general approach with a display filter.
My new patch does exactly that. With the -G option you can specify a display
filter and the focus will jump to the first packet that matches all the filter
criteria. Default search direction is forward, but specifying the additional -d
flag leads to a backward search.
Example:
wireshark -r test.pcap -d -G 'frame.time<="Nov 03, 2009 09:16:15.093930" &&
icmp'
will jump to the last ICMP packet before the given time.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.