https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4208
--- Comment #2 from Jörg Mayer <jmayer@xxxxxxxxx> 2009-11-05 09:13:13 PDT ---
This is just a comment/idea, not a criticism of the patch itself.
Having -g to do this and -G to do that and possibly -gx and -gy
may eventually lead to -gaga.
Wouldn't it make more sense to create a generic -G option that takes
a display filter as an argument and then jumps to the first packet that
matches said display filter, e.g. you could replace "-g 17" with "-G
'frame.number==17'". In your case that should be something like "-G
'frame.time_relative>=53'" (first fram 53 seconds into the trace).
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.