Module scoped_parser

Module scoped_parser 

Source
Expand description

Scoped parser for managing multiple NetFlow sources.

This module provides a convenient wrapper for handling NetFlow data from multiple sources (routers/exporters), ensuring template isolation per source.

Structs§

AutoScopedParser
Automatically scoped parser that handles RFC-compliant template isolation.
IpfixSourceKey
RFC-compliant source key for IPFIX flows.
RouterScopedParser
A parser that maintains separate template caches for each NetFlow source.
V9SourceKey
RFC-compliant source key for NetFlow v9 flows.

Enums§

ScopingInfo
Information extracted from NetFlow packet headers for RFC-compliant scoping.

Functions§

extract_scoping_info
Extract scoping information from a NetFlow packet header without full parsing.