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§
- Auto
Scoped Parser - Automatically scoped parser that handles RFC-compliant template isolation.
- Ipfix
Source Key - RFC-compliant source key for IPFIX flows.
- Router
Scoped Parser - A parser that maintains separate template caches for each NetFlow source.
- V9Source
Key - RFC-compliant source key for NetFlow v9 flows.
Enums§
- Scoping
Info - 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.