mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
add some dhcp options
This commit is contained in:
parent
d886f40728
commit
1eda26d16f
5 changed files with 152 additions and 0 deletions
|
@ -3521,6 +3521,18 @@ export {
|
|||
|
||||
## URL to find a proxy.pac for auto proxy config (Option 252)
|
||||
auto_proxy_config: string &optional;
|
||||
|
||||
## 25
|
||||
time_offset: int &optional;
|
||||
|
||||
## 26
|
||||
timeserver_list: DHCP::Addrs &optional;
|
||||
|
||||
## 27
|
||||
nameserver_list: DHCP::Addrs &optional;
|
||||
|
||||
## 28
|
||||
ntpserver_list: DHCP::Addrs &optional;
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue