Wireshark-commits: [Wireshark-commits] master 052d6a1: Qt: import hexdump into a pcapng file

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 17 Dec 2018 05:19:51 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=052d6a1d4344a30e511d636c38094902b9ce4358
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

052d6a1 by Jaap Keuter (jaap.keuter@xxxxxxxxx):

    Qt: import hexdump into a pcapng file
    
    When creating the temporary capture file to store the imported data in
    the file is created with the pcap format. To conform to the change to
    using pcapng format by default it is only reasonable to generated a
    temporary pcapng format file as well.
    
    Change-Id: I842431c1449751f8f2f3b85a47cab731de794c8a
    Signed-off-by: Jaap Keuter <jaap.keuter@xxxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/31066
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  74bd75b   wiretap: use appropriate extension for temporary files
     add  052d6a1   Qt: import hexdump into a pcapng file


Summary of changes:
 ui/qt/import_text_dialog.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)