Wireshark-commits: [Wireshark-commits] master 5ec5da3: Add missing initialization calls.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 3 Mar 2016 21:36:32 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5ec5da3f683de88d9aef3e886280af7039163c42
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

5ec5da3 by Guy Harris (guy@xxxxxxxxxxxx):

    Add missing initialization calls.
    
    Do the same thing editcap does; we need to know, for example, whether we
    were invoked with elevated privileges, so we know whether to pay
    attention to environment variables when loading plugins.
    
    Fix program name, and add a comment from editcap, while we're at it.
    
    Change-Id: Ia092331de129d86783a2600be21cff746d4ed5e3
    Reviewed-on: https://code.wireshark.org/review/14334
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  894804a   QT: TCP Stream Graph: Fix index number
    adds  5ec5da3   Add missing initialization calls.


Summary of changes:
 mergecap.c |    9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)