cfilters/cli: -f "predef:..." needs cfilters loaded

Restore early loading of cfilters file removed in e0ddc7ad.
This commit is contained in:
Chuck Craft 2021-11-15 10:59:28 -06:00 committed by Wireshark GitLab Utility
parent a523135202
commit 8a19d8d1c7
1 changed files with 3 additions and 0 deletions

View File

@ -1087,6 +1087,9 @@ _e_prefs *WiresharkApplication::readConfigurationFiles(bool reset)
}
#endif
/* Read the capture filter file. */
read_filter_list(CFILTER_LIST);
return prefs_p;
}