# Variables
Registry is the global instance of the ProtocolRegistry.
# Interfaces
Protocol is the interface that NetFlow protocol parsers must conform to.
# Type aliases
ProtocolFactory is the type for a factory method that creates instances of a protocol.
ProtocolRegistry allows protocols to be registered and be discovered by their protocol name.