# Functions
Decode decodes a netlink.ArchivalRecord into a single Snapshot Initial ArchivalRecord may have just a Snapshot, just Metadata, or both.
LoadAll loads all snapshots from an ArchiveReader, and returns the metadata and slice of snapshots.
NewReader wraps an ArchiveReader and provides Next().
# Variables
ErrEmptyRecord is returned if an ArchivalRecord is empty.
# Structs
ConnectionLog contains a Metadata and slice of Snapshots.
Reader wraps an ArchiveReader to provide a Snapshot reader.
Snapshot contains all info gathered through netlink library.
# Type aliases
RouteAttrValue is the type of RouteAttr.Value.