37 QString &capfileName();
40 void enableHeaderWidgets(uint encapsulation = WTAP_ENCAP_ETHERNET);
43 void enableFieldWidgets(
bool enable_direction_input =
true,
bool enable_time_input =
true);
45 void check_line_edit(
SyntaxLineEdit *le,
bool &ok_enable,
const QString &num_str,
int base,
unsigned max_val,
bool is_short,
unsigned *val_ptr);
46 void checkAddress(
SyntaxLineEdit *le,
bool &ok_enable,
const QString &addr_str, ws_in4_addr *val_ptr);
48 bool checkDateTimeFormat(
const QString &time_format);
50 void loadSettingsFile();
51 void saveSettingsFile();
52 void applyDialogSettings();
53 void storeDialogSettings();
55 void updateImportButtonState();
57 Ui::ImportTextDialog *ti_ui_;
60 QPushButton *import_button_;
61 QButtonGroup *encap_buttons;
63 QString capfile_name_;
65 bool timestamp_format_ok_;
70 bool in_indication_ok_;
71 bool out_indication_ok_;
89 void on_textFileBrowseButton_clicked();
90 void on_textFileLineEdit_textChanged(
const QString &arg1);
91 void on_modeTabWidget_currentChanged(
int index);
92 void on_timestampFormatLineEdit_textChanged(
const QString &arg1);
95 void on_noOffsetButton_toggled(
bool checked);
96 void on_directionIndicationCheckBox_toggled(
bool checked);
97 void on_asciiIdentificationCheckBox_toggled(
bool checked);
100 void on_regexTextEdit_textChanged();
101 void on_dataEncodingComboBox_currentIndexChanged(
int index);
102 void on_dirInIndicationLineEdit_textChanged(
const QString &arg1);
103 void on_dirOutIndicationLineEdit_textChanged(
const QString &arg1);
106 void on_encapComboBox_currentIndexChanged(
int index);
107 void encap_buttonsToggled(QAbstractButton *button,
bool checked);
108 void on_ipVersionComboBox_currentIndexChanged(
int index);
109 void on_ethertypeLineEdit_textChanged(
const QString ðertype_str);
110 void on_protocolLineEdit_textChanged(
const QString &protocol_str);
111 void on_sourceAddressLineEdit_textChanged(
const QString &source_addr_str);
112 void on_destinationAddressLineEdit_textChanged(
const QString &destination_addr_str);
113 void on_sourcePortLineEdit_textChanged(
const QString &source_port_str);
114 void on_destinationPortLineEdit_textChanged(
const QString &destination_port_str);
115 void on_tagLineEdit_textChanged(
const QString &tag_str);
116 void on_ppiLineEdit_textChanged(
const QString &ppi_str);
119 void on_maxLengthLineEdit_textChanged(
const QString &max_frame_len_str);
120 void on_buttonBox_helpRequested();
Definition import_text_dialog.h:31
Definition text_import.h:65