Updated tests; removed net type from type conversion code.

This commit is contained in:
Gilbert Clark gc355804@ohio.edu 2011-08-30 11:40:50 -07:00
parent 5b6329577f
commit 728c0b5b35
7 changed files with 26 additions and 19 deletions

View file

@ -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: