Hi
I would take the combobox for "Show" and put a second one for the levels beside it. You than can copy the code that gets triggered by that box "ExpertInfoDialog::limitCheckBoxToggled" and add your code to it. Don't worry about the design (the whole dialog is not really up to date) and just add your code to it. If you do want to worry about the design, I would put both in a GroupBox and maybe rearrange them underneath? That acn be easily done by opening the .ui file for the dialog "expert_info_dialog.ui" in QtDesigner and do it there. You will have to edit the file anyhow as you need to add your combobox to it. If you do, put a label in front of it, so that it becomes clear what each box does.
If you want, you can tag me on the merge request and I will take a look at it
cheers
Roland
I have been implementing some extra categories in the severity and group level to help categorize events that happen in packet captures in my local wireshark source tree.
For example, I've added PI_UNEXPECTED, PI_DEGRADED, PI_FAIL, and PI_FATAL, and added PI_INTEGRITY and PI_OPERATION to the groups specific for my protocol domain.
I've been able to update the existing code for filtering the added severity levels, but I also want to add capability to filter on group from the Analyze -> Expert Info dialog box. How difficult would that be?
Not expecting a detailed analysis, just want to know at a high level what I'd be getting into. I'm not experienced in Qt development.
Thanks,
John D.
___________________________________________________________________________
Sent via: Wireshark-dev mailing list <
wireshark-dev@xxxxxxxxxxxxx>
Archives:
https://www.wireshark.org/lists/wireshark-dev
Unsubscribe:
https://www.wireshark.org/mailman/options/wireshark-dev
mailto:
wireshark-dev-request@xxxxxxxxxxxxx?subject=unsubscribe