mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Increase size of proto fields to uint16_t, add common default value
This commit is contained in:
parent
f762a45e83
commit
d0896e81d6
36 changed files with 110 additions and 110 deletions
|
@ -9,7 +9,7 @@ connection {
|
|||
conn_id {
|
||||
* orig_h: addr, log=T, optional=F
|
||||
* orig_p: port, log=T, optional=F
|
||||
* proto: count, log=F, optional=F
|
||||
* proto: count, log=F, optional=T
|
||||
* resp_h: addr, log=T, optional=F
|
||||
* resp_p: port, log=T, optional=F
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue