mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 07:38:19 +00:00
Packet analysis cleanup.
This commit is contained in:
parent
62562504d5
commit
8d834a1d89
7 changed files with 21 additions and 39 deletions
|
@ -78,7 +78,7 @@ void Packet::Weird(const char* name)
|
|||
sessions->Weird(name, this);
|
||||
}
|
||||
|
||||
IntrusivePtr<RecordVal> Packet::ToRawPktHdrVal() const
|
||||
RecordValPtr Packet::ToRawPktHdrVal() const
|
||||
{
|
||||
static auto raw_pkt_hdr_type = id::find_type<RecordType>("raw_pkt_hdr");
|
||||
static auto l2_hdr_type = id::find_type<RecordType>("l2_hdr");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue