aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/import_text_dialog.h
AgeCommit message (Expand)AuthorFilesLines
2022-01-11text_import: Allow fake IP headers with Raw IP encapsulationJohn Thacker1-1/+1
2022-01-11import_text+Qt: Don't add impossible dummy headers to wrong encapsJohn Thacker1-9/+3
2021-12-30import_text: Allow setting interface name from GUIJohn Thacker1-0/+1
2021-12-29import_text: Move IPv6 header control, use QComboBoxJohn Thacker1-1/+1
2021-12-27import text: add IPv6 option, custom IPv6 addressesJohn Thacker1-0/+2
2021-12-27import text: Custom IPv4 source and destination address from GUIJohn Thacker1-0/+5
2021-12-26import_text: Add ASCII identification checkboxJohn Thacker1-0/+1
2021-11-30Add UI header files to DoxygenMoshe Kaplan1-1/+1
2021-09-18Qt: Store Import Hex Dump settingsStig Bjørlykke1-0/+6
2021-03-26Regex based textfile importPaul Weiß1-5/+28
2021-03-08Remove modelines in ui/qt.Gerald Combs1-13/+0
2018-10-31import: add export_pdu dummy header feature.Dario Lombardo1-1/+4
2018-05-01Fix comment end after SPDX identifierStig Bjørlykke1-1/+2
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-02-02Qt: use SPDX identifiers.Dario Lombardo1-14/+1
2017-07-11Qt: Move all utility widgets to widgets subdirectoryRoland Knall1-1/+1
2016-06-12Qt: Add import from hex dump without offsetsStig Bjørlykke1-0/+1
2015-12-12Qt: validate format string before calling strftime()Pascal Quantin1-2/+13
2015-05-25Fix out of tree buildsGraham Bloice1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespaceBill Meier1-2/+2
2013-08-29Add support for Qt5 (tested with 5.1.1).Gerald Combs1-1/+1
2013-04-05Add checkbox for the direction indication to the "Import from Hex Dump" dialog.Irene Rüngeler1-0/+1
2012-12-05Fix some C++ abuses that Guy found via LLVM.Gerald Combs1-1/+1
2012-10-31Set SVN properties.Gerald Combs1-1/+1
2012-10-08Add a PacketRangeGroupBox widget. Use it to implement "Export SelectedGerald Combs1-1/+4
2012-09-25Add modelines info for qtshark import fileAlexis La Goutte1-0/+13
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-18Make the help button do something.Gerald Combs1-0/+1
2012-09-17Add a text import dialog. Use libui.Gerald Combs1-0/+90