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() ;
96 virtual QList<QVariant> treeItemData(QTreeWidgetItem *it)
const;
103 virtual void fillTree();
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
Base class for statistics dialogs driven by a tap and an optional display filter, presenting results ...
Definition tap_parameter_dialog.h:58
Dialog for displaying and filtering WLAN network statistics, including per-network and per-station pa...
Definition wlan_statistics_dialog.h:24
~WlanStatisticsDialog()
Destroys the dialog and deregisters the tap listener.
Definition wlan_statistics_dialog.cpp:536
void captureFileClosing()
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