mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 10:38:20 +00:00
Remove deprecated/unused "packet" type
This commit is contained in:
parent
88ffe06004
commit
b635cc240b
4 changed files with 1 additions and 17 deletions
|
@ -145,8 +145,6 @@ double table_expire_interval;
|
|||
double table_expire_delay;
|
||||
int table_incremental_step;
|
||||
|
||||
RecordType* packet_type;
|
||||
|
||||
double connection_status_update_interval;
|
||||
|
||||
int orig_addr_anonymization, resp_addr_anonymization;
|
||||
|
@ -413,8 +411,6 @@ void init_net_var()
|
|||
software = internal_type("software")->AsRecordType();
|
||||
software_version = internal_type("software_version")->AsRecordType();
|
||||
|
||||
packet_type = internal_type("packet")->AsRecordType();
|
||||
|
||||
orig_addr_anonymization = opt_internal_int("orig_addr_anonymization");
|
||||
resp_addr_anonymization = opt_internal_int("resp_addr_anonymization");
|
||||
other_addr_anonymization = opt_internal_int("other_addr_anonymization");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue