mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 18:48:20 +00:00
harmonize function naming
This commit is contained in:
parent
35ac787cd8
commit
f03a8cae04
3 changed files with 5 additions and 5 deletions
|
@ -30,7 +30,7 @@ class AsciiInputOutput {
|
|||
bool ValToODesc(ODesc* desc, threading::Value* val, const threading::Field* field) const;
|
||||
|
||||
// convert the ascii representation of a field into a Value
|
||||
threading::Value* EntryToVal(string s, string name, TypeTag type, TypeTag subtype = TYPE_ERROR) const;
|
||||
threading::Value* StringToVal(string s, string name, TypeTag type, TypeTag subtype = TYPE_ERROR) const;
|
||||
|
||||
/** Helper method to render an IP address as a string.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue