mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +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
4
CHANGES
4
CHANGES
|
@ -1,4 +1,8 @@
|
||||||
|
|
||||||
|
2.6-beta2-32 | 2018-10-16 09:22:54 -0700
|
||||||
|
|
||||||
|
* Fix typo in Sessions.h (Eiji Yanagi (Cisco))
|
||||||
|
|
||||||
2.6-beta2-31 | 2018-10-15 16:42:36 -0500
|
2.6-beta2-31 | 2018-10-15 16:42:36 -0500
|
||||||
|
|
||||||
* Add DCE_RPC exchange_mapi operations to relevant consts.bro file (Dale Lakes)
|
* Add DCE_RPC exchange_mapi operations to relevant consts.bro file (Dale Lakes)
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
2.6-beta2-31
|
2.6-beta2-32
|
||||||
|
|
|
@ -186,7 +186,7 @@ protected:
|
||||||
friend class IPTunnelTimer;
|
friend class IPTunnelTimer;
|
||||||
|
|
||||||
Connection* NewConn(HashKey* k, double t, const ConnID* id,
|
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);
|
const Packet* pkt, const EncapsulationStack* encapsulation);
|
||||||
|
|
||||||
// Check whether the tag of the current packet is consistent with
|
// Check whether the tag of the current packet is consistent with
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue