Wireshark-commits: [Wireshark-commits] master dcbd556: mergecap: set full name as capture applicati

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 12 Dec 2018 02:58:05 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=dcbd556e4da77760edf991c4394cc1821c2fbd06
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

dcbd556 by Jaap Keuter (jaap.keuter@xxxxxxxxx):

    mergecap: set full name as capture application
    
    When mergecap is generating a PCAPNG capture file it sets its name
    ("mergecap") as the capture application. This seems rather limited,
    compared to e.g., text2pcap. This change sets the capture application
    name to "mergecap" with full details, the same as text2pcap:
    "mergecap (Wireshark) 2.9.0 (v2.9.0rc0-2798-g47d5a923)"
    
    Change-Id: Ia08717a9f2bcaa3fa1dc8ce13afcdaa8a0bc0c66
    Signed-off-by: Jaap Keuter <jaap.keuter@xxxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/31011
    Petri-Dish: Guy Harris <guy@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  8ab57eb   Update the release notes.
     add  dcbd556   mergecap: set full name as capture application


Summary of changes:
 mergecap.c | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)