Echo Reply option.
ECHOREPLY options with lengths other than 6 are malformed.
# File lib/packetfu/protos/tcp/option.rb, line 273 def decode if self[:optlen].to_i == 6 "ECHOREPLY:#{self[:value]}" else "ECHOREPLY-bad:#{self[:value]}" end end
Generated with the Darkfish Rdoc Generator 2.