# File lib/packetfu/packet.rb, line 396
def
is_ethernet?
;
self
.
proto
.
include?
"Eth"
;
end