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