Returns the value for the first octet
77 78 79
# File 'lib/packetfu/protos/ip/header.rb', line 77 def o1 (self.to_i >> 24) & 0xff end