Class: Mu::Pcap::IPv4::ReassembleState

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

Instance Attribute Summary collapse

Instance Attribute Details

#bytesObject

Returns the value of attribute bytes

Returns:

  • (Object)

    the current value of bytes



151
152
153
# File 'lib/diy/parser/mu/pcap/ipv4.rb', line 151

def bytes
  @bytes
end

#mfObject

Returns the value of attribute mf

Returns:

  • (Object)

    the current value of mf



151
152
153
# File 'lib/diy/parser/mu/pcap/ipv4.rb', line 151

def mf
  @mf
end

#overlapObject

Returns the value of attribute overlap

Returns:

  • (Object)

    the current value of overlap



151
152
153
# File 'lib/diy/parser/mu/pcap/ipv4.rb', line 151

def overlap
  @overlap
end

#packetsObject

Returns the value of attribute packets

Returns:

  • (Object)

    the current value of packets



151
152
153
# File 'lib/diy/parser/mu/pcap/ipv4.rb', line 151

def packets
  @packets
end