Class: Mu::Pcap::IPv4::ReassembleState
- Inherits:
-
Struct
- Object
- Struct
- Mu::Pcap::IPv4::ReassembleState
- Defined in:
- lib/mu/pcap/ipv4.rb
Instance Attribute Summary collapse
-
#bytes ⇒ Object
Returns the value of attribute bytes.
-
#mf ⇒ Object
Returns the value of attribute mf.
-
#overlap ⇒ Object
Returns the value of attribute overlap.
-
#packets ⇒ Object
Returns the value of attribute packets.
Instance Attribute Details
#bytes ⇒ Object
Returns the value of attribute bytes
151 152 153 |
# File 'lib/mu/pcap/ipv4.rb', line 151 def bytes @bytes end |
#mf ⇒ Object
Returns the value of attribute mf
151 152 153 |
# File 'lib/mu/pcap/ipv4.rb', line 151 def mf @mf end |
#overlap ⇒ Object
Returns the value of attribute overlap
151 152 153 |
# File 'lib/mu/pcap/ipv4.rb', line 151 def overlap @overlap end |
#packets ⇒ Object
Returns the value of attribute packets
151 152 153 |
# File 'lib/mu/pcap/ipv4.rb', line 151 def packets @packets end |