mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 21:18:20 +00:00
fix some stupid, not that easy to find bugs.
Functionality seems to work completely again - including all tests passing.
This commit is contained in:
parent
3286d013c9
commit
bf597012f8
9 changed files with 690 additions and 314 deletions
|
@ -92,9 +92,13 @@ global try: count;
|
|||
|
||||
event line(description: Input::TableDescription, tpe: Input::Event, left: Idx, right: Val) {
|
||||
print outfile, "============EVENT============";
|
||||
#print outfile, description;
|
||||
print outfile, "Description";
|
||||
print outfile, description;
|
||||
print outfile, "Type";
|
||||
print outfile, tpe;
|
||||
print outfile, "Left";
|
||||
print outfile, left;
|
||||
print outfile, "Right";
|
||||
print outfile, right;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue