mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 17:18:20 +00:00
Change packet source fields of Options to std::optional
This commit is contained in:
parent
b0a5eb27b1
commit
2f36113743
5 changed files with 22 additions and 20 deletions
|
@ -58,8 +58,8 @@ struct Options {
|
|||
std::vector<std::string> doctest_args;
|
||||
|
||||
std::optional<std::string> pcap_filter;
|
||||
std::string interface;
|
||||
std::string pcap_file;
|
||||
std::optional<std::string> interface;
|
||||
std::optional<std::string> pcap_file;
|
||||
std::vector<std::string> signature_files;
|
||||
|
||||
std::optional<std::string> pcap_output_file;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue