Skip to content

Commit

Permalink
reflections and required fields leave the sessionid blank when we
Browse files Browse the repository at this point in the history
sent an ES update
  • Loading branch information
weberr13 committed Sep 18, 2013
1 parent cd922f2 commit 7969ba9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion protofiles/DpiMsgLRproto.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion resources/DpiMsgLRproto.protoheader
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7969ba9

Please sign in to comment.