Wireshark-commits: [Wireshark-commits] master 6c4ec4a: Qt: Make sure we have usable command line ar
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 16 Jun 2015 18:59:01 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6c4ec4aedbe94505d9262952b02f5c7faeb77868
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

6c4ec4a by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Qt: Make sure we have usable command line arguments.
    
    Call arg_list_utf_16to8 in wireshark-qt.cpp on Windows. Set our default
    codec in Qt4 to UTF-8 before doing so.
    
    Bug: 11276
    Change-Id: I8e0afb9523ddb5956d30424b7b7ad7f3ea0838c7
    Reviewed-on: https://code.wireshark.org/review/8954
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  200c15e   Pass the pseudo-header to wtap_encap dissectors via the "data" argument.
    adds  6c4ec4a   Qt: Make sure we have usable command line arguments.


Summary of changes:
 wireshark-qt.cpp       |   27 ++++++++++++++++-----------
 wsutil/unicode-utils.h |    8 ++++++++
 2 files changed, 24 insertions(+), 11 deletions(-)