struct Shodan::HostDataISAKMP

Included Modules

Defined in:

shodan/parsers/host_services/isakmp.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def aggressive : HostDataISAKMPAggressive | Nil #

[View source]
def aggressive=(aggressive : HostDataISAKMPAggressive | Nil) #

[View source]
def exchange_type : Int64 #

[View source]
def exchange_type=(exchange_type : Int64) #

[View source]
def flags : HostDataISAKMPFlags | Nil #

[View source]
def flags=(flags : HostDataISAKMPFlags | Nil) #

[View source]
def initiator_spi : String #

[View source]
def initiator_spi=(initiator_spi : String) #

[View source]
def length : Int64 #

[View source]
def length=(length : Int64) #

[View source]
def msg_id : String #

[View source]
def msg_id=(msg_id : String) #

[View source]
def next_payload : Int64 #

[View source]
def next_payload=(next_payload : Int64) #

[View source]
def responder_spi : String #

[View source]
def responder_spi=(responder_spi : String) #

[View source]
def vendor_ids : Array(String) #

[View source]
def vendor_ids=(vendor_ids : Array(String)) #

[View source]
def version : String #

[View source]
def version=(version : String) #

[View source]