Opcodes

Summary

An enumeration that represents the TFTP possible operation codes.

See also

MessageTFTP

Structure

class Opcodes
UNKNOWN

0x00000000

TFTP_RRQ

0x00000001

TFTP_WRQ

0x00000002

TFTP_DATA

0x00000003

TFTP_ACK

0x00000004

TFTP_ERROR

0x00000005

TFTP_OACK

0x00000006