Wireshark-commits: [Wireshark-commits] master 3773a75: Add command-line argument to request the ver
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 21 Jun 2014 01:05:04 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3773a7561c79e3545fca664c2a25cf2312de0ada
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

3773a75 by Jeff Morriss (jeff.morriss.ws@xxxxxxxxx):

    Add command-line argument to request the version to a number of the utilities.
    
    In some cases "-v" was already used so "-V" is the option.
    Note that the version information in these utilities is much shorter than what
    is presented by the big programs.
    
    As requested by https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5804
    
    Bug: 5804
    Change-Id: I35db35a4eace2797afd895f9be7322ef39928480
    Reviewed-on: https://code.wireshark.org/review/2489
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  c11ae8a   Add .rc files to the sources to have them included in the build Change-Id: I84dda519e617b24d92fcf374670a4a6ee6f488ee Reviewed-on: https://code.wireshark.org/review/2506 Reviewed-by: Jörg Mayer <jmayer@xxxxxxxxx>
    adds  3773a75   Add command-line argument to request the version to a number of the utilities.


Summary of changes:
 capinfos.c         |   21 ++++++++++++++++-----
 doc/capinfos.pod   |    5 +++++
 doc/editcap.pod    |    7 +++++++
 doc/mergecap.pod   |    5 +++++
 doc/reordercap.pod |    5 +++++
 doc/text2pcap.pod  |    7 ++++++-
 editcap.c          |   37 ++++++++++++++++++++++++-------------
 mergecap.c         |   23 +++++++++++++++++------
 reordercap.c       |   29 +++++++++++++++++++++--------
 text2pcap.c        |   25 ++++++++++++++++++-------
 10 files changed, 124 insertions(+), 40 deletions(-)