mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 03:58:20 +00:00
Remove icmp_conn leftovers
Roughly 2.5 years ago all events taking the ``icmp_conn`` parameter were
removed with 44ad614094
and the NetVar.cc
type not populated anymore.
Remove the left-overs in script land, too.
This commit is contained in:
parent
f6f9dd2620
commit
0d6174a5d6
3 changed files with 1 additions and 30 deletions
|
@ -15,7 +15,6 @@ zeek::RecordType* endpoint_stats;
|
|||
zeek::RecordType* connection_type;
|
||||
zeek::RecordType* fa_file_type;
|
||||
zeek::RecordType* fa_metadata_type;
|
||||
zeek::RecordType* icmp_conn;
|
||||
zeek::RecordType* icmp_context;
|
||||
zeek::RecordType* SYN_packet;
|
||||
zeek::RecordType* pcap_packet;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue