IPFIX time stamps - fix offset calculation of unknown time formats
This commit is contained in:
parent
2a829dfbf9
commit
c400f52d66
@ -683,6 +683,7 @@ size_t size_required;
|
|||||||
IPFIX_flowStartSysUpTime, IPFIX_flowEndSysUpTime);
|
IPFIX_flowStartSysUpTime, IPFIX_flowEndSysUpTime);
|
||||||
} else {
|
} else {
|
||||||
dbg_printf("Time stamp: No known format found\n");
|
dbg_printf("Time stamp: No known format found\n");
|
||||||
|
offset = BYTE_OFFSET_first + 8;
|
||||||
}
|
}
|
||||||
offset +=1; // Skip netflow v9 fwd status
|
offset +=1; // Skip netflow v9 fwd status
|
||||||
PushSequence( table, IPFIX_tcpControlBits, &offset, NULL);
|
PushSequence( table, IPFIX_tcpControlBits, &offset, NULL);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user