URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a984dbf0174408ca776c288e6454f0695afabfaa
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
a984dbf by Guy Harris (guy@xxxxxxxxxxxx):
Do the first-pass argument parsing before creating the WiresharkApplication.
That way, *all* the don't-need-a-GUI options can be processed without
trying to pop up a GUI, just as is the case with the GTK+ version.
Change-Id: Icbe47642eec45e887087f46c366322b8f23206cc
Reviewed-on: https://code.wireshark.org/review/6866
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from e76e140 Qt: Fix library path reset.
adds a984dbf Do the first-pass argument parsing before creating the WiresharkApplication.
Summary of changes:
wireshark-qt.cpp | 253 ++++++++++++++++++++++++++----------------------------
1 file changed, 120 insertions(+), 133 deletions(-)