ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master 225c86f: Do the "-z help" processing separately, and

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 15 Nov 2014 00:27:51 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=225c86f7a27e2fd8cae24a472443580f174e14e9
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

225c86f by Guy Harris (guy@xxxxxxxxxxxx):

    Do the "-z help" processing separately, and do it for Wireshark as well.
    
    Yes, Wireshark does a bunch of GUI stuff, and then takes the window down
    before printing the help, but the same is true for some command-line
    error messages as well.
    
    Change-Id: Id501468416c83308e4c0a9e7a66116d8d33a9d84
    Reviewed-on: https://code.wireshark.org/review/5317
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  3554580   It's not missing, it's passed on.
    adds  225c86f   Do the "-z help" processing separately, and do it for Wireshark as well.


Summary of changes:
 tfshark.c      |   10 +++++-----
 tshark.c       |   10 +++++-----
 ui/gtk/main.c  |    5 +++++
 ui/qt/main.cpp |    5 +++++
 4 files changed, 20 insertions(+), 10 deletions(-)