Class: Capp::Packet::UnknownLayer3Header
- Inherits:
-
Struct
- Object
- Struct
- Capp::Packet::UnknownLayer3Header
- Defined in:
- lib/capp/packet.rb
Overview
Fake header for an unknown layer 3 protocol. See also Capp::Packet#unknown_layer3_header
Instance Attribute Summary collapse
-
#payload_offset ⇒ Object
Returns the value of attribute payload_offset.
Instance Attribute Details
#payload_offset ⇒ Object
Returns the value of attribute payload_offset
139 140 141 |
# File 'lib/capp/packet.rb', line 139 def payload_offset @payload_offset end |