Packet generator: preserve pcap file timestamps
[vpp.git] / src / vnet / unix / pcap.h
index e3fac45..7d55db3 100644 (file)
@@ -151,6 +151,9 @@ typedef struct
   /** Packets read from file. */
   u8 **packets_read;
 
+  /** Timestamps */
+  u64 *timestamps;
+
   /** Min/Max Packet bytes */
   u32 min_packet_bytes, max_packet_bytes;
 } pcap_main_t;