#include <sbox.hpp>
Atrybuty publiczne | |
| struct iphdr | ip |
| struct udphdr | udp |
| unsigned short | opcode |
| union { | |
| char rrq [TFTP_DEFAULTSIZE_PACKET] | |
| struct { | |
| unsigned short block | |
| char download [TFTP_MAX_PACKET] | |
| } data | |
| struct { | |
| unsigned short block | |
| } ack | |
| struct { | |
| unsigned short errcode | |
| char errmsg [TFTP_DEFAULTSIZE_PACKET] | |
| } err | |
| struct { | |
| char data [TFTP_DEFAULTSIZE_PACKET+2] | |
| } oack | |
| } | u |
Definicja w linii 529 pliku sbox.hpp.
struct iphdr tftp_t::ip [read] |
struct udphdr tftp_t::udp [read] |
| unsigned short tftp_t::opcode |
| char tftp_t::rrq[TFTP_DEFAULTSIZE_PACKET] |
| unsigned short tftp_t::block |
| char tftp_t::download[TFTP_MAX_PACKET] |
| struct { ... } tftp_t::data |
| struct { ... } tftp_t::ack |
| unsigned short tftp_t::errcode |
| char tftp_t::errmsg[TFTP_DEFAULTSIZE_PACKET] |
| struct { ... } tftp_t::err |
| char tftp_t::data[TFTP_DEFAULTSIZE_PACKET+2] |
| struct { ... } tftp_t::oack |
| union { ... } tftp_t::u |
1.5.6