Actions
Optimization #6938
closedpacket: optimize packet data storage
Effort:
Difficulty:
Label:
Description
There are many mutually exclusive pointers in the packet, e.g. tcph and udph. Per protocol extra data is already in a union, so do the same for the pointers.
Actions