Class, enums, and functions related to network traffic. More...
#include <set>
#include <string>
Classes | |
class | Myra::Traffic::Types |
A std::set<> of Traffic::Type. More... | |
Namespaces | |
Myra | |
Namespace declaration for all of the Myra Canyon helper functions. | |
Myra::Traffic | |
Namespace to group everything related to network traffic. | |
Functions | |
std::string | Myra::Traffic::to_string (const Myra::Traffic::Type &t) |
Convert the type to a single-word text string. More... | |
std::string | Myra::Traffic::to_string (const Types &types) |
Convert an entire Types container to a string. More... | |
bool | Myra::Traffic::examine_first_packet (Flow &flow, const Myra::PktInfo &info) |
Function to do the very first packet analysis for Flow. More... | |
bool | Myra::Traffic::examine_tcp_packet (Flow &flow, const Myra::PktInfo &info) |
Quickly examine a TCP packet for 3 key flags (SYN , FIN , and RST ). More... | |
bool | Myra::Traffic::debug_unknown_packet (Flow &flow, const Myra::PktInfo &info) |
Log debugging information on unknown flow packets. More... | |
Class, enums, and functions related to network traffic.