46 void addCodecs(
const QMap<QString, QTextCodec *> &codecMap);
49 bool eventFilter(QObject *obj, QEvent *event);
50 void keyPressEvent(QKeyEvent *event);
55 void on_sbStart_valueChanged(
int value);
56 void on_sbEnd_valueChanged(
int value);
57 void on_cbDecodeAs_currentIndexChanged(
int idx);
58 void on_cbShowAs_currentIndexChanged(
int idx);
59 void on_leFind_returnPressed();
60 void on_bFind_clicked();
61 void on_buttonBox_rejected();
63 void showSelected(
int start,
int end);
64 void useRegexFind(
bool use_regex);
65 void findText(
bool go_back =
true);
72 void setStartAndEnd(
int start,
int end);
73 bool enableShowSelected();
75 void updateHintLabel();
76 void sanitizeBuffer(QByteArray &ba,
bool handle_CR);
77 void symbolizeBuffer(QByteArray &ba);
78 QByteArray decodeQuotedPrintable(
const uint8_t *bytes,
int length);
79 void rot13(QByteArray &ba);
80 void updateFieldBytes(
bool initialization =
false);
81 void updatePacketBytes();
83 Ui::ShowPacketBytesDialog *ui;
86 QByteArray field_bytes_;
88 QString decode_as_name_;
89 QPushButton *print_button_;
90 QPushButton *copy_button_;
91 QPushButton *save_as_button_;
void captureFileClosing()
Called when the capture file is about to close. This can be used to disconnect taps and similar actio...
Definition show_packet_bytes_dialog.cpp:912
Definition show_packet_bytes_dialog.h:99