SPL File CyberFunctions.spl
Content
- Functions
 - 
- convertIPv4AddressStringsToNumbers(list<rstring>, list<uint16>): This function converts IPv4 address strings to numbers.
 
 
Functions
list<uint32> convertIPv4AddressStringsToNumbers(list<rstring> ipv4AddressStrings, list<uint16> types)
This function converts IPv4 address strings to numbers.
Parameters
- ipv4AddressStrings: list of IPv4 addresses
 - types: list of record types
 
Returns
- a list of numbers