# File lib/packetfu/packet.rb, line 409
def
is_icmp?
;
self
.
proto
.
include?
"ICMP"
;
end