mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 23:58:20 +00:00
Add Connection class getter methods for flow labels.
BIT-1309 #close
This commit is contained in:
parent
c56df225b0
commit
51010eccd4
1 changed files with 3 additions and 0 deletions
|
@ -263,6 +263,9 @@ public:
|
||||||
|
|
||||||
void CheckFlowLabel(bool is_orig, uint32 flow_label);
|
void CheckFlowLabel(bool is_orig, uint32 flow_label);
|
||||||
|
|
||||||
|
uint32 GetOrigFlowLabel() { return orig_flow_label; }
|
||||||
|
uint32 GetRespFlowLabel() { return resp_flow_label; }
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
||||||
Connection() { persistent = 0; }
|
Connection() { persistent = 0; }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue