Myra Canyon  v0.0.1-768
network control
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ICMP_Ping.hpp File Reference

Ping is used to detect and examine ICMP ping packets. More...

#include "Network.hpp"
#include "Flow.hpp"
Include dependency graph for ICMP_Ping.hpp:
This graph shows which files directly or indirectly include this file:

Namespaces

 Myra
 Namespace declaration for all of the Myra Canyon helper functions.
 
 Myra::Traffic
 Namespace to group everything related to network traffic.
 
 Myra::Traffic::Ping
 Detect and examine ICMP ping packets.
 

Functions

bool Myra::Traffic::Ping::examine (Flow &flow, const Myra::PktInfo &info)
 Examine a packet for ICMP ping, and mark the flow if found. More...
 

Detailed Description

Ping is used to detect and examine ICMP ping packets.