mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 13:08:20 +00:00
Fix typo in Sessions.h
Found by Eiji Yanagi (Cisco).
This commit is contained in:
parent
c8637b7430
commit
b682782024
3 changed files with 6 additions and 2 deletions
|
@ -186,7 +186,7 @@ protected:
|
|||
friend class IPTunnelTimer;
|
||||
|
||||
Connection* NewConn(HashKey* k, double t, const ConnID* id,
|
||||
const u_char* data, int proto, uint32 flow_lable,
|
||||
const u_char* data, int proto, uint32 flow_label,
|
||||
const Packet* pkt, const EncapsulationStack* encapsulation);
|
||||
|
||||
// Check whether the tag of the current packet is consistent with
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue