From 7969ba997f6410654513f1094780033381433605 Mon Sep 17 00:00:00 2001 From: Robert Weber Date: Wed, 18 Sep 2013 17:41:44 -0600 Subject: [PATCH] reflections and required fields leave the sessionid blank when we sent an ES update --- protofiles/DpiMsgLRproto.proto | 2 +- resources/DpiMsgLRproto.protoheader | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/protofiles/DpiMsgLRproto.proto b/protofiles/DpiMsgLRproto.proto index 92614ade9b41f..cefa5b4e50cf8 100644 --- a/protofiles/DpiMsgLRproto.proto +++ b/protofiles/DpiMsgLRproto.proto @@ -19,7 +19,7 @@ message DpiMsgLRproto MID_FLOW_DETECT = 5; } - required string SessionId = 1; + optional string SessionId = 1; optional uint64 MacSource = 2; optional uint64 MacDest = 3; optional uint32 IpSource = 4; diff --git a/resources/DpiMsgLRproto.protoheader b/resources/DpiMsgLRproto.protoheader index df7802c0ad811..ca4d7c8ab9f96 100644 --- a/resources/DpiMsgLRproto.protoheader +++ b/resources/DpiMsgLRproto.protoheader @@ -19,7 +19,7 @@ message DpiMsgLRproto MID_FLOW_DETECT = 5; } - required string SessionId = 1; + optional string SessionId = 1; optional uint64 MacSource = 2; optional uint64 MacDest = 3; optional uint32 IpSource = 4;