OPAL Networking Functions¶
Networking related functions are helpful when analyzing networking data. They generally work on network addresses provided in string format, such as “10.0.0.1/8”
| Function | Description | 
|---|---|
| Converts integer-encoded IPv4 addresses to dotted-quad notation. | |
| Returns an IPv4 address representation of the argument value. | |
| Test whether an IPv4 address is in a given subnet. | |
| Converts IPv4 network addresses to integer representation. | |
| Given an IPv4 address string in dotted-quad format, convert the address to an integer representing the address. | |
| Parse an IPv4 or IPv6 network address into relevant attributes. |