mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 23:28:20 +00:00
Allow for logging of the VLAN data about a connection in conn.log
This commit is contained in:
parent
d76c7a2657
commit
f29dbb90a5
17 changed files with 298 additions and 217 deletions
|
@ -181,6 +181,12 @@ public:
|
|||
*/
|
||||
uint32 vlan; ///
|
||||
|
||||
/**
|
||||
* (Innermost) VLAN tag if any, else 0. Valid iff Layer2Valid()
|
||||
* returns true.
|
||||
*/
|
||||
uint32 inner_vlan; ///
|
||||
|
||||
private:
|
||||
// Calculate layer 2 attributes. Sets
|
||||
void ProcessLayer2();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue