Skip to content

Commit

Permalink
Merge pull request logrhythm#76 from Robert-Weber/emptySessionIds
Browse files Browse the repository at this point in the history
reflections and required fields leave the sessionid blank when we
  • Loading branch information
Ben Aldrich committed Oct 7, 2013
2 parents cd922f2 + 7969ba9 commit bf41cb1
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 bf41cb1

Please sign in to comment.