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:
Arne Welzel 2023-07-04 17:55:41 +02:00
parent f6f9dd2620
commit 0d6174a5d6
3 changed files with 1 additions and 30 deletions

View file

@ -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;