Wireshark-commits: [Wireshark-commits] master 90233ff: We need to get the pathname of the executabl

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 31 Jan 2015 04:07:19 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=90233fff275be76b0d85a686b73cad05e14c7391
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

90233ff by Guy Harris (guy@xxxxxxxxxxxx):

    We need to get the pathname of the executable *before* running dumpcap.
    
    In order to find dumpcap, we need to get the pathname of the executable
    image, and we support -D in the first argument parsing loop, and that
    runs dumpcap to get the interface list, so we need to get the pathname
    of the executable image before that.
    
    Change-Id: If789cf1ff4f5cf5d5c3b171a3d4eb90a6e2faf1d
    Reviewed-on: https://code.wireshark.org/review/6869
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  cca2cde   No main window *to* update in the early argument list parsing.
    adds  90233ff   We need to get the pathname of the executable *before* running dumpcap.


Summary of changes:
 wireshark-qt.cpp |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)