Class: PacketGen::Header::Eth
- Inherits:
-
Object
- Object
- PacketGen::Header::Eth
- Defined in:
- lib/pcap2json/packetgen_extensions.rb
Instance Method Summary collapse
Instance Method Details
#to_h ⇒ Object
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 |