diff --git a/protofiles/DpiMsgLRproto.proto b/protofiles/DpiMsgLRproto.proto index 4ea7fc4b7a73a..c738728075218 100644 --- a/protofiles/DpiMsgLRproto.proto +++ b/protofiles/DpiMsgLRproto.proto @@ -62,6 +62,7 @@ message DpiMsgLRproto optional string StoragePath = 41; repeated uint32 SrcIP6 = 42; repeated uint32 DestIP6 = 43; + optional string RawData = 44; // REMEMBER TO UPDATE resources/DpiMsgLRproto.protoheader as well repeated bytes framed_ipQ_PROTO_DIAMETER = 343; // QOSMOS:Q_PROTO_DIAMETER,Q_DIAMETER_FRAMED_IP diff --git a/resources/DpiMsgLRproto.protoheader b/resources/DpiMsgLRproto.protoheader index 37fb6b973a613..88aa4ab83957b 100644 --- a/resources/DpiMsgLRproto.protoheader +++ b/resources/DpiMsgLRproto.protoheader @@ -62,5 +62,6 @@ message DpiMsgLRproto optional string StoragePath = 41; repeated uint32 SrcIP6 = 42; repeated uint32 DestIP6 = 43; + optional string RawData = 44; // REMEMBER TO UPDATE resources/DpiMsgLRproto.protoheader as well