mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Merge branch 'smoot-improve-from_json' of github.com:/stevesmoot/zeek
* 'smoot-improve-from_json' of github.com:/stevesmoot/zeek: update baseline for zam Update src/zeek.bif Change from_json to return an error rather than print it.
This commit is contained in:
commit
fdecfba6b4
49 changed files with 49 additions and 70 deletions
|
@ -1491,6 +1491,7 @@ function from_json_default_key_mapper(s: string): string
|
|||
type from_json_result: record {
|
||||
v: any &optional; ##< Parsed value.
|
||||
valid: bool; ##< True if parsing was successful.
|
||||
err: string &optional; ## Error string if unsuccessful.
|
||||
};
|
||||
|
||||
# TCP values for :zeek:see:`endpoint` *state* field.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue