Skip to content

Commit

Permalink
Merge pull request elastic#419 from Yannick-Polius/update/dpimsglr_ad…
Browse files Browse the repository at this point in the history
…d_classified_field

DpiMsgLRProto: added FlowClassified field
  • Loading branch information
Shweta Bhandare authored and Shweta Bhandare committed Oct 14, 2015
2 parents eb5f417 + e944c40 commit 0a82f5e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions protofiles/DpiMsgLRproto.proto
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ message DpiMsgLRproto
repeated EmailAttach emailAttachments = 49;
repeated CustomField customFields = 50;
optional uint64 RepeatedFieldCount = 51;
optional bool FlowClassified = 52;
// REMEMBER TO UPDATE resources/DpiMsgLRproto.protoheader as well
// REMEMBER TO UPDATE resources/StaticFields.csv as well

Expand Down
1 change: 1 addition & 0 deletions resources/DpiMsgLRproto.protoheader
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ message DpiMsgLRproto
repeated EmailAttach emailAttachments = 49;
repeated CustomField customFields = 50;
optional uint64 RepeatedFieldCount = 51;
optional bool FlowClassified = 52;
// REMEMBER TO UPDATE resources/DpiMsgLRproto.protoheader as well
// REMEMBER TO UPDATE resources/StaticFields.csv as well

1 change: 1 addition & 0 deletions resources/StaticFields.csv
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,4 @@ Internal, Internal, fieldcountindexed, FieldCountIndexed, uint32, "Field count i
Internal, Internal, emailAttachments, EmailAttachments, EmailAttach, "Email attachment structure."
Internal, Internal, customfields, CustomFields, CustomField, "Custom Fields."
Internal, Internal, repeatedfieldcount, RepeatedFieldCount, uint64, "Total repeated fields in DPI message."
Internal, Internal, flowclassified, FlowClassified, bool, "Flow Classified"

0 comments on commit 0a82f5e

Please sign in to comment.