aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ui/qt/wlan_statistics_dialog.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/qt/wlan_statistics_dialog.cpp b/ui/qt/wlan_statistics_dialog.cpp
index a6015048f2..8842a8c1ae 100644
--- a/ui/qt/wlan_statistics_dialog.cpp
+++ b/ui/qt/wlan_statistics_dialog.cpp
@@ -463,7 +463,8 @@ static const QString node_col_5_title_ = QObject::tr("Pkts Received");
static const QString node_col_11_title_ = QObject::tr("Comment");
WlanStatisticsDialog::WlanStatisticsDialog(QWidget &parent, CaptureFile &cf, const char *filter) :
- TapParameterDialog(parent, cf, HELP_STATS_WLAN_TRAFFIC_DIALOG)
+ TapParameterDialog(parent, cf, HELP_STATS_WLAN_TRAFFIC_DIALOG),
+ packet_count_(0)
{
setWindowSubtitle(tr("Wireless LAN Statistics"));