Skip to content

Commit

Permalink
update readme accordingly
Browse files Browse the repository at this point in the history
  • Loading branch information
debugloop committed Apr 12, 2019
1 parent 2196ba5 commit c3f9225
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ The format is the following:
| ----- | ----------- |
| FlowType | Indicates the protocol (IPFIX, NetFlow v9, sFlow v5) |
| TimeRecvd | Timestamp the packet was received by the collector |
| TimeFlow | Timestamp of the packet (same as TimeRecvd in sFlow, in NetFlow it's the uptime of the router minus LAST_SWITCHED field, in IPFIX it's flowEnd* field) |
| TimeFlow | Timestamp of the packet (same as TimeRecvd in sFlow, in NetFlow it's the uptime of the router minus LAST_SWITCHED field, in IPFIX it's flowEnd* field), meant to be replaced by TimeFlowEnd |
| SamplingRate | Sampling rate of the flow, used to extrapolate the number of bytes and packets |
| SequenceNum | Sequence number of the packet |
| SrcIP | Source IP (sequence of bytes, can be IPv4 or IPv6) |
Expand Down Expand Up @@ -172,6 +172,8 @@ The format is the following:
| FragmentId | IP Fragment Identifier |
| FragmentOffset | IP Fragment Offset |
| IPv6FlowLabel | IPv6 Flow Label |
| TimeFlowStart | Start Timestamp of the flow (same as TimeRecvd in sFlow, in NetFlow it's the uptime of the router minus FIRST_SWITCHED field, in IPFIX it's flowStart* field) |
| TimeFlowEnd | End Timestamp of the flow (same as TimeRecvd in sFlow, in NetFlow it's the uptime of the router minus LAST_SWITCHED field, in IPFIX it's flowEnd* field) |

### Implementation notes

Expand Down

0 comments on commit c3f9225

Please sign in to comment.