|
| bool | openCaptureFile (QString cf_path, QString display_filter, unsigned int type, bool is_tempfile=false) |
| |
|
bool | openCaptureFile (QString cf_path=QString(), QString display_filter=QString()) |
| |
|
void | filterPackets (QString new_filter=QString(), bool force=false) override |
| |
|
void | layoutToolbars () |
| |
|
void | updatePreferenceActions () |
| |
|
void | updateRecentActions () |
| |
|
void | setTitlebarForCaptureFile () |
| |
|
void | showCaptureOptionsDialog () |
| |
|
void | captureFileOpened () |
| |
|
void | captureFileReadFinished () |
| |
|
void | captureFileClosing () |
| |
|
void | captureFileClosed () |
| |
|
void | launchRLCGraph (bool channelKnown, uint8_t RAT, uint16_t ueid, uint8_t rlcMode, uint16_t channelType, uint16_t channelId, uint8_t direction) |
| |
|
void | rtpPlayerDialogReplaceRtpStreams (QVector< rtpstream_id_t * > stream_ids) |
| |
|
void | rtpPlayerDialogAddRtpStreams (QVector< rtpstream_id_t * > stream_ids) |
| |
|
void | rtpPlayerDialogRemoveRtpStreams (QVector< rtpstream_id_t * > stream_ids) |
| |
|
void | rtpAnalysisDialogReplaceRtpStreams (QVector< rtpstream_id_t * > stream_ids) |
| |
|
void | rtpAnalysisDialogAddRtpStreams (QVector< rtpstream_id_t * > stream_ids) |
| |
|
void | rtpAnalysisDialogRemoveRtpStreams (QVector< rtpstream_id_t * > stream_ids) |
| |
|
void | rtpStreamsDialogSelectRtpStreams (QVector< rtpstream_id_t * > stream_ids) |
| |
|
void | rtpStreamsDialogDeselectRtpStreams (QVector< rtpstream_id_t * > stream_ids) |
| |
Public Slots inherited from MainWindow |
|
void | setDisplayFilter (QString filter, FilterAction::Action action, FilterAction::ActionType filterType) |
| |
|
virtual void | filterPackets (QString, bool)=0 |
| |
|
virtual void | showPreferencesDialog (QString module_name)=0 |
| |
|
virtual void | showIOGraphDialog (io_graph_item_unit_t, QString)=0 |
| |
|
virtual void | showPlotDialog (const QString &, bool)=0 |
| |
|
void | layoutPanes () |
| |
|
void | applyRecentPaneGeometry () |
| |
|
void | updateForUnsavedChanges () |
| |
|
void | cyclePane (bool reverse=false) |
| |
|
|
void | setDissectedCaptureFile (capture_file *cf) |
| |
|
void | closePacketDialogs () |
| |
|
void | reloadFields () |
| |
|
void | packetInfoChanged (struct _packet_info *pinfo) |
| |
|
void | fieldFilterChanged (const QByteArray field_filter) |
| |
|
void | selectRtpStream (rtpstream_id_t *id) |
| |
|
void | deselectRtpStream (rtpstream_id_t *id) |
| |
Signals inherited from MainWindow |
|
void | setCaptureFile (capture_file *cf) |
| |
|
void | captureActive (int) |
| |
|
void | fieldSelected (FieldInformation *) |
| |
|
void | fieldHighlight (FieldInformation *) |
| |
|
void | framesSelected (QList< int >) |
| |
|
void | filterAction (QString filter, FilterAction::Action action, FilterAction::ActionType type) |
| |
|
void | displayFilterSuccess (bool success) |
| |
|
|
| WiresharkMainWindow (QWidget *parent=nullptr) |
| |
|
QMenu * | createPopupMenu () override |
| |
|
CaptureFile * | captureFile () |
| |
|
void | setFunnelMenus (void) |
| |
|
void | removeAdditionalToolbar (QString toolbarName) |
| |
|
void | addInterfaceToolbar (const iface_toolbar *toolbar_entry) |
| |
|
void | removeInterfaceToolbar (const char *menu_title) |
| |
|
QString | getMwFileName () |
| |
|
void | setMwFileName (QString fileName) |
| |
Public Member Functions inherited from MainWindow |
|
| MainWindow (QWidget *parent=nullptr) |
| |
|
void | setMainWindowTitle (QString title=QString()) |
| |
|
bool | hasSelection () |
| |
|
bool | hasUniqueSelection () |
| |
|
QList< int > | selectedRows (bool useFrameNum=false) |
| |
|
void | insertColumn (QString name, QString abbrev, int pos=-1) |
| |
|
void | gotoFrame (int packet_num) |
| |
|
frame_data * | frameDataForRow (int) const |
| |
|
QString | getFilter () |
| |
|
MainStatusBar * | statusBar () |
| |
|
void | appendPacketMenu (FunnelAction *funnel_action) |
| |
|
QList< QAction * > | getPacketMenuActions () |
| |
|
void | clearAddedPacketMenus () |
| |
|
bool | addPacketMenus (QMenu *ctx_menu, GPtrArray *finfo_array) |
| |
|
|
bool | eventFilter (QObject *obj, QEvent *event) override |
| |
|
bool | event (QEvent *event) override |
| |
|
void | keyPressEvent (QKeyEvent *event) override |
| |
|
void | closeEvent (QCloseEvent *event) override |
| |
|
void | dragEnterEvent (QDragEnterEvent *event) override |
| |
|
void | dropEvent (QDropEvent *event) override |
| |
|
void | changeEvent (QEvent *event) override |
| |
| void | openRecentCaptureFile (const QString &filename) override |
| |
| bool | tryClosingCaptureFile (QString before_what, FileCloseContext context=Default) override |
| |
Protected Member Functions inherited from MainWindow |
|
void | showWelcome () |
| |
|
void | showCapture () |
| |
|
void | setTitlebarForCaptureInProgress () |
| |
|
void | setIconForCaptureInProgress (bool capture_in_progress) |
| |
|
QWidget * | getLayoutWidget (layout_pane_content_e type) |
| |
| void | populateRecentCapturesMenu () |
| |
| void | retranslateUiElements () |
| | Handle retranslation of UI elements in MainWindow.
|
| |
|
Protected Types inherited from MainWindow |
| enum | CopySelected {
CopyAllVisibleItems
, CopyAllVisibleSelectedTreeItems
, CopySelectedDescription
, CopySelectedFieldName
,
CopySelectedValue
, CopyListAsText
, CopyListAsCSV
, CopyListAsYAML
,
CopyListAsHTML
} |
| |
| enum | FileCloseContext {
Default
, Quit
, Restart
, Reload
,
Update
, Export
} |
| |
Protected Slots inherited from MainWindow |
|
void | addDisplayFilterTranslationActions (QMenu *copy_menu) |
| |
|
void | updateDisplayFilterTranslationActions (const QString &df_text) |
| |
|
void | updateTitlebar () |
| |
Protected Attributes inherited from MainWindow |
|
CaptureFile | capture_file_ |
| |
|
QList< register_stat_group_t > | menu_groups_ |
| |
|
QStackedWidget * | main_stack_ |
| |
|
WelcomePage * | welcome_page_ |
| |
|
QSplitter | master_split_ |
| |
|
QSplitter | extra_split_ |
| |
|
QWidget | empty_pane_ |
| |
|
QVector< unsigned > | cur_layout_ |
| |
|
PacketList * | packet_list_ |
| |
|
ProtoTree * | proto_tree_ |
| |
|
DataSourceTab * | data_source_tab_ |
| |
|
PacketDiagram * | packet_diagram_ |
| |
|
DisplayFilterCombo * | df_combo_box_ |
| |
|
MainStatusBar * | main_status_bar_ |
| |
|
ProfileSwitcher * | profile_switcher_ |
| |
|
bool | use_capturing_title_ |
| |
|
QMap< QString, QTextCodec * > | text_codec_map_ |
| |
|
QMenu * | recent_captures_menu_ |
| |
|
QAction * | no_recent_files_action_ |
| |