From e944c405f4b19ed74729b032da05a744d9a7f314 Mon Sep 17 00:00:00 2001 From: "Yannick.Polius" Date: Fri, 9 Oct 2015 12:18:43 -0600 Subject: [PATCH] DpiMsgLRProto: added FlowClassified field --- protofiles/DpiMsgLRproto.proto | 1 + resources/DpiMsgLRproto.protoheader | 1 + resources/StaticFields.csv | 1 + 3 files changed, 3 insertions(+) diff --git a/protofiles/DpiMsgLRproto.proto b/protofiles/DpiMsgLRproto.proto index f2a94d2d61ca5..a551e8b9b5c4b 100644 --- a/protofiles/DpiMsgLRproto.proto +++ b/protofiles/DpiMsgLRproto.proto @@ -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 diff --git a/resources/DpiMsgLRproto.protoheader b/resources/DpiMsgLRproto.protoheader index 21884f363bafe..557fd081189e9 100644 --- a/resources/DpiMsgLRproto.protoheader +++ b/resources/DpiMsgLRproto.protoheader @@ -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 diff --git a/resources/StaticFields.csv b/resources/StaticFields.csv index ea713efc05a3c..49b66323cb1bd 100644 --- a/resources/StaticFields.csv +++ b/resources/StaticFields.csv @@ -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" \ No newline at end of file