Class: PacketGen::Header::TFTP::RRQ

Inherits:
PacketGen::Header::TFTP show all
Defined in:
lib/packetgen/header/tftp.rb

Overview

TFTP Read Request header

Since:

  • 2.3.0

Direct Known Subclasses

WRQ

Constant Summary

Constants inherited from PacketGen::Header::TFTP

OPCODES

Instance Attribute Summary collapse

Attributes inherited from PacketGen::Header::TFTP

#body, #opcode

Attributes inherited from Base

#packet

Method Summary

Methods inherited from PacketGen::Header::TFTP

#added_to_packet, #decode!, #human_opcode, #initialize, #old_read, #read

Methods inherited from Base

#added_to_packet, bind, bind_header, calculate_and_set_length, #header_id, inherited, #ip_header, known_headers, #ll_header, #method_name, #parse?, #protocol_name, protocol_name

Methods inherited from Types::Fields

#[], #[]=, #body=, define_bit_fields_on, define_field, define_field_after, define_field_before, delete_field, #fields, #force_binary, inherited, #initialize, #inspect, #is_optional?, #is_present?, #optional_fields, #read, #sz, #to_h, #to_s

Constructor Details

This class inherits a constructor from PacketGen::Header::TFTP

Instance Attribute Details

#filenameString

Filename to access

Returns:

  • (String)


146
# File 'lib/packetgen/header/tftp.rb', line 146

define_field :filename, Types::CString

#modeString

Mode used. Should be netascii, octet or mail

Returns:

  • (String)


151
# File 'lib/packetgen/header/tftp.rb', line 151

define_field :mode, Types::CString