Skip to content

Commit

Permalink
Merge pull request elastic#337 from kjell-hedstrom/2.6.2.spikes.merge…
Browse files Browse the repository at this point in the history
…_with_master

2.6.2.spikes.merge with master
  • Loading branch information
Craig Cogdill authored and Craig Cogdill committed May 20, 2015
2 parents 1ed8738 + 0c6c155 commit 1cef1b3
Show file tree
Hide file tree
Showing 8 changed files with 5,466 additions and 5,314 deletions.
1,135 changes: 1,039 additions & 96 deletions protofiles/DpiMsgLRproto.proto

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions resources/DpiMsgLRproto.protoheader
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ message DpiMsgLRproto
MID_FLOW_DETECT = 5;
}

message Void {
}

message EmailAttach {
optional string FileName = 1;
optional uint32 FileSize = 2;
}

optional string Session = 1;
optional uint64 SrcMAC = 2;
optional uint64 DestMAC = 3;
Expand Down Expand Up @@ -67,5 +75,6 @@ message DpiMsgLRproto
optional bool ConnectionEstablished = 46;
optional uint32 MaxRepeatedFieldCount = 47;
optional uint32 FieldCountIndexed = 48;
repeated EmailAttach emailAttachments = 49;
// REMEMBER TO UPDATE resources/DpiMsgLRproto.protoheader as well

5,661 changes: 2,847 additions & 2,814 deletions resources/NetMonFieldNames.csv

Large diffs are not rendered by default.

2,201 changes: 103 additions & 2,098 deletions resources/ProtocolDescriptions.csv

Large diffs are not rendered by default.

1,102 changes: 1,080 additions & 22 deletions resources/ProtocolFilters

Large diffs are not rendered by default.

Loading

0 comments on commit 1cef1b3

Please sign in to comment.