End of Line option. Usually used to terminate a string of options.
Methods
Class Public methods
Source: show
# File lib/packetfu/protos/tcp.rb, line 309 def initialize(args={}) super( args.merge(:kind => 0) ) end
Instance Public methods
Source: show
# File lib/packetfu/protos/tcp.rb, line 315 def decode "EOL" end