mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 01:58:20 +00:00
Determining final L3 layer protocol right inside PktSrc.
This commit is contained in:
parent
86440e44fc
commit
64a478dbd5
6 changed files with 41 additions and 55 deletions
|
@ -1175,7 +1175,7 @@ Packet* Packet::Unserialize(UnserialInfo* info)
|
|||
}
|
||||
|
||||
Packet *p = new Packet(link_type, &ts, caplen, len, pkt, true,
|
||||
std::string(tag), hdr_size, l3_proto);
|
||||
std::string(tag), hdr_size, (Layer3Proto) l3_proto);
|
||||
delete [] tag;
|
||||
|
||||
// For the global timer manager, we take the global network_time as the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue