-
-
Notifications
You must be signed in to change notification settings - Fork 567
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extracted IPFIX plugin into separate compile module
- Loading branch information
1 parent
4e710fd
commit be99c63
Showing
6 changed files
with
421 additions
and
287 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#pragma once | ||
|
||
std::vector<system_counter_t> get_ipfix_sampling_rates(); | ||
std::vector<system_counter_t> get_ipfix_stats(); | ||
|
||
bool process_ipfix_packet(const uint8_t* packet, | ||
uint32_t udp_packet_length, | ||
const std::string& client_addres_in_string_format, | ||
uint32_t client_ipv4_address); | ||
|
||
void load_ipfix_template_cache(); | ||
void load_ipfix_sampling_cache(); | ||
|
Oops, something went wrong.