tftp_common  1.3.0
Classes | Namespaces | Functions
parsers.hpp File Reference
#include "packets.hpp"
Include dependency graph for parsers.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  tftp_common::packets::ParseResult
 The result of parsing a single packet. More...
 

Namespaces

 tftp_common
 
 tftp_common::packets
 

Functions

ParseResult tftp_common::packets::parse (const std::uint8_t *Buffer, std::size_t Len, Request &Packet)
 
ParseResult tftp_common::packets::parse (const std::uint8_t *Buffer, std::size_t Len, Data &Packet)
 
ParseResult tftp_common::packets::parse (const std::uint8_t *Buffer, std::size_t Len, Acknowledgment &Packet)
 
ParseResult tftp_common::packets::parse (const std::uint8_t *Buffer, std::size_t Len, Error &Packet)
 
ParseResult tftp_common::packets::parse (const std::uint8_t *Buffer, std::size_t Len, OptionAcknowledgment &Packet)