Bug ID |
12546
|
Summary |
Qt still missing some command-line options
|
Product |
Wireshark
|
Version |
Git
|
Hardware |
All
|
OS |
All
|
Status |
UNCONFIRMED
|
Severity |
Normal
|
Priority |
Low
|
Component |
Qt UI
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
This is to track the command-line options that are currently supported in GTK,
but not yet supported in Qt.
case 'j': /* Search backwards for a matching packet from filter in
option J */
case 'J': /* Jump to the first packet which matches the filter criteria
*/
case 'l': /* Automatic scrolling in live capture mode */
case 'm': /* Fixed-width font for the display */
Not sure if 'l' and 'm' remain applicable, but the "jump" functionality should
translate.
You are receiving this mail because:
- You are watching all bug changes.