zeek icon indicating copy to clipboard operation
zeek copied to clipboard

Switch IPv6_Hdr_Chain to a vector of objects instead of pointers

Open timwoj opened this issue 10 months ago • 0 comments

@awelzel provided this as a patch while reviewing the clang-tidy-modernize PR. This switches IPv6_Hdr_Chain from a vector of pointers to a vector of objects, to avoid the manual management of them.

timwoj avatar Jun 06 '25 19:06 timwoj