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

FTP is used to detect and examine plain text FTP packets. More...

#include "Network.hpp"
#include "Flow.hpp"
Include dependency graph for FTP.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::FTP
 Detect and examine plain text FTP packets.
 

Functions

bool Myra::Traffic::FTP::examine (Flow &flow, const Myra::PktInfo &info)
 Examine a packet for FTP, and mark the flow if found. More...
 
bool Myra::Traffic::FTP::helper (Flow &flow, const Myra::PktInfo &info)
 Helper exam to detect when a data connection will be taking place. More...
 

Detailed Description

FTP is used to detect and examine plain text FTP packets.