Qt: add display filter - invalid new filter syntax

This commit is contained in:
Chuck Craft 2021-06-05 14:58:37 -05:00 committed by Wireshark GitLab Utility
parent 7e9ac7a4fc
commit 8c79fa5e1b
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ void FilterDialog::on_newToolButton_clicked()
} else {
//: This text is automatically filled in when a new filter is created
name = tr("New display filter");
filter = "ip.addr == host.example.com";
filter = "ip.host == host.example.com";
}
addFilter(name, filter, true);