Method: Rex::Post::Meterpreter::GroupTlv#each

Defined in:
lib/rex/post/meterpreter/packet.rb

#each(type = TLV_TYPE_ANY, &block) ⇒ Object

Enumerates TLVs of the supplied type.



380
381
382
# File 'lib/rex/post/meterpreter/packet.rb', line 380

def each(type = TLV_TYPE_ANY, &block)
  get_tlvs(type).each(&block)
end