URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=057798f8565fdc82c4d8d80c9c9a8fe8c7cc4bbe
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark
Commits:
057798f by Pascal Quantin (pascal.quantin@xxxxxxxxx):
Qt: fix loading of profile by command line
recent_read_static() must be called before processing the -C option
as it will select the last profile used.
While we are at it, add a missing profile_store_persconffiles(FALSE) call
to match what is done in GTK based UI
Bug: 12425
Change-Id: I9cfdca3ed25f0ed97535178973e3f0427b9ad2b1
Reviewed-on: https://code.wireshark.org/review/15371
Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
(cherry picked from commit 95f47187c7381e47883b5c095ca38d8fcecd1269)
Reviewed-on: https://code.wireshark.org/review/15376
Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from ed96054 Fix warnings for good ISUP messages
adds 057798f Qt: fix loading of profile by command line
Summary of changes:
wireshark-qt.cpp | 24 +++++++++++++-----------
1 file changed, 13 insertions(+), 11 deletions(-)