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

RFB is used to detect and examine Remote Frame Buffer packets, such as VNC. More...

#include "Network.hpp"
#include "Flow.hpp"
Include dependency graph for RFB.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::RFB
 Detect and examine RFB packets, such as VNC.
 

Functions

bool Myra::Traffic::RFB::examine (Flow &flow, const Myra::PktInfo &info)
 Examine a packet for RFB (Remote Frame Buffer), and mark the flow if found. More...
 

Detailed Description

RFB is used to detect and examine Remote Frame Buffer packets, such as VNC.