mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 15:18:20 +00:00
Updated tests; removed net type from type conversion code.
This commit is contained in:
parent
5b6329577f
commit
728c0b5b35
7 changed files with 26 additions and 19 deletions
|
@ -54,8 +54,6 @@ static string _GetBroTypeString(const LogField *field)
|
|||
return "double";
|
||||
case TYPE_SUBNET:
|
||||
return "subnet";
|
||||
case TYPE_NET:
|
||||
return "net";
|
||||
case TYPE_ADDR:
|
||||
return "addr";
|
||||
case TYPE_ENUM:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue