diff --git a/CHANGES b/CHANGES index d9c838ab92..d94378b555 100644 --- a/CHANGES +++ b/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 * Add DCE_RPC exchange_mapi operations to relevant consts.bro file (Dale Lakes) diff --git a/VERSION b/VERSION index 56baa7562a..2a0d3d2e1c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.6-beta2-31 +2.6-beta2-32 diff --git a/src/Sessions.h b/src/Sessions.h index 915b2f5631..b237428d25 100644 --- a/src/Sessions.h +++ b/src/Sessions.h @@ -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