Class: Mu::Pcap::TCP::ReorderState

Inherits:
Struct
  • Object
show all
Defined in:
lib/diy/parser/mu/pcap/tcp.rb

Instance Attribute Summary collapse

Instance Attribute Details

#next_seqObject

Returns the value of attribute next_seq

Returns:

  • (Object)

    the current value of next_seq



119
120
121
# File 'lib/diy/parser/mu/pcap/tcp.rb', line 119

def next_seq
  @next_seq
end

#queuedObject

Returns the value of attribute queued

Returns:

  • (Object)

    the current value of queued



119
120
121
# File 'lib/diy/parser/mu/pcap/tcp.rb', line 119

def queued
  @queued
end