mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 03:58: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
|
@ -19,8 +19,8 @@ namespace iosource {
|
|||
|
||||
class Packet;
|
||||
|
||||
extern void net_init(const std::string& interfaces,
|
||||
const std::string& pcap_input_file,
|
||||
extern void net_init(const std::optional<std::string>& interfaces,
|
||||
const std::optional<std::string>& pcap_input_file,
|
||||
const std::optional<std::string>& pcap_output_file,
|
||||
bool do_watchdog);
|
||||
extern void net_run();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue