Skip to content

Commit

Permalink
Merge pull request elastic#187 from Robert-Weber/syslogFromGenericSou…
Browse files Browse the repository at this point in the history
…rce5

A raw data field for refactoring
  • Loading branch information
weberr13 committed Jun 11, 2014
2 parents e8066bd + cf928b0 commit 2e25187
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@ -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
Expand Down
1 change: 1 addition & 0 deletions resources/DpiMsgLRproto.protoheader
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2e25187

Please sign in to comment.