Qt: import hexdump into a pcapng file
authorJaap Keuter <jaap.keuter@xs4all.nl>
Sun, 16 Dec 2018 21:00:45 +0000 (22:00 +0100)
committerAnders Broman <a.broman58@gmail.com>
Mon, 17 Dec 2018 05:19:45 +0000 (05:19 +0000)
commit052d6a1d4344a30e511d636c38094902b9ce4358
treee915f06bce1c71c621e2ba603a72be74768d2b86
parent74bd75baa58f9d569c856493df396e9f813539f5
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@xs4all.nl>
Reviewed-on: https://code.wireshark.org/review/31066
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
ui/qt/import_text_dialog.cpp