Try to set a sensible capture filter at startup.

svn path=/trunk/; revision=51618
This commit is contained in:
Gerald Combs 2013-08-31 16:16:36 +00:00
parent 44c91cb02a
commit 35e20fba4b
1 changed files with 4 additions and 0 deletions

View File

@ -31,6 +31,8 @@
#include "main_welcome.h"
#include "ui_main_welcome.h"
#include "ui/util.h"
#include "tango_colors.h"
#include "wireshark_application.h"
@ -135,6 +137,8 @@ MainWelcome::MainWelcome(QWidget *parent) :
);
recent_files_->setTextElideMode(Qt::ElideLeft);
welcome_ui_->captureFilterComboBox->lineEdit()->setText(get_conn_cfilter());
connect(wsApp, SIGNAL(updateRecentItemStatus(const QString &, qint64, bool)), this, SLOT(updateRecentFiles()));
connect(wsApp, SIGNAL(appInitialized()), this, SLOT(destroySplashOverlay()));
connect(task_list_, SIGNAL(itemSelectionChanged()), this, SLOT(showTask()));