Sha256: d7235afbd6425933e7f8d59487d73774646e42ed7551697059aaf6932c79bef6
Contents?: true
Size: 239 Bytes
Versions: 1
Compression:
Stored size: 239 Bytes
Contents
module Nmapr module Options module SCTP def sctp(type = :init) case type when :init add_argument("-sY") when :cookie_echo add_argument("-sZ") end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
nmapr-1.0.0 | lib/nmapr/options/sctp.rb |