Setup data structures to store more detailed packet information, this will be stored and handled locally rather than being sent off for analytics.
Data will be stored in a big ass circular buffer that we can then sort through to do the analytics.
These include:
- Basic data we stored before (byte size, type, etc)
- Associated entity with the packet
- Optional full packet data
- Timestamp