# File lib/packetfu/packet.rb, line 413
def
has_data?
;
self
.
payload
.
size
.
zero?
?
false
:
true
;
end