From 0dca1a70a7f90a3115f3b006f9aa608bae1380d9 Mon Sep 17 00:00:00 2001 From: Tim Wojtulewicz Date: Tue, 14 Sep 2021 19:26:28 -0700 Subject: [PATCH] Reformat docs in addrs.zeek to fix doc generation --- scripts/base/utils/addrs.zeek | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/base/utils/addrs.zeek b/scripts/base/utils/addrs.zeek index 9e63d1e732..755fdfc0cd 100644 --- a/scripts/base/utils/addrs.zeek +++ b/scripts/base/utils/addrs.zeek @@ -83,9 +83,7 @@ function has_valid_octets(octets: string_vec): bool ## ## input: a string that may contain an IP address anywhere within it. ## -## check_wrapping: if true, will only return IP addresses that are wrapped in matching -## pairs of spaces, square brackets, curly braces, or parens. This can be used to avoid -## extracting strings that look like IPs from innocuous strings, such as SMTP headers. +## check_wrapping: if true, will only return IP addresses that are wrapped in matching pairs of spaces, square brackets, curly braces, or parens. This can be used to avoid extracting strings that look like IPs from innocuous strings, such as SMTP headers. ## ## Returns: an array containing all valid IP address strings found in *input*. function extract_ip_addresses(input: string, check_wrapping: bool &default=F): string_vec