make port annotation work and ascii input reader way more rebust with better error messages.

This commit is contained in:
Bernhard Amann 2011-12-06 10:42:37 -08:00
parent aecbbdd966
commit 4a690484ec
8 changed files with 187 additions and 81 deletions

View file

@ -1088,7 +1088,6 @@ string LogMgr::TransportProtoToString(TransportProto p) {
}
assert(false);
return "";
}
LogVal* LogMgr::ValToLogVal(Val* val, BroType* ty)