Added get_current_packet_header bif.

This commit is contained in:
Jan Grashoefer 2016-04-20 00:00:47 +02:00
parent 2fc8ef232a
commit c0bf1b3c67
6 changed files with 92 additions and 74 deletions

View file

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