10#ifndef WLANSTATISTICSDIALOG_H
11#define WLANSTATISTICSDIALOG_H
53 QElapsedTimer *add_station_timer_;
54 QString displayFilter_;
61 static void tapReset(
void *ws_dlg_ptr);
75 const void *wlan_hdr_ptr, tap_flags_t flags);
82 static void tapDraw(
void *ws_dlg_ptr);
88 virtual const QString filterExpression()
override;
96 virtual QList<QVariant> treeItemData(QTreeWidgetItem *it)
const override;
103 virtual void fillTree()
override;
110 void addStationTreeItems();
116 void updateHeaderLabels();
123 void filterUpdated(QString filter);
Manages a capture file and its associated state and operations.
Definition capture_file.h:27
Delegate for drawing a percentage bar in an item view.
Definition percent_bar_delegate.h:40
TapParameterDialog(QWidget &parent, CaptureFile &cf, int help_topic=0)
Constructs the tap parameter dialog and registers it for retapping.
Definition tap_parameter_dialog.cpp:69
WlanStatisticsDialog(QWidget &parent, CaptureFile &cf, const char *filter)
Constructs the WLAN Statistics dialog and registers the tap listener.
Definition wlan_statistics_dialog.cpp:476
~WlanStatisticsDialog()
Destroys the dialog and deregisters the tap listener.
Definition wlan_statistics_dialog.cpp:536
void captureFileClosing() override
Called when the associated capture file is being closed; stops the tap and disables any actions that ...
Definition wlan_statistics_dialog.cpp:683
Represents the metadata and indexing information for a single captured frame.
Definition packet_info.h:43
Holds all state for the dissection of a single byte array, including session, buffer,...
Definition epan_dissect.h:28
tap_packet_status
Definition tap.h:22