mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 21:48:21 +00:00
Fix typo in documentation of a field in connection record
This commit is contained in:
parent
0687b4f601
commit
7b6ab180b6
1 changed files with 1 additions and 1 deletions
|
@ -349,7 +349,7 @@ type connection: record {
|
||||||
## The outer VLAN, if applicable, for this connection.
|
## The outer VLAN, if applicable, for this connection.
|
||||||
vlan: int &optional;
|
vlan: int &optional;
|
||||||
|
|
||||||
## The VLAN vlan, if applicable, for this connection.
|
## The inner VLAN, if applicable, for this connection.
|
||||||
inner_vlan: int &optional;
|
inner_vlan: int &optional;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue