ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 4208] new command line option "jump to timestamp"

Date: Fri, 20 Nov 2009 07:29:06 -0800 (PST)
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.