aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/import_text_dialog.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2016-06-05 21:06:51 +0200
committerAnders Broman <a.broman58@gmail.com>2016-06-12 21:31:11 +0000
commitd72b29c1cb6daa0510cb0e721e4dd20645aa450f (patch)
treefe6de5ee48dc406cd4100bef521c62f19153cd33 /ui/qt/import_text_dialog.h
parent0acc76a41796d343ffe1758f5ef4e5bb395ab429 (diff)
Qt: Add import from hex dump without offsets
Added support for importing from hex dump without offsets. This will create one packet with all hex values found in the file. Change-Id: I0414441721078befeb59aa6a87b9412646cfcf5c Reviewed-on: https://code.wireshark.org/review/15743 Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'ui/qt/import_text_dialog.h')
-rw-r--r--ui/qt/import_text_dialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/qt/import_text_dialog.h b/ui/qt/import_text_dialog.h
index c06a6df0fe..ce2efea85d 100644
--- a/ui/qt/import_text_dialog.h
+++ b/ui/qt/import_text_dialog.h
@@ -78,6 +78,7 @@ public slots:
private slots:
void on_textFileBrowseButton_clicked();
void on_textFileLineEdit_textChanged(const QString &arg1);
+ void on_noOffsetButton_toggled(bool checked);
void on_encapComboBox_currentIndexChanged(int index);
void on_dateTimeLineEdit_textChanged(const QString &arg1);
void on_directionIndicationCheckBox_toggled(bool checked);