From 0f18a01bf774ab5b28961834f57af94157e1b95b Mon Sep 17 00:00:00 2001 From: Vern Paxson Date: Thu, 1 Apr 2021 19:16:07 -0700 Subject: [PATCH] fixed out-of-range enum constant --- scripts/base/frameworks/openflow/consts.zeek | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/base/frameworks/openflow/consts.zeek b/scripts/base/frameworks/openflow/consts.zeek index ea6a5e5eec..fded3477db 100644 --- a/scripts/base/frameworks/openflow/consts.zeek +++ b/scripts/base/frameworks/openflow/consts.zeek @@ -123,7 +123,7 @@ export { ## Return value for a cookie from a flow ## which is not added, modified or deleted ## from the Zeek openflow framework. - const INVALID_COOKIE = 0xffffffffffffffff; + const INVALID_COOKIE = 0x7fffffffffffffff; # Openflow physical port definitions ## Send the packet out the input port. This ## virual port must be explicitly used in