mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 07:08:19 +00:00
Set original/outer packet flags to reflect inner packet results
Propagate inner packet flags such as 'processed', 'dump_packet', 'dump_size' to outer packet for packets involving tunneled data.
This commit is contained in:
parent
b7b31ebce5
commit
0257b6cd32
3 changed files with 15 additions and 4 deletions
|
@ -46,6 +46,7 @@ void Packet::Init(int arg_link_type, pkt_timeval* arg_ts, uint32_t arg_caplen, u
|
|||
data = arg_data;
|
||||
|
||||
dump_packet = false;
|
||||
dump_size = 0;
|
||||
|
||||
time = ts.tv_sec + double(ts.tv_usec) / 1e6;
|
||||
eth_type = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue