IPFIX time stamps - fix offset calculation of unknown time formats

This commit is contained in:
Peter Haag 2018-01-01 13:21:58 +01:00
parent 2a829dfbf9
commit c400f52d66

View File

@ -683,6 +683,7 @@ size_t size_required;
IPFIX_flowStartSysUpTime, IPFIX_flowEndSysUpTime);
} else {
dbg_printf("Time stamp: No known format found\n");
offset = BYTE_OFFSET_first + 8;
}
offset +=1; // Skip netflow v9 fwd status
PushSequence( table, IPFIX_tcpControlBits, &offset, NULL);