Class: Capp::Packet::UnknownLayer3Header

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#payload_offsetObject

Returns the value of attribute payload_offset

Returns:

  • (Object)

    the current value of payload_offset



139
140
141
# File 'lib/capp/packet.rb', line 139

def payload_offset
  @payload_offset
end