Class: PacketGen::Header::Eth

Inherits:
Object
  • Object
show all
Defined in:
lib/pcap2json/packetgen_extensions.rb

Instance Method Summary collapse

Instance Method Details

#to_hObject



92
93
94
95
96
97
98
# File 'lib/pcap2json/packetgen_extensions.rb', line 92

def to_h 
  { 
    "dst" =>  self.dst, 
    "src" =>  self.src, 
    "ethertype" =>  self.ethertype 
  } 
end