aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/capture_options_dialog.ui
AgeCommit message (Collapse)AuthorFilesLines
2020-12-04Qt: Increase ring buffer file number limitDylan Ulis1-1/+1
Notes: 1. Wireshark internal max limit for ring buffer files is 100,000 2. Wireshark internal limit before warning the user is 65,535 3. GTK: The old GUI did not limit the value for this parameter 4. Qt: This value was limited to 1,000 Change: Set the GUI limit to match the warning limit (65,535)
2020-11-18capture option dialog: fix unintentional dialog size by merge request 422Masaru Tsuchiyama1-2/+2
2020-11-02remove empty zorder (fix warning)Masaru Tsuchiyama1-1/+0
2020-10-30enable compression options only when gbNewFileAuto is checked.Masaru Tsuchiyama1-118/+118
2020-10-30add support for compression of capture fileMasaru Tsuchiyama1-18/+51
2019-12-05WSUG: Update the capture chapter.Gerald Combs1-1/+1
Update the capture interface and options portions of the capture chapter. Change-Id: Ie50731264dacba2663e1de8ae5fdda7f5fbae1e9 Reviewed-on: https://code.wireshark.org/review/35281 Reviewed-by: Gerald Combs <gerald@wireshark.org> Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-12-03Qt: Rename the Capture Interfaces dialog to Capture Options.Gerald Combs1-0/+905
Rename Capture Interfaces to Capture Options to match its main menu item. "Options" also more closely matches what the dialog actually does. Fixup a help item URL while we're here. Change-Id: Iec8bdfc9f7ae6fc4fd9e97bb366b63cff139f3a6 Reviewed-on: https://code.wireshark.org/review/35294 Reviewed-by: Gerald Combs <gerald@wireshark.org> Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>