mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 08:08:19 +00:00
Added get_current_packet_header bif.
This commit is contained in:
parent
2fc8ef232a
commit
c0bf1b3c67
6 changed files with 92 additions and 74 deletions
|
@ -19,6 +19,8 @@ extern RecordType* icmp_context;
|
|||
extern RecordType* signature_state;
|
||||
extern RecordType* SYN_packet;
|
||||
extern RecordType* pcap_packet;
|
||||
extern RecordType* raw_pkt_hdr_type;
|
||||
extern RecordType* l2_hdr_type;
|
||||
extern EnumType* transport_proto;
|
||||
extern TableType* string_set;
|
||||
extern TableType* string_array;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue